II.
InteractionPattern JSON
Structured · liveinteraction-pattern:multi-agent-debate
Multi-Agent Debate json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-pattern:multi-agent-debate",
"_kind": "InteractionPattern",
"_file": "extensions/interaction-patterns/interaction-patterns-canonical.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Multi-Agent Debate",
"description": "Two or more agents (often the same model with different system prompts)\ndebate a question, with a moderator agent synthesizing the conclusion.\nImproves correctness on hard reasoning at the cost of inference budget.\n"
},
"outgoingEdges": [
{
"from": "interaction-pattern:multi-agent-debate",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": []
}