From 00448e7c89c008b1d00c32186eb3ab873ac3db3f Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Fri, 21 Mar 2025 11:11:31 -0700 Subject: [PATCH] minor readme updates (#132) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b948d41..695998b 100644 --- a/README.md +++ b/README.md @@ -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