Transport Mechanisms

Mnemo supports multiple connection layers:

Transport
Description
Implementation

STDIO

Local subprocess

stdio_client_with_rich_stderr

SSE

HTTP streaming

sse_client

WebSocket

Bidirectional connection

websocket_client

Last updated