II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:kradle-to-adapter-handoff
Kradle→Agent Adapter Handoff json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:kradle-to-adapter-handoff",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/kradle-stack-integration.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Kradle→Agent Adapter Handoff",
"description": "After Kradle assembles context and provisions a workspace, it hands\noff to adapters for the actual agent session. Kradle creates the\ndispatch run, adapters manages the chat/tool loop, and Kradle\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:kradle-to-adapter-handoff",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:kradle-to-adapter-handoff",
"to": "orch-primitive:agent-dispatch",
"kind": "orch_triggers",
"attributes": {}
}
],
"incomingEdges": []
}