Run an orchestrator/worker collaboration
run_orchestratorCoordinates a task among available specialists, classifies its complexity, assigns focused missions, then synthesizes outputs into a run report with success and evidence status.
Instructions
A Chief provider classifies the task's complexity, picks the minimum sufficient set of specialists, gives each one coherent mission, then a synthesizer merges their results into one final answer. Specialist count is capped by complexity (simple 1, normal 3, deep 4). Returns a run report: SUCCESS/DEGRADED/FAILED plus an evidence label, and a deep answer with no evidence behind it is marked UNVERIFIED in the output itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The overall task to accomplish. | |
| budget | No | Constraints the Chief must plan within. maxSpecialists is enforced; cost and latency are stated to the Chief as planning constraints. | |
| workers | Yes | The specialists available to the Chief: registered agent ids, or full inline definitions. | |
| synthesizer | No | Provider that synthesizes specialist results. Defaults to the orchestrator. | |
| orchestrator | Yes |