herdr_agent_start
Launch an opencode agent in a specified terminal pane and return its details. Automatically retries when the pane is not yet available.
Instructions
Launch an opencode agent in a pane. Returns agent info. May need retries if the pane is not ready yet ('not an available shell').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Extra CLI args for opencode. | |
| kind | Yes | Agent kind/integration. Use 'opencode'. | |
| name | Yes | Agent name/identifier. | |
| pane_id | Yes | Id of the pane to launch the agent in. | |
| timeout_ms | No | Startup timeout in milliseconds. Values must be greater than 3000 and at most 300000. |