delegate_task
Delegate a task to a child conversation for automatic execution. Track progress and retrieve results using check_task_result.
Instructions
Delegate a task to a new child conversation. Creates a pending task that the Brain Bridge Extension will automatically pick up and execute via a headless cascade. Use check_task_result to monitor progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for the child (defaults to current) | |
| task | Yes | Task description for the child conversation |