Appearance
AgentGPT
Category: OSS Agent
Official site: https://agentgpt.reworkd.ai/
GitHub: https://github.com/reworkd/AgentGPT (36k+ stars, archived January 2026, read-only)
Docs: https://docs.reworkd.ai/
What it is
AgentGPT is an open-source autonomous AI agent platform built by Reworkd. Users give the agent a name and a goal; it then breaks that goal into tasks, executes them in sequence, reviews the results, and continues until the goal is reached or the run limit is hit.
The cloud version at agentgpt.reworkd.ai requires no install. Self-hosting runs the same stack locally via Docker.
The company has since pivoted to a broader web-scraping-at-scale product (Reworkd), but AgentGPT remains the original open-source agent project.
Free vs Paid
| Tier | Limit | Notes |
|---|---|---|
| Free (cloud) | 5 runs on AgentGPT-3.5 | No credit card required |
| Paid / Scale | Contact Reworkd | Unlocks higher run limits and the Reworkd scraping API |
Self-hosted deployments are free (GPL-3.0 license) but require your own OpenAI API key.
Tech stack
- Frontend: Next.js 13 + TypeScript
- Backend: FastAPI (Python)
- Database: MySQL (PlanetScale)
- Auth: NextAuth.js
- ORM: Prisma + SQLModel
- Styles: TailwindCSS
Safety and ToS caveats
- The platform is marked Beta. Autonomous agent runs can trigger unexpected external actions (web searches, form submissions).
- A valid OpenAI API key is required for self-hosted runs. All OpenAI usage costs apply to the key holder.
- The GitHub repo was archived on 2026-01-28 and is now read-only. No new upstream patches will be released.
- GPL-3.0 license means derivative works must also be open-source.
- Reworkd's hosted version may enforce rate limits and content policies. Review Reworkd's terms before commercial use.
No downloadable template / boilerplate
AgentGPT does not ship a separate starter template or boilerplate repo. The main repo IS the starter. Clone it and run the setup script.