diff --git a/website/src/data/gallery.json b/website/src/data/gallery.json index 5c1a096f2e9..a1ff5604e72 100644 --- a/website/src/data/gallery.json +++ b/website/src/data/gallery.json @@ -198,5 +198,12 @@ "description": "A multimodal webbrowsing agent that autonomously browses the web.", "image": "webagent.jpg", "tags": ["tools", "app"] + }, + { + "title": "Create Issues from Code Commits - using Autogen", + "link": "https://blog.composio.dev/automating-task-creation-with-openai-assistant-from-code-comments-to-linear-issues/", + "description": "Automatically creating linear tasks and assigning them to the right person, project, and team from GitHub commits using AutoGen Agents.", + "image": "composio-autogen.png", + "tags": ["tools"] } ] diff --git a/website/static/img/gallery/composio-autogen.png b/website/static/img/gallery/composio-autogen.png new file mode 100644 index 00000000000..0c7b8eb7867 Binary files /dev/null and b/website/static/img/gallery/composio-autogen.png differ