1.1 KiB
1.1 KiB
Agent LiveKit Integration
This folder contains the LiveKit integration for the MCP Chrome Bridge project, enabling real-time audio/video communication and AI agent interactions.
Features
- Real-time audio/video communication using LiveKit
- AI agent integration with Chrome automation
- WebRTC-based communication
- Voice-to-text and text-to-speech capabilities
- Screen sharing and remote control
Setup
- Install dependencies:
pip install -r requirements.txt
-
Configure LiveKit settings in
livekit_config.yaml
-
Run the LiveKit agent:
python livekit_agent.py
Configuration
The LiveKit agent can be configured through:
livekit_config.yaml
- LiveKit server and room settingsmcp_livekit_config.yaml
- MCP server configuration with LiveKit integration
Files
livekit_agent.py
- Main LiveKit agent implementationlivekit_config.yaml
- LiveKit configurationmcp_livekit_config.yaml
- MCP server configuration with LiveKitrequirements.txt
- Python dependenciesvoice_handler.py
- Voice processing and speech recognitionscreen_share.py
- Screen sharing functionality