Skip to content

jonrichards/autogen-base

Repository files navigation

AutoGen-base

CodeQL Dependency Review

Base project for AutoGen development.

Introduction

This project uses devcontainers for VSCode to create a development environment for AutoGen.

Features

See requirements.txt for the full list of Python packages and versions used.

Using

  1. Open the project in VSCode.

  2. Ensure the devcontainers extension is installed.

  3. Copy OAI_CONFIG_LIST.sample to OAI_CONFIG_LIST and update OAI_CONFIG_LIST with the OpenAI model information that you want to use, including API keys.

  4. Copy .env.sample to .env and update the values as needed.

  5. Open the Command Palette in VSCode and run Remote-Containers: Reopen in Container.

  6. From the Terminal in VSCode, run:

    python app/app.py
  7. Develop your AutoGen project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks