iiRecord
Agentic AI Atlas · Reconciliation
orch-primitive:reconciliationa5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:reconciliation

Structured · live

Reconciliation json

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

File · agent-stack/interaction-primitives/orchestration-primitives.yamlCluster · agent-stack
Record JSON
{
  "id": "orch-primitive:reconciliation",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Reconciliation",
    "description": "Reconcile in-memory orchestrator state with the external source of truth\non restart or after a crash. The primitive replays journal entries, checks\nissue-tracker state for tasks that completed or failed while the\norchestrator was down, and brings the in-memory model back into\nconsistency before resuming normal operation.\n",
    "orchestrationKind": "reconciliation",
    "trigger": "on-state-change"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:reconciliation",
      "to": "layer:13-orchestration",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "orch-primitive:reconciliation",
      "to": "topic:agent-run-lifecycle",
      "kind": "orch_applies_to",
      "attributes": {}
    },
    {
      "from": "orch-primitive:reconciliation",
      "to": "skill-area:operations-automation",
      "kind": "orch_requires_skill_area",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:symphony.core@current",
      "to": "orch-primitive:reconciliation",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ]
}