{
"id": "interaction-primitive:agent-mux-cli-detect",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-cli-core-lifecycle.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux detect",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "amux",
"subcommandVerb": "detect",
"flags": [
"--all:0:detect every registered agent"
],
"subcommandExitCodes": [
"0:success:reported install status",
"1:general-error:detectInstallation threw",
"2:usage-error:missing <agent> when --all not used",
"3:agent-not-found:UNKNOWN_AGENT"
],
"description": "Report installed version/path/notes for one agent (or `--all`). Calls\nadapter.detectInstallation(). Source:\npackages/agent-mux/cli/src/commands/install.ts:268-401.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "package:a5c-ai-agent-mux-cli",
"to": "interaction-primitive:agent-mux-cli-detect",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}