# AgentTransport

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/protocol/session-event-bridge.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/protocol/session-event-bridge.ts#L37)

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.
