# LiveKit Voice AI Agent - Python Dependencies # This file lists all required Python packages for the backend agent # # Installation: # Using uv (recommended - faster): # uv sync # # Using pip: # python3 -m pip install -r requirements.txt # # Python Version Required: 3.9 or higher # Core LiveKit Agents Framework livekit-agents[silero,turn-detector]~=1.2 # Noise Cancellation Plugin (for telephony) livekit-plugins-noise-cancellation~=0.2 # Text-to-Speech & Speech-to-Text Providers livekit-plugins-elevenlabs livekit-plugins-cartesia # Environment Variables Management python-dotenv # HTTP Client (for API calls) aiohttp # Development Dependencies (optional) # pytest # pytest-asyncio # ruff