Patterns
Mesh topology: every agent talks to every agent. Best for brainstorming and consensus.
Star topology: a coordinator delegates to specialists. Best for structured pipelines.
Hierarchical: tree-shaped delegation for complex multi-stage tasks.
Pipeline: linear flow with typed handoffs between stages.
Hybrid: combine patterns within one network for production-grade flexibility.