II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:follow-agent
Follow agent json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:follow-agent",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/voice-and-telemetry.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Follow agent",
"description": "Live-tail another participant's agent session — see their turns,\ntool calls, and file edits as they happen. Read-only by default;\nbecomes a true collaborative primitive when paired with\nshare-session in read-write mode. Distinct from passive replay.\n",
"kind": "collaborative",
"surface": "collaborative",
"category": "interaction-primitive-category:collaborative",
"availableInModes": [
"chat",
"plan",
"composer",
"edit"
],
"requiresPermission": true
},
"outgoingEdges": [
{
"from": "interaction-primitive:follow-agent",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:follow-agent",
"to": "interaction-primitive-category:collaborative",
"kind": "in_category"
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:follow-agent",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}