grove_bus_receive
Fetch bus messages addressed to your agent or broadcast, optionally filtered by channel and since ID, ordered by priority.
Instructions
Fetch bus messages addressed to this agent (or broadcast), ordered by priority. Requires grove_read.
Args: agent: Your agent name — receives messages addressed to you or 'all'. channel_name: Optional — restrict to one channel. since_id: Only return messages with id greater than this cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | ||
| app_id | No | ||
| since_id | No | ||
| channel_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |