Orchestrators
Orchestrators are workspace-scoped workflows. You describe a goal, optionally decompose it into structured subtasks (name, prompt, category), then run or stop execution.
Decompose
Section titled “Decompose”- Send a high-level message; the model returns subtasks (JSON-shaped data in the product).
- Optional streaming “thinking” text during decomposition for transparency.
- Edit subtasks inline before or between runs (subject to run state rules).
- Steps execute sequentially with progress: current step, total, status (running, completed, failed, stopped).
- The UI polls while runs are active.
Extras
Section titled “Extras”- Files and Git tabs match the workspace file browser and Git tools for quick context without leaving the orchestrator view.
Related
Section titled “Related”- Sessions — single-thread chat
- Automations — time-based runs