wang991 / AgentGPT

๐Ÿค– Assemble, configure, and deploy autonomous AI Agents in your browser.

Home Page:https://agentgpt.reworkd.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿค– Assemble, configure, and deploy autonomous AI Agent(s) in your browser. ๐Ÿค–

Node version English ็ฎ€ไฝ“ไธญๆ–‡ Hungarian

๐Ÿ”— Short link   โ€ข   ๐Ÿ“š Docs   โ€ข   ๐Ÿค Contribute   โ€ข   ๐Ÿฆ Twitter   โ€ข   ๐Ÿ“ข Discord

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 ๐Ÿš€.

๐ŸŽ‰ Roadmap

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

๐Ÿš€ Tech Stack

๐Ÿ‘จโ€๐Ÿš€ Getting Started

โœจ For the latest guide, visit our Setup documentation

Run the existing ./setup.sh file at the root of the project for an interactive setup of your ENV. After this, run the commands below according to your setup.

๐Ÿณ Docker-compose

The easiest way to run AgentGPT locally is by using docker

// At the root of the project
docker-compose up

๐Ÿ‘ท Local Development Setup

If you wish to develop AgentGPT locally, the easiest way is to use the provided setup script.

./setup.sh --local

๐Ÿ› ๏ธ Manual Setup

๐Ÿšง You will need Nodejs +18 (LTS recommended) installed.

  1. Fork this project:
  1. Clone the repository:
git clone git@github.com:YOU_USER/AgentGPT.git
  1. Install dependencies:
cd AgentGPT/next
npm install

๐Ÿš€ GitHub Codespaces

(Warning: This may be out of date given we use a separate backend now) Set up AgentGPT in the cloud immediately by using GitHub Codespaces.

  1. From the GitHub repo, click the green "Code" button and select "Codespaces".
  2. Create a new Codespace or select a previous one you've already created.
  3. Codespaces opens in a separate tab in your browser.
  4. In terminal, run bash ./setup.sh --local
  5. When prompted in terminal, add your OpenAI API key.
  6. Click "Open in browser" when the build process completes.
  • To shut AgentGPT down, enter Ctrl+C in Terminal.
  • To restart AgentGPT, run npm run dev in Terminal.

Run the project ๐Ÿฅณ

npm run dev

๐Ÿ’ Our GitHub sponsors ๐Ÿ’

Join us in fueling the development of AgentGPT, an open-source project pushing the boundaries of AI agents! Your sponsorship would drive progress by helping us scale up resources, enhance features and functionality, and continue to iterate on this exciting project! ๐Ÿš€

ArthurMatt RayVector VenturesFlorian KraftZoeLucas BusseyLisakmotteSWFT BlockchainNikolay KostovOryan MosheClay Nelson0xmatchmakerGuy ThompsonVusi DubeRoberto Luis Sanchez, P.E., P.G.; D,GE; F.ASCEDavid GammondLazza CapitalStephane DeGuireLyskaSharon Clapp at CCSURooba.FinanceBenjamin Bales

About

๐Ÿค– Assemble, configure, and deploy autonomous AI Agents in your browser.

https://agentgpt.reworkd.ai

License:GNU General Public License v3.0


Languages

Language:TypeScript 65.6%Language:Python 26.7%Language:JavaScript 5.2%Language:CSS 1.0%Language:Dockerfile 0.9%Language:Shell 0.6%