nashid / AgileCoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



license python

AgileCoder: A Multi-Agents Software Development Framework based on Agile Methodology

Table of Contents

Overview

Installation

To install the latest version, please clone this repository and then run the command

pip install -e AgileCoder

Our library is now available on Pypi, so it can be easily installed by

pip install agilecoder

Note: The current version available on PyPI does not support the demonstration

We currently supports Azure OpenAI service, so please set following environment variables:

  • API_KEY

  • RESOURCE_ENDPOINT

  • API_TYPE

  • API_VERSION

  • API_ENGINE

Get Started

To produce your desired software, simply run the command

agilecoder --task "<your requirement about the product you want AgileCoder to create>"

For example,

agilecoder --task "create a caro game in python"

Demo

To begin showcasing the Flask app, navigate to the directory agilecoder/online_log and execute the following command:

python app.py

About


Languages

Language:Python 64.3%Language:JavaScript 24.3%Language:CSS 6.6%Language:HTML 4.8%