langgraph-livekit-agents
langgraph-livekit-agents copied to clipboard
LangGraph adapter for LiveKit Agents
LiveKit Agents x LangGraph
This repository demonstrates how to integrate LiveKit Agents with LangGraph to create voice-enabled AI agents. It provides implementations in both Python and JavaScript, allowing you to build conversational agents that can interact through voice.
Overview
This project showcases how to:
- Create voice-enabled AI agents using LiveKit
- Integrate LangGraph for agent orchestration
- Handle real-time audio streaming and processing
- Implement multi-agent conversations with voice capabilities
Getting Started
Choose your preferred implementation:
- JavaScript Implementation
- Python Implementation