You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example agents I've built using the LiveKit Agents (https://github.com/livekit/agents) framework
4
+
5
+
## To run any of these agents
6
+
7
+
1.`cd` into agent subdirectory
8
+
2.`cp .env.example .env`
9
+
3. open the `.env` file and replace `XXXXXX` with proper values for each environment variable
10
+
4.`python agent.py start`
11
+
12
+
## To interact with the agent in the agents playground
13
+
14
+
1. open a browser and navigate to: `https://agents-playground.livekit.io/`
15
+
2. 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)
16
+
3. click `Connect` in the top right corner of the playground UI
0 commit comments