Orchestrator Pattern Example
On this page
What it does
The orchestrator discovers, creates, validates, and runs specialist agents for each task.
Run the orchestrator
make_agent -f examples/orchestra.mk
Delegation flow
- Call
list_agentto discover specialists. - Create a specialist via
create_agentif needed. - Delegate with
run_agent.
Real-world guide
For a production-style transcript walkthrough (including security guardrails), see K8s Monitoring Session.