herdr_agent_wait
Block until an agent reaches a target status like idle or done, providing an alternative to polling loops.
Instructions
Block until the agent reaches one of the given statuses (idle, working, blocked, done, unknown). Alternative to polling agent.get in a loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| until | No | Statuses to wait for. Returns when the agent reaches any of these. | |
| target | Yes | Agent target (pane id). | |
| timeout_ms | No | How long to wait (null for server default). |