II.
InteractionPattern JSON
Structured · liveinteraction-pattern:human-checkpoint-loop
Human-in-the-Loop Checkpoint json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}