II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-prompt-history
Agent-mux prompt history json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-prompt-history",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/agent-mux-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Agent-mux prompt history",
"description": "Browse and replay prompt history across sessions — search past\nprompts, fork a new run from any prior turn.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:navigation",
"availableInModes": [
"chat",
"plan",
"composer",
"edit"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:agent-mux-prompt-history",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:agent-mux-prompt-history",
"to": "interaction-primitive-category:navigation",
"kind": "in_category"
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-prompt-history",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}