{
"mode": "macp.mode.decision.v1",
"initiator": "agent://orchestrator",
"participants": [
"agent://orchestrator",
"agent://a",
"agent://b"
],
"mode_version": "1.0.0",
"configuration_version": "cfg-1",
"policy_version": "",
"ttl_ms": 60000,
"messages": [
{
"sender": "agent://orchestrator",
"message_type": "Proposal",
"payload_type": "decision.Proposal",
"payload": {
"proposal_id": "p1",
"option": "deploy",
"rationale": "ready",
"supporting_data": []
},
"expect": "accept"
},
{
"sender": "agent://a",
"message_type": "Vote",
"payload_type": "decision.Vote",
"payload": {
"proposal_id": "p1",
"vote": "approve",
"reason": "good"
},
"expect": "accept"
},
{
"sender": "agent://orchestrator",
"message_type": "Commitment",
"payload_type": "Commitment",
"payload": {
"commitment_id": "c1",
"action": "decision.selected",
"authority_scope": "test",
"reason": "done",
"mode_version": "1.0.0",
"policy_version": "policy.default",
"configuration_version": "cfg-1",
"outcome_positive": true
},
"expect": "accept"
}
],
"expected_final_state": "Resolved",
"expect_resolution_present": true,
"expected_resolution": {
"action": "decision.selected",
"mode_version": "1.0.0",
"configuration_version": "cfg-1",
"outcome_positive": true
},
"expected_mode_state": {
"phase": "Committed",
"proposals": {
"p1": {
"proposal_id": "p1",
"sender": "agent://orchestrator"
}
},
"votes": {
"p1": {
"agent://a": {
"vote": "APPROVE"
}
}
}
}
}