A real-time voice/call AI agent that lets you talk to a LangGraph agent over LiveKit — similar to "voice mode" experiences in ChatGPT Voice, OpenAI Realtime API sessions, and Gemini Live. This repo demonstrates adapting any LangGraph agent into a full-duplex, low-latency voice assistant using LiveKit Agents.
☆44Aug 31, 2025Updated 10 months ago
Alternatives and similar repositories for langgraph-voice-call-agent
Users that are interested in langgraph-voice-call-agent are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Convert user audio messages into text and convert text responses from the agent back to audio (text-to-speech) to play to the user. The A…