Skip to content

🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.

License

Notifications You must be signed in to change notification settings

sky1straw/AgentGPT

 
 

Repository files navigation

🤖 Assemble, configure, and deploy autonomous AI Agents in your browser. 🤖

Node version

🔗 Short link   •   🤝 Contribute   •   🐦 Twitter


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 🚀.

🎉 Features

This platform is currently in beta, we are currently working on:

  • Long term memory 🧠
  • Web browsing 🌐
  • Interaction with websites and people 👨‍👩‍👦

More Coming soon...

🚀 Tech Stack

👨‍🚀 Getting Started

🚧 You will need Nodejs +16 (LTS recommended) installed.

  1. Fork this project:
  1. Clone the repository:
git clone [email protected]:YOU_USER/AgentGPT.git
  1. Install dependencies:
npm install
  1. Create a .env file with the following content:

🚧 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

# Prisma
DATABASE_URL=file:./db.sqlite

# External APIs:
OPENAI_API_KEY=changeme
  1. Ready 🥳, now run:
# Create database migrations
npx prisma db push

# Run the project:
npm run dev

About

🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.0%
  • JavaScript 2.6%
  • CSS 2.0%
  • Shell 0.4%