herdr_agent_wait
Wait until a specified agent reaches a desired status (idle, working, blocked, done) to synchronize handoffs before sending the next step.
Instructions
Block until an agent reaches a given status. Useful to synchronize a handoff (wait for the other agent to become idle/done before sending the next step).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Status to wait for. | |
| target | Yes | Agent target: terminal id, unique agent name, detected/reported agent label, or legacy pane id. | |
| timeout_ms | No | Max time to wait in milliseconds. |