Files
broswer-automation/agent-livekit/README.md
nasir@endelospay.com d97cad1736 first commit
2025-08-12 02:54:17 +05:00

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

  1. Install dependencies:
pip install -r requirements.txt
  1. Configure LiveKit settings in livekit_config.yaml

  2. Run the LiveKit agent:

python livekit_agent.py

Configuration

The LiveKit agent can be configured through:

  • livekit_config.yaml - LiveKit server and room settings
  • mcp_livekit_config.yaml - MCP server configuration with LiveKit integration

Files

  • livekit_agent.py - Main LiveKit agent implementation
  • livekit_config.yaml - LiveKit configuration
  • mcp_livekit_config.yaml - MCP server configuration with LiveKit
  • requirements.txt - Python dependencies
  • voice_handler.py - Voice processing and speech recognition
  • screen_share.py - Screen sharing functionality