How to run a real-time voice agent with Vobiz, Pipecat and a pre-warmed worker pool

AmbassadorKey5049 · reddit · 2026-07-22

A developer asks how people run Vobiz + Pipecat in production for a real-time voice agent with a pre-warmed worker pool.

The post sketches a flow where Vobiz opens a WebSocket, a dispatcher assigns an available Pipecat worker, and the worker handles STT → LLM → TTS. The main questions are how to route connections, manage the pool, and keep around 10 agents warm without paying to run them 24/7.

Original post →

More from coding & agent

coding & agent channel →