minor readme updates (#132)

This commit is contained in:
Ben Cherry 2025-03-21 11:11:31 -07:00 committed by GitHub
parent 201a13cc78
commit 00448e7c89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,8 +23,7 @@ The repo containing the (server side) agent implementations (including example a
## Try out a live version
You can try out the agents playground at [https://livekit-agent-playground.vercel.app](https://livekit-agent-playground.vercel.app).
This will connect you to our example agent, KITT, which is based off of the [minimal-assistant](https://github.com/livekit/agents/blob/main/examples/voice-pipeline-agent/minimal_assistant.py).
You can try out a demo of the playground with [KITT](https://kitt.livekit.io) or the [hosted playground](https://agents-playground.livekit.io) for your own agents.
## Setting up the playground locally