submit_task
Submit a development task to an executor agent for collaborative execution. Define task details such as prompt, constraints, and acceptance criteria.
Instructions
Submit a development task to the executor agent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Task description (required) | |
| title | No | Task title | |
| model | No | Model to use for execution | |
| sandbox | No | Sandbox access mode | |
| autoStart | No | Whether to auto-start the task | |
| constraints | No | Task constraints | |
| acceptanceCriteria | No | Acceptance criteria | |
| projectRoot | No | Project root directory |