From 7a55734bb5f75bbbc1958dd16a2aa08718c14be7 Mon Sep 17 00:00:00 2001 From: Olaoluwa Ademola Salami Date: Sat, 30 Dec 2023 03:53:39 +0000 Subject: [PATCH] add example to website (#860) * add exaample to website * add to gallery * Update website/docs/Examples.md --------- Co-authored-by: Qingyun Wu --- website/src/data/gallery.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/src/data/gallery.json b/website/src/data/gallery.json index e8094e476..707fe3149 100644 --- a/website/src/data/gallery.json +++ b/website/src/data/gallery.json @@ -151,5 +151,12 @@ "description": "Tutorial on building vision-enabled AI agents using AutoGen and llava.", "image": "default.png", "tags": ["tools", "app"] + }, + { + "title": "AutoGen + Chainlit chat interface with multi-agent conversation", + "link": "https://github.com/antoineross/Autogen-UI/tree/main", + "description": "Chainlit chat interface with multi-agent conversation between agents to complete a tasks", + "image": "default.png", + "tags": ["ui"] } ]