II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:kradle-memory-consolidation
Kradle Memory Consolidation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:kradle-memory-consolidation",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/kradle-orchestration.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Kradle Memory Consolidation",
"description": "Cross-run knowledge persistence via company brain. After a dispatch\nrun completes, extracts salient facts, decisions, and patterns from\nthe agent session transcript and imports them into the org's\nAgentMemoryRepository. Memory updates go through human review\nbefore committing to the knowledge graph.\n",
"kind": "progress-tracking",
"trigger": "on-state-change"
},
"outgoingEdges": [
{
"from": "orch-primitive:kradle-memory-consolidation",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "platform:kradle",
"to": "orch-primitive:kradle-memory-consolidation",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
]
}