MAP Broadcast Fan-out
Multi-Agent Protocol with broadcast. Parallel dispatch to multiple agents.
Goal
Validate MAP broadcast mode with parallel agent execution.
Success Criteria
All participants receive broadcast, results aggregated.
Sequence
Execution Steps
The normative sequence of operations for this flow.
Broadcast Init
MAP session with broadcast mode.
Multi-Participant
3+ agents registered.
Parallel Dispatch
Task broadcast to all participants.
Result Collection
Responses collected from all agents.
Aggregation
Results merged into final output.
Broadcast Init
MAP session with broadcast mode.
Multi-Participant
3+ agents registered.
Parallel Dispatch
Task broadcast to all participants.
Result Collection
Responses collected from all agents.
Aggregation
Results merged into final output.
Normative
Normative Scope
This flow normatively aggregates and enforces existing constraints from the following MPLP modules.
Collab Module
Collab mode MUST be broadcast for parallel dispatch.
Role Module
All registered participants MUST receive the broadcast.
Plan Module
Results from all participants MUST be aggregated.
Validation
Failure Conditions
Execution of this flow MUST be considered non-conformant if any of the following conditions occur.
Broadcast does not reach all participants.
Parallel execution fails.
Result aggregation is incomplete.
Participant responses are lost.
Protocol Conformance Requirement
Any MPLP-conformant runtime is expected to pass this flow without violating any of the normative constraints defined above.
Failure to satisfy this flow results in a non-conformant MPLP implementation.