bus_wait
Long-poll until a message matching your tags or sender arrives on the agent bus. Configure timeout, scope, and filters to wait for relevant messages while excluding your own.
Instructions
Long-poll until a matching message arrives. Defaults to messages broadcast or addressed to this role, excluding its own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| since | No | ||
| for_me | No | Default true; set false to observe all traffic. | |
| timeout | No | ||
| from_sender | No | ||
| poll_interval | No | ||
| exclude_sender | No |