HA
All projects
07OPEN SOURCESub-200ms

AI Voice Agent — LiveKit

Real-time AI voice agent for AutoZone service. Integrates LiveKit transport, Gemini API inference, and a React frontend for sub-200ms round-trip responses.

— Overview

A real-time voice agent built for an AutoZone service use case. LiveKit carries the audio transport, Gemini handles inference, and a React front end exposes the live session — tuned for sub-200ms round-trip responses.

The project is open source: transport, inference, and UI layers are all in the repository, glued together by a Flask backend.

— Highlights

  • Sub-200ms round-trip voice responses
  • LiveKit WebRTC transport with Gemini inference
  • Flask backend, React front end
  • Open source on GitHub