delegate_task
Delegate a task to AI agents, automatically analyzing complexity and routing to either single-agent or parallel multi-agent execution.
Instructions
Delegate a task to agent(s). Automatically analyzes complexity and routes to single or parallel execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task to delegate | |
| agent | No | Preferred agent (auto-selected if omitted) | |
| context | No | Additional context | |
| timeout | No | Timeout in ms | |
| allowParallel | No | Allow splitting large tasks across multiple agents |