II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:tasks-adapter-cli-breakpoints-poll
tasks-adapter breakpoints poll <breakpointId> json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:tasks-adapter-cli-breakpoints-poll",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/breakpoints-adapter-cli-leaves.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "tasks-adapter breakpoints poll <breakpointId>",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "tasks-adapter",
"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/tasks-adapter/src/cli/commands/breakpoints.ts:141-187.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:babysitter.ui@current",
"to": "interaction-primitive:tasks-adapter-cli-breakpoints-poll",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-tasks-adapter",
"to": "interaction-primitive:tasks-adapter-cli-breakpoints-poll",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}