II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-cli-config-get
amux config get json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-cli-config-get",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-cli-sessions-config-profiles.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux config get",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "amux",
"subcommandVerb": "config get",
"flags": [],
"subcommandExitCodes": [
"0:success:value or full config printed",
"1:general-error:internal error",
"2:usage-error:missing <agent>",
"7:config-error:CONFIG_ERROR / CONFIG_LOCK_ERROR"
],
"description": "Read a config field (or the whole agent config if no field). Source:\npackages/agent-mux/cli/src/commands/config.ts:97-121.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-cli-config-get",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-agent-mux-cli",
"to": "interaction-primitive:agent-mux-cli-config-get",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}