herdr_agent_wait_settled
Wait for an agent to reach idle, done, or blocked state, then return its current state and visible output; use after_seq to skip stale terminal states and capture newer transitions.
Instructions
Wait for an agent to become idle, done, or blocked, then return its state and visible output. Use after_seq to wait for a newer state transition instead of accepting stale terminal state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Agent target: terminal id, unique agent name, detected/reported agent label, or legacy pane id. | |
| after_seq | No | ||
| read_lines | No | ||
| timeout_ms | No |