II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:agent-dispatch
Agent Dispatch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:agent-dispatch",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Agent Dispatch",
"description": "Dispatch work to a coding agent in an isolated workspace. The orchestrator\nprepares the task prompt, selects the target agent, creates (or reuses) a\nworkspace, and spawns the agent process. The dispatch primitive is the\nfundamental unit of orchestrated agent work.\n",
"orchestrationKind": "dispatch",
"trigger": "event-driven"
},
"outgoingEdges": [
{
"from": "orch-primitive:agent-dispatch",
"to": "topic:agent-dispatch",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:agent-dispatch",
"to": "skill-area:ai-agent-development",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "orch-primitive:agent-dispatch",
"to": "orch-primitive:progress-stream",
"kind": "orch_triggers",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:claude-agent-sdk.core@current",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:claude-code.core@1.x",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:claude-code-remote-control.core@current",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:gemini-cli.core@current",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:hermes.core@current",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:openai-agents-sdk.core@current",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:openclaw.core@current",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:opencode.core@1.x",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:paperclip.core@current",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:pi-sdk.core@current",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:symphony.core@current",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "orch-primitive:krate-to-mux-handoff",
"to": "orch-primitive:agent-dispatch",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "orch-primitive:workspace-create",
"to": "orch-primitive:agent-dispatch",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "orch-primitive:retry-with-backoff",
"to": "orch-primitive:agent-dispatch",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "orch-primitive:approval-gate",
"to": "orch-primitive:agent-dispatch",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "orch-primitive:agent-selection",
"to": "orch-primitive:agent-dispatch",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "orch-primitive:context-injection",
"to": "orch-primitive:agent-dispatch",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "orch-primitive:agent-failover",
"to": "orch-primitive:agent-dispatch",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "agent:nanny",
"to": "orch-primitive:agent-dispatch",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent-core-impl:sweep-ai.core@current",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-ui-impl:vibe-kanban.ui@current",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
]
}