write_handoff
Write a coordination note to pass context between Grok and Oz, saving it to a local handoff file. Enables structured cross-agent messages with tags and related references.
Instructions
Write a coordination note between Grok and Oz. Stored under ~/.warp/agent-coordination/handoffs (not in warp.sqlite).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| tags | No | ||
| title | Yes | ||
| to_agent | No | oz | |
| from_agent | No | grok | |
| related_notebook_id | No | ||
| related_conversation_id | No |