Home

Awesome

Cartesia Voice Agent Example

This is a demo of a LiveKit Voice Pipeline Agent using Cartesia and GPT-4o-mini.

The example includes a custom Next.js frontend and Python agent.

Live Demo

https://cartesia-assistant.vercel.app/

Screenshot of the Cartesia Voice Agent Example

Running the example

Prerequisites

Frontend

Copy .env.example to .env.local and set the environment variables. Then run:

cd frontend
npm install
npm run dev

Agent

Copy .env.example to .env and set the environment variables. Then run:

cd agent
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py dev