Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,13 @@ if __name__ == "__main__":
cli.run_app(server)
```

You'll need the following environment variables for this example:
- `LIVEKIT_URL`
- `LIVEKIT_API_KEY`
- `LIVEKIT_API_SECRET`

You can find these credentials in your [LiveKit Cloud dashboard](https://cloud.livekit.io).
If you're self-hosting, refer to the [LiveKit server docs](https://docs.livekit.io/home/self-hosting/local/).

- LIVEKIT_URL
- LIVEKIT_API_KEY
- LIVEKIT_API_SECRET

### Multi-agent handoff

Expand Down Expand Up @@ -367,9 +369,14 @@ python myagent.py dev
Starts the agent server and enables hot reloading when files change. This mode allows each process to host multiple concurrent agents efficiently.

The agent connects to LiveKit Cloud or your self-hosted server. Set the following environment variables:
- LIVEKIT_URL
- LIVEKIT_API_KEY
- LIVEKIT_API_SECRET

- `LIVEKIT_URL`
- `LIVEKIT_API_KEY`
- `LIVEKIT_API_SECRET`

You can find these credentials in your [LiveKit Cloud dashboard](https://cloud.livekit.io).
If you're self-hosting, refer to the [LiveKit server docs](https://docs.livekit.io/home/self-hosting/local/).


You can connect using any LiveKit client SDK or telephony integration.
To get started quickly, try the [Agents Playground](https://agents-playground.livekit.io/).
Expand Down