microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
32.72k stars 4.76k forks source link

Create a gallery page for applications built using AutoGen #4027

Open ekzhu opened 5 days ago

ekzhu commented 5 days ago

What feature would you like to be added?

The link should be /gallery to show case the applications.

Please submit your applications here, please contain:

  1. Link to the repo
  2. Link to an online demo if available
  3. A short description of the application
  4. A link to an image for the application
  5. Which API is this application built on: {autogen-core, autogen-agentchat, autogen-magentic-one}

Why is this needed?

For community

lordlinus commented 5 days ago

Travel Chatbot

Repo: Travel Chatbot - https://github.com/lordlinus/travel-chatbot

Link (In-progress) - https://green-bay-098528300.5.azurestaticapps.net/ (Password protected until it is complete)

Description: Travel chatbot designed to assist users with travel planning, booking flights, hotels, car rentals, and providing destination information. A routing agent directs user messages to the appropriate specialized agents and uses a group chat manager to coordinate complex tasks involving multiple agents.

API: Using autogen-core

Screenshot: Sample Frontend