iiRecord
Agentic AI Atlas · amux update
interaction-primitive:agent-mux-cli-updatea5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:agent-mux-cli-update

Structured · live

amux update 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-update",
  "_kind": "InteractionPrimitive",
  "_file": "extensions/interaction-patterns/agent-mux-cli-core-lifecycle.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "amux update",
    "kind": "cli-subcommand",
    "surface": "cli",
    "parentBin": "amux",
    "subcommandVerb": "update",
    "flags": [
      "--all:0:update every registered agent",
      "--dry-run:0:print planned command without executing"
    ],
    "subcommandExitCodes": [
      "0:success:updated (or manual instructions emitted)",
      "1:general-error:update failed",
      "2:usage-error:missing <agent> when --all not used",
      "3:agent-not-found:UNKNOWN_AGENT"
    ],
    "description": "Update one agent CLI (or `--all`). Dispatches to adapter.update().\nSource: packages/agent-mux/cli/src/commands/install.ts:201-262.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:agent-mux.ui@current",
      "to": "interaction-primitive:agent-mux-cli-update",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "cli-subcommand"
        }
      }
    },
    {
      "from": "package:a5c-ai-agent-mux-cli",
      "to": "interaction-primitive:agent-mux-cli-update",
      "kind": "exposes_subcommand",
      "attributes": {}
    }
  ]
}