Skip to main content
0
G

Gpt All Star

πŸ€– AI-powered code generation tool for scratch development of web applications with a team collabora

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

API key required

Works With

Claude CodeCursorWindsurfVS CodeDeveloper tool

About

](https://pypi.org/project/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.

Table of contents

πŸ› 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.
  1. 1.Choose the right leader for each step.
  2. 2.Leaders create a plan of action for each step.
  3. 3.Work with team members to complete every task in the action plan.

🐳 Getting Started

For User

  1. 1.Installation
bash
$ pip install gpt-all-star
  1. 1.Set the GPT ALL STAR environment variables
bash
$ export OPENAI_API_MODEL=gpt-4o
$ export OPENAI_API_KEY=
  1. 1.Fun GPT ALL STAR
bash
$ 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. 1.Clone the repository
bash
$ git clone git@github.com:kyaukyuai/gpt-all-star.git
  1. 1.Edit the .env file
bash
$ mv .env.sample .env
bash
# OPENAI or AZURE or ANTHROPIC
ENDPOINT=OPENAI

# USE when ENDPOINT=OPENAI
OPENAI_API_MODEL=gpt-4o
OPENAI_API_KEY=

# USE when ENDPOINT=AZURE
AZURE_OPENAI_API_KEY=
AZURE_OPENAI_API_VERSION=2024-05-01-preview
AZURE_OPENAI_API_MODEL=
AZURE_OPENAI_DEPLOYMENT_NAME=
AZURE_OPENAI_ENDPOINT=https://.openai.azure.com/

# USE when ENDPOINT=ANTHROPIC
ANTHROPIC_API_KEY=
ANTHROPIC_MODEL=

# LangSmith
LANGCHAIN_TRACING_V2=true
LANGCHAIN_ENDPOINT=https://api.smith.langchain.com
LANGCHAIN_API_KEY=
LANGCHAIN_PROJECT=

# This is an environment variable to use if you want to manage the code you want to generate with gpt-all-star on GitHub.
GITHUB_ORG=
GITHUB_TOKEN=
  1. 1.Run docker compose build and docker compose up
bash
$ make build
$ make up
  1. 1.Open the web terminal port 7681

Open: http://localhost:7681

  1. 1.Install dependencies
bash
$ poetry install
  1. 1.Start GPT ALL STAR
bash
$ poetry run gpt-all-star
bash
$ poetry run gpt-all-star --help

Usage: gpt-all-star [OPTIONS]

Don't lose this

Three weeks from now, you'll want Gpt All Star again. Will you remember where to find it?

Save it to your library and the next time you need Gpt All Star, it’s one tap away β€” from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚑ Pro tip for geeks: add a-gnt πŸ€΅πŸ»β€β™‚οΈ as a custom connector in Claude or a custom GPT in ChatGPT β€” one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say β€œuse my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

πŸ€΅πŸ»β€β™‚οΈ

a-gnt's Take

Our honest review

πŸ€– AI-powered code generation tool for scratch development of web applications with a team collabora. Best for anyone looking to make their AI assistant more capable in search & web. It's completely free and works across most major AI apps. This one just landed in the catalog β€” worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

2

Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.

What's New

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.