- Home
- Search & Web
- Gpt All Star
Gpt All Star
π€ AI-powered code generation tool for scratch development of web applications with a team collabora
Rating
Votes
0
score
Downloads
0
total
Price
Free
API key required
Works With
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
- π³ Getting Started
- For User
- For Developer
- π΄ Current Situation
- π§βπ»οΈ UI Project
- π Examples
- β±οΈ Pomodoro Timer
- π» Contribution
π 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.Choose the right ο½eader for each step.
- 2.Leaders create a plan of action for each step.
- 3.Work with team members to complete every task in the action plan.
π³ Getting Started
For User
- 1.Installation
$ pip install gpt-all-star- 1.Set the
GPT ALL STARenvironment variables
$ export OPENAI_API_MODEL=gpt-4o
$ export OPENAI_API_KEY=- 1.Fun
GPT ALL STAR
$ gpt-all-starFor 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
.envfile
$ mv .env.sample .env# 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.Run
docker compose buildanddocker 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$ 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
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
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
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.