memo_handoff_consume
Mark a handoff as consumed to stop it from appearing to later agents. Idempotent: returns true only on the first consume, false otherwise.
Instructions
Mark a handoff consumed so it stops surfacing to later agents.
Idempotent: returns {'consumed': false} when the id is unknown or the handoff was already consumed; true only on the first consume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the handoff to mark consumed (from memo_operational_state or memo_handoff_create). | |
| actor_id | No | Identifier of the consuming agent (journaled). | memo |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||