Welcome to the repository showcasing examples of LLM-based multi-agent systems implemented using the Autogen framework.
This repository contains a collection of examples demonstrating the use of the Autogen framework to build multi-agent systems based on Large Language Models (LLMs). Each example illustrates different scenarios where LLMs are utilized for various tasks within a multi-agent environment.
- Python : 3.12
- Autogen : 0.4.9
To get started with any of the examples, follow these steps:
- Clone the repository:
git clone https://github.com/Jung-YongHan/AutoGen-Examples
- Install dependencies:
pip install -r requirements.txt
Explore each example to understand how LLMs can be leveraged for different types of multi-agent interactions.
Contributions are welcome! If you have ideas for new examples or improvements, please submit a pull request. For major changes, please open an issue first to discuss potential updates.