agent_execute_todo
Execute approved tasks through an agent loop with optional post-write verification to ensure correctness.
Instructions
Execute one approved/planned todo through the agent loop with optional verify gate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository name | |
| verify | No | Run post-write verification gate | |
| task_id | Yes | ||
| todo_id | No | Todo id; default is next executable | |
| max_fix_rounds | No | Diagnostic fix rounds after verify | |
| max_tool_rounds | No | Agent tool rounds cap |