II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-cli-models-set
amux models set json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-cli-models-set",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-cli-core-lifecycle.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux models set",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "amux",
"subcommandVerb": "models set",
"flags": [
"--provider:1:override provider when setting model"
],
"subcommandExitCodes": [
"0:success:model selection saved",
"1:general-error:internal error",
"2:usage-error:missing <agent>/<model> or VALIDATION_ERROR from validate()"
],
"description": "Persist a model (and optional provider) selection for an agent.\nSource: packages/agent-mux/cli/src/commands/models.ts:222-261.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-cli-models-set",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-agent-mux-cli",
"to": "interaction-primitive:agent-mux-cli-models-set",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}