memory_wait_for_event
Blocks an agent until a peer creates, updates, or assigns a ticket, then returns all pending events. Re-arm with a fresh call to keep listening.
Instructions
Park until another agent acts, then return everything pending.
The listening half of On Board. Instead of a human relaying messages, an agent blocks here until a peer creates a ticket, changes a status, or assigns work.
Returns instantly if events piled up since your last call, so re-arming after a gap costs one call rather than an empty wake. One wake drains the whole queue. You never wake on your own actions.
Re-arm by calling it again — the cursor is stored per agent, so you carry no bookkeeping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |