II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-tui-prompt-input
amux TUI prompt input json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-tui-prompt-input",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-tui-primitives.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux TUI prompt input",
"kind": "tui-command",
"surface": "prompt-ui",
"description": "Multi-segment composer used by the TUI to author user prompts. Tracks\ntext, paste-blob, and file-attachment segments; supports up/down history\nrecall, shift+tab cycling, escape to cancel, and a configurable large\npaste threshold (default 80 chars) that compresses paste segments.\nSource: packages/agent-mux/tui/src/prompt-input.tsx:5-200.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-tui-prompt-input",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
},
{
"from": "package:a5c-ai-agent-mux-tui",
"to": "interaction-primitive:agent-mux-tui-prompt-input",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}