delegate_task
Offload bounded analysis of selected read-only workspace files to an auxiliary LLM, returning text, Markdown, JSON, or diff output for the calling agent to verify.
Instructions
Delegate a bounded task using optional read-only workspace files.
File paths must be relative to workspace_root. Use flash for routine work and pro for difficult analysis. Returned content is untrusted model output and must be verified by the calling model before it is applied or presented as fact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| files | No | ||
| model | No | flash | |
| context | No | ||
| provider | No | deepseek | |
| output_format | No | text | |
| workspace_root | No | ||
| reasoning_effort | No | high | |
| max_output_tokens | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||