handoff
Hand a message off to another agent. Cleans and normalizes the payload, stamps it with handoff metadata (id, timestamp, estimated tokens, target agent), and records the handoff. Use this when passing work or context from one agent to the next in a multi-agent pipeline. This is a metered, billable operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The payload to hand off. Accepts a plain string or a JSON object. Max 256 KB. | |
| next_agent | Yes | Name/identifier of the agent receiving this handoff. |