<h1 align="center">
<a href="https://prompts.chat">
This platform is currently in beta, we are currently working on:
Sign in to like and favorite skills
🤖 Assemble, configure, and deploy autonomous AI Agents in your browser. 🤖
🔗 Short link • 🤝 Contribute • 🐦 Twitter • 📢 Discord
Join us in fueling the development of AgentGPT, an open-source project pushing the boundaries of AI autonomy! We're facing challenges in covering the operational costs 💸, including in-house API and other infrastructure expenses, which is projected to grow to around $1000 USD per day 💳🤕 Your sponsorship would drive progress by helping us scale up resources, enhance features and functionality, and continue to iterate on this exciting project! 🚀
By sponsoring this free, open-source project, you not only have the opportunity to have your avatar/logo featured below, but also get the exclusive chance to chat with the founders!🗣️
👉 Click here to support the project
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 🚀.
This platform is currently in beta, we are currently working on:
More Coming soon...
The easiest way to run AgentGPT locally is by using docker. A convenient setup script is provided to help you get started.
./setup.sh --docker
Using
docker-compose deploy
./setup.sh --docker-compose
If you wish to develop AgentGPT locally, the easiest way is to use the provided setup script.
./setup.sh --local
🚧 You will need Nodejs +18 (LTS recommended) installed.
git clone [email protected]:YOU_USER/AgentGPT.git
cd AgentGPT npm install
🚧 The environment variables must match the following schema.
# Deployment Environment: NODE_ENV=development # Next Auth config: # Generate a secret with `openssl rand -base64 32` NEXTAUTH_SECRET=changeme NEXTAUTH_URL=http://localhost:3000 DATABASE_URL=file:./db.sqlite # Your open api key OPENAI_API_KEY=changeme
./prisma/useSqlite.sh
Note: This only needs to be done if you wish to use sqlite.
# Create database migrations npx prisma db push npm run dev
Set up AgentGPT in the cloud immediately by using GitHub Codespaces.
bash ./setup.sh --localnpm run dev in Terminal.Run the project 🥳
npm run dev