//! Network transports that expose an agent's stdio streams to remote clients.
//!
//! Each transport lives in a separate module because they target different
//! protocols (`tcp`, WebSocket, HTTP/2) while reusing the shared prepared command.
/// HTTP/2 full-duplex byte-stream transport.
/// Raw TCP byte-stream transport.
/// WebSocket + JSON-RPC transport built on `jsonrpsee`.