iiRecord
Agentic AI Atlas · amux remote install
interaction-primitive:agent-mux-cli-remote-installa5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:agent-mux-cli-remote-install

Structured · live

amux remote install json

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

File · extensions/interaction-patterns/agent-mux-cli-workspaces-host.yamlCluster · extensions
Record JSON
{
  "id": "interaction-primitive:agent-mux-cli-remote-install",
  "_kind": "InteractionPrimitive",
  "_file": "extensions/interaction-patterns/agent-mux-cli-workspaces-host.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "amux remote install",
    "kind": "cli-subcommand",
    "surface": "cli",
    "parentBin": "amux",
    "subcommandVerb": "remote install",
    "flags": [
      "--mode:1:ssh|docker|k8s|local (default ssh)",
      "--harness:1:harness to install after amux (default claude)",
      "--image:1:docker image (docker mode)",
      "--identity-file:1:ssh key path",
      "--port:1:ssh port",
      "--namespace:1:k8s namespace",
      "--context:1:k8s context",
      "--force:0:reinstall even if amux already present",
      "--dry-run:0:print planned commands without executing"
    ],
    "subcommandExitCodes": [
      "0:success:remote install completed",
      "1:general-error:remote command non-zero or spawn failed",
      "2:usage-error:VALIDATION_ERROR (bad mode / missing host or image)"
    ],
    "description": "Install amux + harness on a remote host via ssh/docker/k8s/local.\nProbes, installs amux, installs harness, verifies. Source:\npackages/agent-mux/cli/src/commands/remote.ts:121-234.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:agent-mux.ui@current",
      "to": "interaction-primitive:agent-mux-cli-remote-install",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "cli-subcommand"
        }
      }
    },
    {
      "from": "package:a5c-ai-agent-mux-cli",
      "to": "interaction-primitive:agent-mux-cli-remote-install",
      "kind": "exposes_subcommand",
      "attributes": {}
    }
  ]
}