iiRecord
Agentic AI Atlas · adapters profiles set
interaction-primitive:adapters-cli-profiles-seta5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:adapters-cli-profiles-set

Structured · live

adapters profiles set json

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

File · extensions/interaction-patterns/adapters-cli-sessions-config-profiles.yamlCluster · extensions
Record JSON
{
  "id": "interaction-primitive:adapters-cli-profiles-set",
  "_kind": "InteractionPrimitive",
  "_file": "extensions/interaction-patterns/adapters-cli-sessions-config-profiles.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "adapters profiles set",
    "kind": "cli-subcommand",
    "surface": "cli",
    "parentBin": "adapters",
    "subcommandVerb": "profiles set",
    "flags": [
      "--scope:1:global|project",
      "--agent:1:profile agent",
      "--model:1:profile model"
    ],
    "subcommandExitCodes": [
      "0:success:profile saved",
      "1:general-error:internal error",
      "2:usage-error:missing <name>"
    ],
    "description": "Save a profile from passthrough run flags (everything not in the\nreserved global flag set is captured). Source:\npackages/adapters/cli/src/commands/profiles.ts:135-168.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:adapters.ui@current",
      "to": "interaction-primitive:adapters-cli-profiles-set",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "cli-subcommand"
        }
      }
    },
    {
      "from": "package:a5c-ai-adapters-cli",
      "to": "interaction-primitive:adapters-cli-profiles-set",
      "kind": "exposes_subcommand",
      "attributes": {}
    }
  ]
}