AgentGPT

πŸ€– Assemble, configure, and deploy autonomous AI Agents in your browser.

GPL-3.0 License

Stars
31.5K
Committers
75

AgentGPT allows you to configure and deploy Autonomous AI agents. Name your own custom AI and have it embark on any goal imaginable. It will attempt to reach the goal by thinking of tasks to do, executing them, and learning from the results πŸš€.


✨ Demo

For the best demo experience, try our site directly :)

Demo Video

πŸ‘¨β€πŸš€ 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:

Prerequisites ☝️

Before you get started, please make sure you have the following installed:

Getting Started πŸš€

  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 🍎 🐧

    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! πŸŽ‰

πŸŽ‰ Roadmap

This platform is currently in beta, a full list of completed and planed features can be found on our public roadmap.

πŸš€ Tech Stack

Related Projects