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.
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: -
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.