Skip to content

Orchestrators

Orchestrators are workspace-scoped workflows. You describe a goal, optionally decompose it into structured subtasks (name, prompt, category), then run or stop execution.

  • 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.
  • Files and Git tabs match the workspace file browser and Git tools for quick context without leaving the orchestrator view.