Welcome to the AutoGen-Example-Scripts repository! This repository is designed for users who want to try out the AutoGen library without the hassle of setting up everything from scratch. Here, we've simplified the process: just clone the project, install the requirements, update your API key, and run the scripts. The scripts in this repository are derived from the notebooks provided by AutoGen, making it easier for you to dive right into the action.
Clone the Repository
git clone https://github.com/Poly186-AI-DAO/AutoGen-Example-Scripts.git
Navigate to the Project Directory
cd AutoGen-Example-Scripts
Install the Required Packages
pip install -r requirements.txt
Add OpenAI Key
Add your OpenAI key to theOAI_config_list.json.
Navigate to the Notebooks Directory
Run the Scripts
Here are the available scripts you can run:
Function Call
Group Chat Research
python groupchat_research.py
Internet Agent
Language Chain Tools
python langchain_tools.py
The main goal of this repository is to provide a seamless experience for users who want to explore the capabilities of AutoGen without getting bogged down by the setup process. By offering a streamlined setup and execution process, we hope to encourage more users to experiment with and benefit from the AutoGen library.
Feel free to contribute to the project by submitting pull requests or issues. Ensure you follow the contribution guidelines provided by the repository.
This project is licensed under the MIT License. Refer to theLICENSE file for more details.