The Orchestrator Sub-Agent is a workflow pattern where a main orchestrator delegates a complex sub-task to another, more specialized orchestrator.
Why it matters: This pattern allows for hierarchical decomposition of complexity, where each orchestrator manages its own level of abstraction.
Connections:
Sources: