Home/AI Agents/AgentGPT
AgentGPT logo

AgentGPT

archived
reworkd/AgentGPT

Assembler for autonomous AI Agents

GraphCanon updated today · GitHub synced today · 32 views this month

36k
Stars
9.3k
Forks
219
Open issues
331
Watchers
1y
Last push
TypeScript GPL-3.0Created Apr 7, 2023

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.

Works with VS CodeVS Code

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:


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:

    git clone https://github.com/reworkd/AgentGPT.git
    cd AgentGPT
    ./setup.sh
    

    For Windows users :windows:

    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 on your web-browser.

Happy hacking! :tada: