Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/protocol/session-event-bridge.ts
A transport is a thin adapter between AgentProtocolEvents and a specific output surface (terminal, WebSocket, IPC channel, etc.).
Implement this interface to add a new surface without touching the bridge.
Was this page helpful?