- Inbound audio streams from the telephony provider over WebSocket.
- The transcriber converts audio to text in near real time.
- The LLM receives the transcript plus conversation history and generates a response, optionally calling tools.
- The synthesizer converts the response to audio, streamed back to the caller.
Concepts
Call Flow
How a call moves through transcriber, LLM, and synthesizer

