iiRecord
Agentic AI Atlas · amux models info
interaction-primitive:agent-mux-cli-models-infoa5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:agent-mux-cli-models-info

Structured · live

amux models info json

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

File · extensions/interaction-patterns/agent-mux-cli-core-lifecycle.yamlCluster · extensions
Record JSON
{
  "id": "interaction-primitive:agent-mux-cli-models-info",
  "_kind": "InteractionPrimitive",
  "_file": "extensions/interaction-patterns/agent-mux-cli-core-lifecycle.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "amux models info",
    "kind": "cli-subcommand",
    "surface": "cli",
    "parentBin": "amux",
    "subcommandVerb": "models info",
    "flags": [],
    "subcommandExitCodes": [
      "0:success:model details printed",
      "1:general-error:model not found / internal",
      "2:usage-error:missing <agent> or <model>",
      "3:agent-not-found:AGENT_NOT_FOUND when modelId unknown"
    ],
    "description": "Print details for one model (alias: `amux models get`). Source:\npackages/agent-mux/cli/src/commands/models.ts:144-168.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:agent-mux.ui@current",
      "to": "interaction-primitive:agent-mux-cli-models-info",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "cli-subcommand"
        }
      }
    },
    {
      "from": "package:a5c-ai-agent-mux-cli",
      "to": "interaction-primitive:agent-mux-cli-models-info",
      "kind": "exposes_subcommand",
      "attributes": {}
    }
  ]
}