II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-tui-model-picker
amux TUI model picker json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-tui-model-picker",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-tui-primitives.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux TUI model picker",
"kind": "tui-command",
"surface": "prompt-ui",
"description": "Fuzzy-filterable picker over `{ agent, modelId }` options for switching\nthe active model on a session. Same up/down cursor + enter/escape grammar\nas the command palette; filtered by a case-insensitive substring match\non either agent or modelId.\nSource: packages/agent-mux/tui/src/model-picker.tsx:5-95.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-tui-model-picker",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
},
{
"from": "package:a5c-ai-agent-mux-tui",
"to": "interaction-primitive:agent-mux-tui-model-picker",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}