From 36927b211063ba7c67f4440de5fae1ffa72767f5 Mon Sep 17 00:00:00 2001 From: lukasIO Date: Tue, 9 Jan 2024 15:45:16 +0100 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c26cbaf..516b57b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ Docs for how to get started with LiveKit agents at [https://docs.livekit.io/agen The repo containing the (server side) agent implementations (including example agents): [https://github.com/livekit/agents](https://github.com/livekit/agents) +## Try out a live version + +You can try out the agent playground at [https://livekit-agent-playground.vercel.app](https://livekit-agent-playground.vercel.app). +This will connect you to our example agent [KITT](https://github.com/livekit/agents/tree/main/examples/kitt). + ## Setting up the playground locally 1. Install dependencies