II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-cli-plugin-marketplace
amux plugin marketplace json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-cli-plugin-marketplace",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-cli-auth-extensions.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux plugin marketplace",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "amux",
"subcommandVerb": "plugin marketplace",
"flags": [],
"subcommandExitCodes": [
"0:success:marketplace command output",
"1:general-error:plugin command failed",
"2:usage-error:VALIDATION_ERROR",
"6:capability-error:agent does not support plugins"
],
"description": "Open / query the agent-native plugin marketplace. Source:\npackages/agent-mux/cli/src/commands/plugin.ts:12-99.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-cli-plugin-marketplace",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-agent-mux-cli",
"to": "interaction-primitive:agent-mux-cli-plugin-marketplace",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}