{
"id": "interaction-primitive:agent-mux-cli-adapters-detect",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-cli-core-lifecycle.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux adapters detect",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "amux",
"subcommandVerb": "adapters detect",
"flags": [],
"subcommandExitCodes": [
"0:success:detection result emitted",
"1:general-error:internal error",
"2:usage-error:missing <agent>"
],
"description": "Detect whether the named adapter is installed (delegates to\nAdapterRegistry.detect). Source:\npackages/agent-mux/cli/src/commands/adapters.ts:80-107.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "package:a5c-ai-agent-mux-cli",
"to": "interaction-primitive:agent-mux-cli-adapters-detect",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}