iiRecord
Agentic AI Atlas · Human-in-the-Loop Checkpoint
interaction-pattern:human-checkpoint-loopa5c.ai
II.
InteractionPattern JSON

interaction-pattern:human-checkpoint-loop

Structured · live

Human-in-the-Loop Checkpoint json

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

File · extensions/interaction-patterns/interaction-patterns-canonical.yamlCluster · extensions
Record JSON
{
  "id": "interaction-pattern:human-checkpoint-loop",
  "_kind": "InteractionPattern",
  "_file": "extensions/interaction-patterns/interaction-patterns-canonical.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Human-in-the-Loop Checkpoint",
    "description": "Loop that pauses at declared `HumanCheckpoint` nodes (D4) for human\napproval / review / edit / escalation, then resumes via a `ResumeToken`.\nBackbone of supervised agentic systems (Devin, Manus, Codex sandbox).\n"
  },
  "outgoingEdges": [
    {
      "from": "interaction-pattern:human-checkpoint-loop",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}