initiate_handoff
Assign a task from one agent to another, returning a signed handoff offer that the receiving agent must accept within a set time to complete the handoff chain.
Instructions
Initiating agent offers a task. Returns handoff_id + signed offer.
The receiving agent must call accept_handoff within expires_in_seconds to
complete the signed chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant_id | Yes | ||
| from_agent | Yes | ||
| to_agent | Yes | ||
| task | Yes | ||
| context_json | No | {} | |
| expires_in_seconds | No | ||
| api_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |