Multi Agent Orchestrator
When to Use
- User says orchestrate agents or task matches this capability
- User says agent pipeline or task matches this capability
- User says multi step agents or task matches this capability
Workflow
- Build task DAG via adaptive-workflow-composer.
- Spawn agents per node with scoped context.
- Execute topological order; parallelize independent nodes.
- Aggregate; run self-refine-loop on final output.
Integrations
multi-agent-coordinatorparallel-tool-orchestratorself-refine-loop
Error Handling
| Failure | Response |
|---|---|
| DAG cycle | Break cycle; serialize conflicting nodes. |
Gotchas
- Integrates self-refine-loop as skeptic reviewer agent.
Example
Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.