AutoGPT
The first viral autonomous-agent project.
Minimal task-driven autonomous agent.
Local or cloud · No GPU
Bare Python script. CPU-only.
Source is public — you can audit it, fork it, and you'll never lose access to your workflows if BabyAGI the company changes direction.
Doesn't require a dedicated GPU — useful on laptops and headless servers.
Native Metal / MPS support — runs on M-series Macs without CUDA gymnastics.
You don't need to read a paper before getting your first result — sensible defaults and a quick install.
This page summarizes upstream documentation, release information, and editorially reviewed catalogue fields. It is not presented as a hands-on benchmark. Verify changing requirements at the official project; report stale data through our corrections channel.
Runs CPU-only — no CUDA / driver gymnastics required.
No dedicated GPU required.
Open-source AND ships an API — easy to integrate, possible to host yourself.
573 days since the last refresh — treat hardware numbers as a floor, not a ceiling.
Three picks across different tradeoffs — so you don't end up with three near-clones of BabyAGI.
BabyAGI is the 150-line cousin of AutoGPT: an LLM generates tasks, prioritises them, executes one, observes the result, and generates new tasks. Yohei Nakajima's original is barely a framework — it's a clear demonstration of the idea, which is why everybody forked it.
Public-domain reference implementation.