A simple multi-agent chat application built with Microsoft AutoGen.
- Multi-agent conversation system
- UserProxy agent for human interaction
- Assistant agent for AI responses
- Group chat management
- Clone the repository:
git clone https://github.com/mukemitt/autogen_demo1.git
cd autogen_demo1- Install dependencies:
pip install -r requirements.txt- Set up environment variables:
cp .env.example .env
# Edit .env and add your OpenAI API key- Run the application:
python simple_chat.py- Python 3.8+
- OpenAI API key
- Internet connection
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.