II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:vibe-kanban-progress-stream
Vibe Kanban Progress Stream json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:vibe-kanban-progress-stream",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/vibe-kanban-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Vibe Kanban Progress Stream",
"description": "Real-time agent output streaming primitive. Captures stdout, stderr,\nand structured tool-use events from running agents and renders them\nin the task card's live output pane. Supports collapsible output\nsections, auto-scroll, and filtering by event type (tool calls,\nfile edits, terminal commands).\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:observability",
"availableInModes": [
"chat"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:vibe-kanban-progress-stream",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:vibe-kanban.ui@current",
"to": "interaction-primitive:vibe-kanban-progress-stream",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}