veto_delegate
Delegate subtasks to specialist agents and receive concise summaries to keep context clean during multi-step workflows.
Instructions
Delegates a subtask to a specialist agent and returns only a compact summary — not the full output. Use when orchestrating multi-step work and you need an agent's conclusion without polluting your context with verbose output. Mirrors the "boomerang" delegation pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The subtask to delegate. | |
| context | No | Optional context for the agent. | |
| agent_id | Yes | The specialist agent to delegate to. | |
| project_dir | No | Optional: project directory for context injection. | |
| max_summary_tokens | No | Max characters in the returned summary (default 500, max 2000). |