orchestrate_start_run
Launch a supervised run that automatically executes local gather stages and provides the next action to call a leaf tool or indicates completion.
Instructions
Start a supervised run. Auto-executes local gather stages. Returns next_action (call_tool with leaf name+args, or done). Does not call other MCP servers — Codex must invoke the leaf tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| prompt | No | ||
| system | No | ||
| bindings | No | e.g. {"chat":"grok_codex_chat"} | |
| recipe_id | Yes | ||
| auto_local | No | ||
| instruction | No | ||
| project_root | No | Workspace root for gather_facts / gather_git. | . |