iiRecord
Agentic AI Atlas · breakpoints-mux breakpoints {pending|answer|status|poll}
interaction-primitive:breakpoints-mux-cli-breakpointsa5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:breakpoints-mux-cli-breakpoints

Structured · live

breakpoints-mux breakpoints {pending|answer|status|poll} json

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

File · extensions/interaction-patterns/breakpoints-mux-cli.yamlCluster · extensions
Record JSON
{
  "id": "interaction-primitive:breakpoints-mux-cli-breakpoints",
  "_kind": "InteractionPrimitive",
  "_file": "extensions/interaction-patterns/breakpoints-mux-cli.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "breakpoints-mux breakpoints {pending|answer|status|poll}",
    "kind": "cli-subcommand",
    "surface": "cli",
    "parentBin": "breakpoints-mux",
    "subcommandVerb": "breakpoints",
    "flags": [
      "pending:0:list pending breakpoints for a responder",
      "answer <id>:0:submit an answer to a breakpoint",
      "status <id>:0:check breakpoint status",
      "poll <id>:0:poll for an answer to a breakpoint"
    ],
    "description": "Manage breakpoints and answers — list pending, answer, check status,\nand poll for completion.\nSource: packages/breakpoints-mux/src/cli/commands/breakpoints.ts:31-200.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:babysitter.ui@current",
      "to": "interaction-primitive:breakpoints-mux-cli-breakpoints",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "cli-subcommand"
        }
      }
    },
    {
      "from": "package:a5c-ai-breakpoints-mux",
      "to": "interaction-primitive:breakpoints-mux-cli-breakpoints",
      "kind": "exposes_subcommand",
      "attributes": {}
    }
  ]
}