Example agents I've built using the LiveKit Agents (https://github.com/livekit/agents) framework
cdinto agent subdirectorycp .env.example .env- open the
.envfile and replaceXXXXXXwith 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
Connectin the top right corner of the playground UI