---
title: "AgentGPT"
type: "tool"
slug: "reworkd-agentgpt"
canonical_url: "https://www.graphcanon.com/tools/reworkd-agentgpt"
github_url: "https://github.com/reworkd/AgentGPT"
homepage_url: "https://agentgpt.reworkd.ai"
stars: 36264
forks: 9303
primary_language: "TypeScript"
license: "GPL-3.0"
archived: true
categories: ["ai-agents", "developer-tools"]
tags: ["agent", "autonomous", "backend-development", "cli-setup", "database-integration", "frontend-development"]
updated_at: "2026-07-11T12:49:12.91878+00:00"
---

# AgentGPT

> Assembler for autonomous AI Agents

> **Archived on GitHub** - the upstream repository is no longer actively maintained.

A tool that allows users to assemble, configure, and deploy autonomous AI agents in the browser using a setup CLI.

## Facts

- Repository: https://github.com/reworkd/AgentGPT
- Homepage: https://agentgpt.reworkd.ai
- Stars: 36,264 · Forks: 9,303 · Open issues: 219 · Watchers: 331
- Primary language: TypeScript
- License: GPL-3.0
- Last pushed: 2025-04-29T01:19:32+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Archived (computed 2026-07-11T10:45:48.871Z)
- Security scan: No lockfile (0 critical, 0 high, 0 medium, 0 low) · last scan 2026-07-11T10:45:49.750Z
- Full report: [trust report](/tools/reworkd-agentgpt/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/reworkd-agentgpt/trust)

## Categories

- [AI Agents](/categories/ai-agents.md)
- [Developer Tools](/categories/developer-tools.md)

## Tags

agent, autonomous, backend-development, cli-setup, database-integration, frontend-development

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [ECC](/tools/affaan-m-ecc.md) - The agent harness performance optimization system for AI agents (★ 228,395) [Very active]
- [hermes-agent](/tools/nousresearch-hermes-agent.md) - The agent that grows with you (★ 212,994) [Very active]
- [n8n](/tools/n8n-io-n8n.md) - Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. (★ 196,027) [Very active]
- [AutoGPT](/tools/significant-gravitas-autogpt.md) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. (★ 185,464) [Very active]
- [prompts.chat](/tools/f-prompts-chat.md) - Share, discover, and collect prompts from the community (★ 165,372) [Very active]
- [JavaGuide](/tools/snailclimb-javaguide.md) - Java Interview & Backend General Guide, covering computer basics, databases, distributed systems, high concurrency, system design, and AI application development (★ 156,948) [Very active]

_+ 2 more not listed._

## Adoption goal

AgentGPT is a TypeScript-based tool that supports users in assembling and deploying autonomous AI agents with a streamlined setup via a CLI, suitable for those who prefer browser-based interactions with their AI projects

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
## 👨‍🚀 Getting Started

The easiest way to get started with AgentGPT is automatic setup CLI bundled with the project.
The cli sets up the following for AgentGPT:
- 🔐 [Environment variables](https://github.com/reworkd/AgentGPT/blob/main/.env.example) (and API Keys)
- 🗂️ [Database](https://github.com/reworkd/AgentGPT/tree/main/db) (Mysql)
- 🤖 [Backend](https://github.com/reworkd/AgentGPT/tree/main/platform) (FastAPI)
- 🎨 [Frontend](https://github.com/reworkd/AgentGPT/tree/main/next) (Nextjs)

---

## Getting Started :rocket:
1. **Open your editor**

2. **Open the Terminal** - Typically, you can do this from a 'Terminal' tab or by using a shortcut
   (e.g., `Ctrl + ~` for Windows or `Control + ~` for Mac in VS Code).

3. **Clone the Repository and Navigate into the Directory** - Once your terminal is open, you can clone the repository and move into the directory by running the commands below.

   **For Mac/Linux users** :apple: :penguin:
   ```bash
   git clone https://github.com/reworkd/AgentGPT.git
   cd AgentGPT
   ./setup.sh
   ```
   **For Windows users** :windows:
   ```bash
   git clone https://github.com/reworkd/AgentGPT.git
   cd AgentGPT
   ./setup.bat
   ```
4. **Follow the setup instructions from the script** - add the appropriate API keys, and once all of the services are running, travel to [http://localhost:3000](http://localhost:3000) on your web-browser.

Happy hacking! :tada:
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/reworkd-agentgpt`](/api/graphcanon/tools/reworkd-agentgpt)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
