orchestrate_task
Coordinate multiple AI experts to complete tasks, using configurable retries, timeout controls, and iterative execution for robust results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | The task to execute (describe what you want to accomplish) | |
| intent_hint | No | Optional hint for task classification (auto-detected if not provided) | |
| max_attempts | No | Maximum implementation attempts before escalation (default: 3) | |
| use_ralph_loop | No | Enable Ralph Loop mode for iterative task completion (auto-retry until done) | |
| timeout_minutes | No | Overall workflow timeout in minutes (default: 10) | |
| skip_exploration | No | Skip the exploration phase (faster but less context) | |
| ralph_max_iterations | No | Max Ralph Loop iterations (default: 10, only used when use_ralph_loop=true) | |
| ralph_completion_promise | No | Completion promise text for Ralph Loop (default: "DONE") | DONE |