Example agents I've built using the LiveKit Agents (https://github.com/livekit/agents) framework
cd
into agent subdirectorycp .env.example .env
- open the
.env
file and replaceXXXXXX
with proper values for each environment variable python agent.py start
- open a browser and navigate to:
https://agents-playground.livekit.io/
- choose to the same LiveKit Cloud project that the agent is running against (or manually enter a websocket URL and participant token if self-hosting)
- click
Connect
in the top right corner of the playground UI