iiRecord
Agentic AI Atlas · Kradle Context Assembly
orch-primitive:kradle-context-assemblya5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:kradle-context-assembly

Structured · live

Kradle Context Assembly json

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

File · agent-stack/interaction-primitives/kradle-orchestration.yamlCluster · agent-stack
Record JSON
{
  "id": "orch-primitive:kradle-context-assembly",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/kradle-orchestration.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Kradle Context Assembly",
    "description": "Assemble the prompt context bundle for an agent dispatch. Gathers\nrepo state (files, branches, PRs), issue context, org policies,\nmemory snapshots from company brain, and applies redaction rules\nbefore passing to the agent. Tracks source provenance for every\ncontext fragment.\n",
    "kind": "multi-agent-coordination",
    "trigger": "on-state-change"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:kradle-context-assembly",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "orch-primitive:kradle-agent-dispatch",
      "to": "orch-primitive:kradle-context-assembly",
      "kind": "orch_triggers",
      "attributes": {}
    },
    {
      "from": "platform:kradle",
      "to": "orch-primitive:kradle-context-assembly",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ]
}