Broadcast Mode
In Broadcast mode, the team sends the user’s input to all member agents. Each agent processes the task independently, and the results are merged into a single response.How It Works
Example: Multi-Perspective Analysis
When to Use Broadcast
Multi-perspective
Get technical, business, and risk views in one pass.
Ensemble answers
Combine multiple expert opinions for robustness.
Parallel processing
All agents run concurrently for faster results.
Comprehensive coverage
Ensure no angle is missed.
Considerations
Cost and latency
Cost and latency
Broadcast invokes every member, so cost and latency scale with team size. Use smaller/faster models for members when appropriate.
Merge strategy
Merge strategy
The orchestrator model merges results. Clear instructions help it synthesize a coherent final output.