comex-voice-assistant / README.md
Comex Voice Assistant
Last updated: 4/16/2026GitHub
Comex Voice Assistant
Follow these steps to set up and run the project locally.
⚙️ Setup Options
Option 1: Minimal / Quick Setup (if you just want to build and run locally)
-
Rename
.env.sampleinagent/to.env -
Run:
make build
Option 2: Manual
1️⃣ Backend Setup
-
Install LiveKit Server
livekit-server --dev -
Install uv (if not already installed)
-
Sync dependencies
uv sync -
Start the agent
uv run agents.py start -
Run the FastAPI server
uv run fastapi run server.py
2️⃣ Frontend Setup
-
Install Bun (if not already installed)
-
Navigate to the frontend directory and install dependencies
cd frontend bun install -
Build and start the frontend
bun build bun run start
✅ You’re good to go!