memo_handoff_create
Create a durable handoff record enabling another agent to continue work. Supply project, summary, and source actor; the record stays in operational state until consumed.
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 | |||