agent_start
Launch a persistent interactive coding agent in a dedicated Herdr workspace for long-running, parallel, or cross-turn Codex, agy, or Claude tasks.
Instructions
Start a persistent interactive coding agent in a dedicated Herdr workspace. Use this, not exec or process_start, for coding-harness work; it is required for long-running, parallel, or cross-turn Codex/agy/Claude tasks. Production persistence requires the separately managed Herdr service; startup trust/auth prompts are reported, never auto-approved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Existing directory to use as the agent workspace. | |
| model | No | Optional harness model override. | |
| effort | No | Optional reasoning-effort override; supported values vary by harness. | |
| harness | Yes | Coding harness to launch. | |
| timeoutMs | No | Maximum time to wait for interactive harness startup. |