Skip to main content
Three agents run concurrently against the same market report — one reads sentiment, one identifies risks, one surfaces opportunities. A synthesis agent then combines all three analyses into a final recommendation. This is the committee-of-experts pattern.

What it demonstrates

  • swrm node type for parallel agent fan-out
  • concurrency limit controlling how many agents run simultaneously
  • Per-agent provider and model overrides within a swrm
  • synthesis block that references individual agent outputs via {{ swrm_node.agents.<id>.output }}
  • Mixing OpenAI and Anthropic within a single node

Run it

Workflow

docs/cookbook/market-analysis/workflow.yaml

Graph

Next steps

1000 Monkeys

Fan out five agents on the same prompt and curate the best result.

Swrm Reference

Full swrm node documentation.