GraphCanon updated today · GitHub synced today · 32 views this month
Trust & integrity
Full report- Maintenance
- Archived (438d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- No lockfile
- As of today · Source: none
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
A tool that allows users to assemble, configure, and deploy autonomous AI agents in the browser using a setup CLI.
Capability facts
- Deploy
- Self-host
Source: dockerfile:docker-compose.yml · Jul 11, 2026
- Docker
- Dockerfile present
Source: dockerfile:docker-compose.yml · Jul 11, 2026
- Languages
- typescript
Source: github.language · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 11, 2026)
(e.g., `Ctrl + ~` for Windows or `Control + ~` for Mac in VS Code).Source link
Tags
README
👨🚀 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 (and API Keys)
- 🗂️ Database (Mysql)
- 🤖 Backend (FastAPI)
- 🎨 Frontend (Nextjs)
Getting Started :rocket:
-
Open your editor
-
Open the Terminal - Typically, you can do this from a 'Terminal' tab or by using a shortcut (e.g.,
Ctrl + ~for Windows orControl + ~for Mac in VS Code). -
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:
git clone https://github.com/reworkd/AgentGPT.git cd AgentGPT ./setup.shFor Windows users :windows:
git clone https://github.com/reworkd/AgentGPT.git cd AgentGPT ./setup.bat -
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 on your web-browser.
Happy hacking! :tada: