Community Gallery
This page contains a list of demos that use AG2 in various applications from the community.
Contribution guide: Built something interesting with AG2? Submit a PR to add it to the list! See the Contribution Guide below for more details.

AutoTx - Crypto Transactions Agent
Generates on-chain transactions, which are submitted to a smart account so users can easily approve & execute them.

AutoGen Virtual Focus Group
A virtual consumer focus group with multiple custom personas, product details, and final analysis created with AutoGen, Ollama/Llama3, and Streamlit.

Function Generator & Validator
A platform where user-required code is generated and simultaneously validated against sample data by AutoGen.

Autogen Robot
This project showcases how agent's can act as a brain to control a physical robot.

AutoGen Group Chat Playground
A huggingface space to explore AutoGen group chat, build agents with zero-code, and access source code for reuse.

A Stateful Dev Environment Powered by Jupyter Notebook
An AutoGen Teams Powered by Jupyter notebook.

Solving Security Vulnerabilities with AutoGen
An article discussing the use of AutoGen to tackle security vulnerabilities.

Research Agents via AutoGen
A guide to building a team of AI research agents using AutoGen.

AutoGen with Ollama and LiteLLM
A demonstration of integrating Ollama, LiteLLM, and AutoGen.

AutoGen Engineer
Join the AutoGen Engineer group chat to collaborate and build with others.

AutoGen with Obsidian
Learn how to integrate AutoGen with Obsidian for note-taking and management.

AutoGen Builder GPT
A platform for building conversational AI agents with AutoGen Builder GPT.

AutoGen Multi-Round Human Interaction Chatbot with Gradio 4.0
Experience a multi-round human interaction chatbot built with AutoGen and Gradio 4.0.

Agentcloud.dev (UI for AutoGen)
Agentcloud.dev provides a user interface for managing and collaborating with AutoGen agents.

Next.js + FASTAPI Based UI for AutoGen
A project featuring a UI for AutoGen built with Next.js and FastAPI.

Full Function UI for AutoGen Powered by Panel
A UI allows users to directly interact with AI agents in real-time during a group chat scenario

AutoGen Monitoring and Observability
Documentation on monitoring and observability features for AutoGen.

Postgres Data Analytics AI Agent with AutoGen
Utilizing AutoGen to speak directly to Postgres Database.

AutoGen with Local LLMs
An article on deploying multiple AI agents using local LLMs with AutoGen.

AutoGen with FastApi backend and React Frontend
A demonstration of using AutoGen with a FastAPI backend and React frontend.

Talk to AutoGen Agents Using Whisper and Gradio
Interact with AutoGen agents using Whisper and Gradio interfaces.

AutoGen + LangChain + ChromaDB = You Super AI Assistant
Create a super AI assistant combining AutoGen, LangChain, and ChromaDB.

AutoGen + Flowise = Super AI Agents on No-Code Platform
Build super AI agents on a no-code platform using AutoGen and Flowise.

AutoGen with RunPod and TextGen WebUI
Learn how to use AutoGen with RunPod and TextGen WebUI for enhanced AI agent integration.

Jarvis Collaborates with AutoGen for Tweet Analysis
Explore how Jarvis collaborates with AutoGen for tweet analysis.

AutoGen + LangChain + PlayHT = Super AI Agent that Speaks
Combine AutoGen, LangChain, and PlayHT to create a speaking super AI agent.

AutoGen Flow with FastAPI and Nextjs
A development flow using AutoGen with FastAPI and Next.js.

Build Vision-Enabled AI Agents with AutoGen + Llava
Tutorial on building vision-enabled AI agents using AutoGen and llava.

AutoGen + Chainlit chat interface with multi-agent conversation
Chainlit chat interface with multi-agent conversation between agents to complete a tasks

XForce IDE: Build AutoGen based workforces from a drag and drop UI
X-Force IDE is a low-code, agent-as-a-service UI framework that lets you create AutoGen-based workforces from a drag-and-drop-like user interface.

Multimodal Webagent created with AutoGen and OpenAI's Assistants API
A multimodal webbrowsing agent that autonomously browses the web.

Create Issues from Code Commits - using Autogen
Automatically creating linear tasks and assigning them to the right person, project, and team from GitHub commits using AutoGen Agents.

Agentok - Autogen Visualized
Offering intuitive visual tools that streamline the creation and management of complex AutoGen workflows.

Expense Tracker - using Autogen
Tracks personal finance income and expenses then helps the user to analyse it using AutoGen agents.

Agent-E: AutoGen-Powered Web Automation
Automate your browser with Agent-E and AutoGen—search, navigate, and interact with the web effortlessly.
Contributing#
Thank you for your interest in contributing! To add your demo to the gallery, please create a Pull Request (PR) with the following details.
-
Updated
website/snippets/data/GalleryItems.mdx
file with your application entry. -
The application image should be added to the
static/img/gallery
directory if the image is local. If the image is hosted online, just update theimage
property with the URL of the image. -
Below is an example of an entry in the
website/snippets/data/GalleryItems.mdx
file:{ "title": "AG2 Playground", // The title of your demo "link": "https://huggingface.co/spaces/thinkall/AutoGen_Playground", // URL to your demo "description": "A space to explore the capabilities of AG2.", // A brief description "image": "default.png", // Filename of the image present in the `static/img/gallery` directory or URL of the hosted image "tags": ["ui"] // Tags to categorize your demo }
- Refer to the below table for description of each property:Property Description title
Provide a clear and concise title for your demo. link
Include a valid URL linking to your demo. description
Write a short description (1-2 sentences) to summarize your demo. image
Use the filename of an image stored in the static/img/gallery
directory if the image is local.If the image is hosted online, ensure the URL is correctly added to the entry. tags
Add up to two tags that best describe your demo for clarity. Choose from the existing tags: - app
: Using AG2 for specific applications.- extension
: Enhancing AG2 beyond the features in the current version.- ui
: Building a user interface for AG2.- tool
: Strengthening AG2 Agents with external tools.- groupchat
: Solving complex tasks with a group of Agents.Or propose new tags if the existing ones do not describe your demo. Ensure they are descriptive and concise.