LiveKit Agents
ActiveDescription
LiveKit Agents is LiveKit's real-time voice and multimodal agent framework for phone, assistant, and interactive use cases that need low-latency experiences.
Key Features
- Flexible STT/LLM/TTS/Realtime API integrations — mix and match providers per use case
- Semantic turn detection using a transformer model to reduce user interruptions
- Native MCP support — integrate MCP server tools with one line of code
- Telephony integration via LiveKit SIP stack for phone call agents
- Built-in job scheduling and dispatch APIs to connect end users to agents
- Fully open-source stack including LiveKit WebRTC media server
Use Cases
Tags
Categories
Quick Start
pip install 'livekit-agents[openai,silero,deepgram,cartesia,turn-detector]' && export LIVEKIT_URL=<url> LIVEKIT_API_KEY=<key> LIVEKIT_API_SECRET=<secret> && python my_agent.py start