Capability · Framework — agents

AutoGPT

AutoGPT pioneered the 'give an LLM a goal and let it run' genre in early 2023. The modern project is a full platform — an agent builder, self-hosted server, browser extension, and SDK — focused on low-code automation by connecting agents to web actions, files, and APIs.

Framework facts

Category
agents
Language
Python / TypeScript
License
PolyForm Shield 1.0.0 (source-available)
Repository
https://github.com/Significant-Gravitas/AutoGPT

Install

git clone https://github.com/Significant-Gravitas/AutoGPT.git
cd AutoGPT
./run setup
./run start

Quickstart

# After ./run start, open http://localhost:3000
# From 'Build' choose a template (e.g. 'Research & Summarise'),
# wire an Input -> LLM -> File Write block, save, and press Run.

Alternatives

  • BabyAGI — minimal academic predecessor
  • CrewAI — role-based multi-agent
  • LangGraph — code-first graph agents
  • SuperAGI — hosted competitor

Frequently asked questions

Is AutoGPT still OSS?

The code is source-available under PolyForm Shield, which allows most non-competing use. Check the current LICENSE before commercial deployment.

AutoGPT vs BabyAGI?

AutoGPT is now a full product with a GUI, block library, and marketplace. BabyAGI remains a minimal reference script. AutoGPT is what you'd actually deploy; BabyAGI is what you'd study.

Sources

  1. AutoGPT — docs — accessed 2026-04-20
  2. AutoGPT GitHub — accessed 2026-04-20