II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:breakpoints-mux-cli-breakpoints-poll
breakpoints-mux breakpoints poll <breakpointId> json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:breakpoints-mux-cli-breakpoints-poll",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/breakpoints-mux-cli-leaves.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "breakpoints-mux breakpoints poll <breakpointId>",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "breakpoints-mux",
"subcommandVerb": "breakpoints poll",
"flags": [
"-t,--timeout:1:timeout in seconds (default 300)",
"-i,--interval:1:polling interval in seconds (default 5)"
],
"description": "Poll (or open SSE stream) for an answer to a specific breakpoint.\nSource: packages/breakpoints-mux/src/cli/commands/breakpoints.ts:141-187.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:babysitter.ui@current",
"to": "interaction-primitive:breakpoints-mux-cli-breakpoints-poll",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-breakpoints-mux",
"to": "interaction-primitive:breakpoints-mux-cli-breakpoints-poll",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}