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

  1. Call list_agent to discover specialists.
  2. Create a specialist via create_agent if needed.
  3. Delegate with run_agent.

Real-world guide

For a production-style transcript walkthrough (including security guardrails), see K8s Monitoring Session.