Key Capabilities
Standard Chat WS
A simple wrapper around the Chat Completion API for persistent, multi-turn text conversations.
Realtime Protocol
OpenAI-compatible Realtime API for ultra-low latency text (Speech coming soon).
Session Recovery
Traceport supports advanced session recovery for the Realtime API. When a client reconnects using a previously activesession_id, the Gateway automatically:
- Restores State: Automatically restores conversation history and configurations (Instructions/Tools) from the cache.
- Synchronizes State: Emits a
session.createdevent with the restored state immediately upon connection. - Tool Continuity: (Upcoming) Ensures that in-flight workflows or tools are re-associated with the session.

