II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-cli-agent-agents
amux agent agents json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-cli-agent-agents",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-cli-auth-extensions.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux agent agents",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "amux",
"subcommandVerb": "agent agents",
"flags": [],
"subcommandExitCodes": [
"0:success:harness list printed"
],
"description": "List harnesses with known sub-agent conventions. Source:\npackages/agent-mux/cli/src/commands/agent.ts:110-115.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-cli-agent-agents",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-agent-mux-cli",
"to": "interaction-primitive:agent-mux-cli-agent-agents",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}