From 8728c72fecdd26f79f862929cb27198d9590bb91 Mon Sep 17 00:00:00 2001 From: bluemoehre Date: Tue, 30 Jun 2026 22:59:40 +0200 Subject: [PATCH] add component registry --- components.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components.json b/components.json index 15addee..c617ed0 100644 --- a/components.json +++ b/components.json @@ -21,5 +21,7 @@ }, "menuColor": "default", "menuAccent": "subtle", - "registries": {} + "registries": { + "@agents-ui": "https://livekit.com/ui/r/{name}.json" + } }