iiRecord
Agentic AI Atlas · Kradle→Agent Adapter Handoff
orch-primitive:kradle-to-adapter-handoffa5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:kradle-to-adapter-handoff

Structured · live

Kradle→Agent Adapter Handoff json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/interaction-primitives/kradle-stack-integration.yamlCluster · agent-stack
Record JSON
{
  "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": []
}