II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:multi-agent-dispatch
Multi-Agent Dispatch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:multi-agent-dispatch",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Multi-Agent Dispatch",
"description": "Dispatch work to multiple agents in parallel, each operating in its own\nworkspace and branch. The orchestrator fans out tasks, enforces concurrency\nlimits, and collects results. Used for parallel issue processing, batch\ncode review, and divide-and-conquer workflows.\n",
"orchestrationKind": "multi-agent-coordination",
"trigger": "manual"
},
"outgoingEdges": [
{
"from": "orch-primitive:multi-agent-dispatch",
"to": "layer:13-orchestration",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:multi-agent-dispatch",
"to": "topic:parallel-agent-execution",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:multi-agent-dispatch",
"to": "topic:multi-agent-orchestration",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:multi-agent-dispatch",
"to": "skill-area:multi-agent-coordination",
"kind": "orch_requires_skill_area",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:agent-mux.core@current",
"to": "orch-primitive:multi-agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:amp.core@current",
"to": "orch-primitive:multi-agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:droid.core@current",
"to": "orch-primitive:multi-agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:gemini-cli.core@current",
"to": "orch-primitive:multi-agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:langgraph.core@current",
"to": "orch-primitive:multi-agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-ui-impl:vibe-kanban.ui@current",
"to": "orch-primitive:multi-agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
]
}