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 the
OAI_config_list.json
. -
Navigate to the Notebooks Directory
cd autogen_notebooks
-
Run the Scripts
Here are the available scripts you can run:
-
Function Call
python function_call.py
-
Group Chat Research
python groupchat_research.py
-
Internet Agent
python internet_agent.py
-
Language Chain Tools
python langchain_tools.py
-
Open Source Models
python open_source_models.py
-