displayName
agent-comm-mux
protocolType
event-stream
nativeSide
- Claude stream-json
- Codex JSONL
- Cursor SQLite events
- OpenCode SQLite
- Pi JSONL-tree
- OMP JSONL-tree
- Hermes JSONL
- Copilot plain-text+JSON-meta
- Gemini JSONL
- A2A / ACP
- MCP-as-agent
canonicalSide
Unified AgentEvent union + unified channel-envelope
position
Between Agent-Platform and consumers (orchestrators, presentation, observability, other agents)
bridgingConcerns
- event taxonomies (Anthropic message_start/content_block_start vs OpenAI response.start/response.text.delta)
- partial-streaming quirks (text streaming, tool-call streaming, thinking streaming)
- session-resume events (real or synthesized)
- fork events
- interactive nuances (Cursor capability-profile switches mid-session, OpenClaw partial-streaming line discipline, Copilot session_id in sidecar JSON line)
- channel session-brokering (handshake, persistent vs restart-per-turn vs none)
- agent-to-agent handshakes and capability advertisement
catalogInputNodeKinds
- AgentVersion
- Channel
- SessionSemantics
trustChainParticipation
planned
description
Normalizes per-agent event streams + inter-agent protocols + channel
kinds into one canonical event/envelope shape. Channels are absorbed
here (vs a separate channels-mux) because the underlying primitive is
a structured communication channel between two participants.