herdr_agent_send_keys
Send key presses to an agent's terminal to interrupt stuck processes or navigate text interfaces. It enables recovery and TUI navigation.
Instructions
Send key presses to an agent's terminal. Useful for recovery (CtrlC to interrupt a stuck agent) or TUI navigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | List of key names (e.g. CtrlC, Enter, Escape). | |
| target | Yes | Agent target (pane id). |