Voice AI Orchestration Framework
Build multi-role voice assistants without rebuilding the architecture.
Start where we stopped.
Powered By
LiveKit for real-time voice, Zapier MCP for integrations, Mem0 for persistent memory — a multi-agent voice orchestrator without building the stack yourself.
LiveKit
Real-time voice and room orchestration
Zapier MCP
Calendar, booking, and external tools
Mem0
Conversation memory and context
Open Source
Built in the open.
Free to use. Community-driven. No platform lock-in.
Fork it. Improve it. Extend it.
Get up and running.
From clone to running agent in 8 steps.
Get the repo
git clone https://github.com/elhaweet/replaxy.gitcd replaxyInstall dependencies
uv syncInitialize the project
replaxy initConfigure credentials and integrations
replaxy setupAnswer the prompts — LiveKit is required; Mem0 and Zapier MCP are optional.
Validate configuration
replaxy validateOptional but recommended.
Download runtime assets
uv run python src/agents.py download-filesOnly needed once.
Run the agent
replaxy runUse replaxy run --dev for local LiveKit testing.
Dispatch and connect
uv run python scripts/dispatch_agent.py -r my-roomIn another terminal. Then join the room (e.g. Agents Playground).
Optional
Customize agents
cp config/agents.example.yaml config/agents.yamlEdit config/agents.yaml (prompts, voices, handoffs) and run again with replaxy run.
Check integrations
replaxy doctor