Skip to content

mukemitt/autogen_demo1

Repository files navigation

AutoGen Simple Chat Demo

A simple multi-agent chat application built with Microsoft AutoGen.

Features

  • Multi-agent conversation system
  • UserProxy agent for human interaction
  • Assistant agent for AI responses
  • Group chat management

Setup

  1. Clone the repository:
git clone https://github.com/mukemitt/autogen_demo1.git
cd autogen_demo1
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up environment variables:
cp .env.example .env
# Edit .env and add your OpenAI API key
  1. Run the application:
python simple_chat.py

Requirements

  • Python 3.8+
  • OpenAI API key
  • Internet connection

Usage

The application creates a simple chat interface where you can interact with an AI assistant through the AutoGen framework. The conversation will continue until you type 'exit' or the maximum rounds are reached.

About

This is to give a demo on Monday.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors