Compatibility wrapper: delegate implementation to DeepSeek worker
delegate_executeDelegates a task to an implementer subagent for execution. Supports planning, file restrictions, and conversation modes.
Instructions
Compatibility wrapper around delegate_task with subagentType=implementer. Prefer delegate_task for new integrations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| plan | No | ||
| task | Yes | ||
| taskId | No | ||
| maxTurns | No | ||
| allowedFiles | No | ||
| conversationKey | No | ||
| runVerification | No | ||
| conversationMode | No | reuse |