II.
SharedContextSpec JSON
Structured · liveshared-context-spec:agent-mux-gateway-frame-unsubscribe
UnsubscribeFrame (client→server) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "shared-context-spec:agent-mux-gateway-frame-unsubscribe",
"_kind": "SharedContextSpec",
"_file": "extensions/shared-context-specs/agent-mux-gateway-protocol-frames.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "UnsubscribeFrame (client→server)",
"contextKind": "websocket-frame-client",
"typescriptInterface": "UnsubscribeFrame",
"producerIface": "@a5c-ai/agent-mux-gateway client",
"consumerIfaces": [
"RunManager.unsubscribe (server.ts:642-644)"
],
"fieldSchema": [
"type:literal<unsubscribe>:required:Frame discriminator",
"runId:string:required:Run id to remove from this connection's subscriptions"
],
"sourceCitation": "packages/agent-mux/gateway/src/protocol/v1.ts:31-34; frames.ts:32-35"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "package:a5c-ai-agent-mux-gateway",
"to": "shared-context-spec:agent-mux-gateway-frame-unsubscribe",
"kind": "has_payload_schema",
"attributes": {}
}
]
}