II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-cli-install
amux install json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-cli-install",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-cli-core-lifecycle.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux install",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "amux",
"subcommandVerb": "install",
"flags": [
"--all:0:install every registered agent",
"--force:0:reinstall even if already present",
"--dry-run:0:print planned command without executing",
"--pkg-version:1:pin to specific version (npm only)"
],
"subcommandExitCodes": [
"0:success:installed (or already-installed/manual)",
"1:general-error:install failed / spawn error",
"2:usage-error:missing <agent> when --all not used",
"3:agent-not-found:UNKNOWN_AGENT"
],
"description": "Install one agent CLI (or `--all`). Dispatches to adapter.install(),\nrendering result.method (npm/brew/manual/already-installed). Source:\npackages/agent-mux/cli/src/commands/install.ts:60-195.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-cli-install",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-agent-mux-cli",
"to": "interaction-primitive:agent-mux-cli-install",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}