Skip to main content
Two complete agent files, plus the local-only and Docker deployment patterns. Before running any example, install VoiceGateway for your framework and the provider plugins your agent uses; see Installation.

First agent (LiveKit)

The complete LiveKit worker: attach() for cost metering, guard() for LLM fallback and a spend cap.

Pipecat: attach + guard

The same pattern as a complete, runnable Pipecat pipeline.

Local-Only Deployment

Zero-cost LLM via Ollama, and what local STT/TTS actually requires.

Docker Deployment

Production-ready Docker Compose with health checks and optional Ollama.