II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:tasks-adapter-cli-responders-list
tasks-adapter responders list json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:tasks-adapter-cli-responders-list",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/breakpoints-adapter-cli-leaves.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "tasks-adapter responders list",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "tasks-adapter",
"subcommandVerb": "responders list",
"flags": [
"-d,--domain:1:filter by domain"
],
"description": "List available responder profiles; optionally filter by domain.\nSource: packages/tasks-adapter/src/cli/commands/responders.ts:20-64.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:babysitter.ui@current",
"to": "interaction-primitive:tasks-adapter-cli-responders-list",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-tasks-adapter",
"to": "interaction-primitive:tasks-adapter-cli-responders-list",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}