II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:krate-to-mux-handoff
Krate→Agent Mux Handoff json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:krate-to-mux-handoff",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/krate-stack-integration.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Krate→Agent Mux Handoff",
"description": "After Krate assembles context and provisions a workspace, it hands\noff to agent-mux for the actual agent session. Krate creates the\ndispatch run, agent-mux manages the chat/tool loop, and Krate\nreceives the artifacts back when the session completes. This is\nthe boundary between the forge plane and the agent execution plane.\n",
"kind": "session-lifecycle",
"trigger": "on-state-change"
},
"outgoingEdges": [
{
"from": "orch-primitive:krate-to-mux-handoff",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:krate-to-mux-handoff",
"to": "orch-primitive:agent-dispatch",
"kind": "orch_triggers",
"attributes": {}
}
],
"incomingEdges": []
}