cs_agent_events
Monitor agent delegation progress by reading or long-polling events after a cursor, enabling cross-agent turn tracking when simple wait isn't enough.
Instructions
Read or briefly wait for structured delegation events after an opaque cursor. Use for progress monitoring across agents or turns when a reply-oriented cs_agent_wait_message call is not sufficient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum events to return, up to 1000. | |
| turnId | No | Only return events for this visible turn. | |
| waitMs | No | Long-poll for new events for at most this many milliseconds, up to 30000. | |
| agentId | No | Only return events for this visible agent. | |
| afterCursor | No | Return only events after this opaque cursor; use 0 for the visible history start. |