Skip to content

Home

gpt-all-star

AI-powered code generation tool for scratch development of web applications with a team collaboration of autonomous AI agents. This is a research-project, and its primary value is to explore the possibility of autonomous AI agents.

gpt-all-star-demo

πŸ› Concept

  • Build Team, Build App: Simply organize your team and decide on what to build.
  • AI Agent Collaboration: Assemble a group of AI agents and work together to carry out the steps.
  • Choose the right leader for each step.
  • Leaders create a plan of action for each step.
  • Work with team members to complete every task in the action plan.

gpt-all-star-concept

🐳 Getting Started

For User

  1. Installation
$ pip install gpt-all-star
  1. Set the GPT ALL STAR environment variables
$ export OPENAI_API_MODEL=gpt-4
$ export OPENAI_API_KEY=<your-openai-api-key>
  1. Fun GPT ALL STAR
$ gpt-all-star

For Developer

:bulb: While it's entirely feasible to launch the application on your local machine directly, we strongly recommend using Docker for starting up the application.

  1. Clone the repository
$ git clone git@github.com:kyaukyuai/gpt-all-star.git
  1. Edit the .env file
$ mv .env.sample .env
  1. Run docker compose build and docker compose up
$ make build
$ make up
  1. Open the web terminal port 7681

Open: http://localhost:7681

  1. Install dependencies
$ poetry install
  1. Start GPT ALL STAR
$ poetry run gpt-all-star
  1. Edit the team members

If you want to change the team members, edit the gpt_all_star/agents.yml file.

πŸ•΄ Current Situation

This is a research project and the main focus is currently on validating Client Web Applications in React and ChakraUI using JavaScript. We would like to test other languages and libraries as well and welcome contributions.

πŸ§‘β€πŸ’»οΈ UI Project

gpt-all-star-ui is a web application that uses gpt-all-star as a backend. It's a simple web application that allows you to use gpt-all-star as a service.

Streamlit App

πŸ”Ž Examples

⏱️ Pomodoro Timer

  • πŸ’¬ Instruction: Pomodoro Timer fully designed by human interface guideline
  • πŸ’»οΈ GitHub

Export-1707059574807

🍻 Contribution

GPT ALL STAR is open-source and we welcome contributions. If you're looking to contribute, please:

  • Fork the repository.
  • Create a new branch for your feature.
  • Add your feature or improvement.
  • Send a pull request.
  • We appreciate your input!

Installing Dependencies

poetry lock
poetry install

Virtual Env

poetry shell

Pre-commit hooks

pre-commit install

Running static type checks

poetry run pyright

Packaging

poetry build

Installing Locally

pip install dist/*.tar.gz