iiRecord
Agentic AI Atlas · adapters adapters detect
interaction-primitive:adapters-cli-adapters-detecta5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:adapters-cli-adapters-detect

Structured · live

adapters adapters detect json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/interaction-patterns/adapters-cli-core-lifecycle.yamlCluster · extensions
Record JSON
{
  "id": "interaction-primitive:adapters-cli-adapters-detect",
  "_kind": "InteractionPrimitive",
  "_file": "extensions/interaction-patterns/adapters-cli-core-lifecycle.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "adapters adapters detect",
    "kind": "cli-subcommand",
    "surface": "cli",
    "parentBin": "adapters",
    "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/adapters/cli/src/commands/adapters.ts:80-107.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:adapters.ui@current",
      "to": "interaction-primitive:adapters-cli-adapters-detect",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "cli-subcommand"
        }
      }
    },
    {
      "from": "package:a5c-ai-adapters-cli",
      "to": "interaction-primitive:adapters-cli-adapters-detect",
      "kind": "exposes_subcommand",
      "attributes": {}
    }
  ]
}