Why it matters

Supervisor is common multi-agent pattern. Understanding shapes design.

Advertisement

The architecture

Supervisor receives task.

Routes to specialist(s).

Aggregates results.

Supervisor flowSupervisorreceives taskRoutes tospecialistsAggregatesfinal answerLangGraph supervisor pattern common; can nest for hierarchical
Supervisor.
Advertisement

How it works end to end

Supervisor prompt: list specialists + descriptions.

Decides routing.

May iterate (specialist → supervisor → next).