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
1
User sends input
The user’s message goes to the team.
2
Broadcast to all
Every member agent receives the same input.
3
Agents run in parallel
All agents process concurrently (where supported).
4
Results merged
The team combines outputs into one response.
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.