memo_handoff_create
Create a journaled handoff so another agent can continue work. The record stays visible in operational state until the target agent consumes it.
Instructions
Create a durable handoff for another agent or session.
Writes a journaled handoff record that surfaces in memo_operational_state until some agent consumes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project tag the handoff belongs to. | |
| summary | Yes | What the receiving agent needs to know to continue the work. | |
| to_actor | No | Target agent identifier; empty string leaves the handoff open to any agent. | |
| from_actor | Yes | Identifier of the agent creating the handoff. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||