iiRecord
Agentic AI Atlas · Babysitter Breakpoint Gate
orch-primitive:babysitter-breakpoint-gatea5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:babysitter-breakpoint-gate

Structured · live

Babysitter Breakpoint Gate 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:babysitter-breakpoint-gate",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Babysitter Breakpoint Gate",
    "description": "Pause an orchestration run for explicit human input when policy, safety,\ndestructive operations, or ambiguous requirements require it. The visible\nprompt is an interaction primitive; the gate and resume semantics are\norchestration.\n",
    "orchestrationKind": "approval-gate",
    "trigger": "on-state-change"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:babysitter-breakpoint-gate",
      "to": "layer:13-orchestration",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "orch-primitive:babysitter-breakpoint-gate",
      "to": "orch-primitive:babysitter-effect-resolution",
      "kind": "orch_triggers",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-platform-impl:babysitter.platform@current",
      "to": "orch-primitive:babysitter-breakpoint-gate",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ]
}