II.
Topic JSON
Structured · livetopic:agent-dispatch
Agent Dispatch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:agent-dispatch",
"_kind": "Topic",
"_file": "domain/topics/topics-dispatch.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Agent Dispatch",
"description": "Agent Dispatch as a cross-cutting topic - the mechanisms by which an\norchestrating agent delegates work to sub-agents, tools, skills, and\nexternal systems. Covers task decomposition strategies, effect-based\ndispatch (agent/skill/shell/breakpoint task kinds), fan-out parallelism,\nresult collection and aggregation, and error propagation across agent\nboundaries. Central to multi-agent orchestration frameworks such as\nBabysitter and LangGraph.\n"
},
"outgoingEdges": [
{
"from": "topic:agent-dispatch",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "orch-primitive:agent-dispatch",
"to": "topic:agent-dispatch",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:workspace-create",
"to": "topic:agent-dispatch",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:agent-selection",
"to": "topic:agent-dispatch",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:context-injection",
"to": "topic:agent-dispatch",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:agent-failover",
"to": "topic:agent-dispatch",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "agent:devin",
"to": "topic:agent-dispatch",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent:bolt",
"to": "topic:agent-dispatch",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent:sweep-ai",
"to": "topic:agent-dispatch",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent:symphony",
"to": "topic:agent-dispatch",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "domain:ml-ai",
"to": "topic:agent-dispatch",
"kind": "contains",
"attributes": {}
},
{
"from": "topic:krate-agent-stack",
"to": "topic:agent-dispatch",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-subagent",
"to": "topic:agent-dispatch",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-skill",
"to": "topic:agent-dispatch",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-gateway-config",
"to": "topic:agent-dispatch",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-dispatch-run",
"to": "topic:agent-dispatch",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-capability-requirement",
"to": "topic:agent-dispatch",
"kind": "applies_to"
},
{
"from": "tool:agent-message-queue",
"to": "topic:agent-dispatch",
"kind": "relates_to_topic",
"attributes": {}
}
]
}