offload_task
Delegate a focused coding subtask (function, tests, regex, refactor) to a fast external worker, freeing host agent context and execution limits.
Instructions
Offloads a focused implementation subtask, utility function, unit test suite, regex, or refactoring step to a fast external worker (DeepSeek-V4 Flash or OpenAI gpt-5-mini) to save host agent context and execution limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The exact subtask, function to write, unit test table, or transformation to perform. | |
| model | No | Optional model override (defaults to deepseek-v4-flash or gpt-5.6-sol). | |
| effort | No | Reasoning effort if using a reasoning model (default: 'low' for GPT SOL to achieve sub-2s latency). | |
| context | No | Surrounding code, types, constraints, or interfaces needed to execute the task accurately. | |
| provider | No | Worker provider (default: 'deepseek' for sub-2s latency and minimal cost). |