Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1008 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 1008 Bytes

Microsoft AutoGen Demo Applications

Retrieve Chat (RAG) Demo

This demo shows how to use the RetrieveUserProxyAgent and RetrieveAssistantAgent to build a chatbot. View the Source Code. Try it online.

Multi-Round Human Interaction Chatbot Demo

This demo shows how to build a chatbot which can handle multi-round conversations with human interactions. View the Source Code. Try it online.

Group Chat Playground Demo

This demo is an AutoGen playground implemented with Panel. View the Source Code. Try it online.