◉AgentCodingFree
GPT Engineer
Conversational AI coding agent that builds entire codebases from natural-language specs with one prompt.
Instalaciones690k
Valoración★ 4.7
Reseñas230
GPT Engineer
GPT Engineer turns a plain-English project description into a working codebase. It prompts you for clarifications, generates all necessary files, and can iteratively improve the code through a feedback loop — all from the command line.
Key Features
- Full-project generation — produces complete, runnable codebases (not just snippets) from a single spec file
- Clarification loop — asks targeted questions before generating to reduce ambiguity
- Improve mode — run it on an existing repo to add features or fix bugs
- Benchmarked — evaluated on HumanEval and SWE-bench style tasks
- Provider agnostic — supports OpenAI, Anthropic, Azure OpenAI, and local models via LM Studio / Ollama
- Lightweight — no heavy orchestration framework; pure Python with minimal dependencies
Quick Start
pip install gpt-engineer
gpt-engineer projects/my-new-app
Create projects/my-new-app/prompt with:
Build a FastAPI web app with a /health endpoint and SQLite persistence for user notes.
Install via ai-supply
npx ai-supply add gpt-engineer-code-generator
Curated mirror of the open-source GPT Engineer (MIT). Get it from the source.