Skip to content

Yadheedhya06/AutogenCookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoGen-Example-Scripts

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.

Quick Links

Setup and Run

  1. Clone the Repository

    git clone https://github.com/Poly186-AI-DAO/AutoGen-Example-Scripts.git
  2. Navigate to the Project Directory

    cd AutoGen-Example-Scripts
  3. Install the Required Packages

    pip install -r requirements.txt
  4. Add OpenAI Key

    Add your OpenAI key to the OAI_config_list.json.

  5. Navigate to the Notebooks Directory

    cd autogen_notebooks
  6. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages