mirror of
https://github.com/aljazceru/AgentGPT.git
synced 2025-12-17 05:54:20 +01:00
1290e5ff1c916059b51e605df601406c63c30209
🤖 Assemble, configure, and deploy autonomous AI Agents in your browser. 🤖
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:
- Long term memory 🧠
- Web browsing 🌐
- Interaction with websites and people 👨👩👦
🎉 Features
Coming soon...
🚀 Tech Stack
- ✅ Bootstrapping: create-t3-app.
- ✅ Framework: Nextjs 13 + Typescript.
- ✅ Auth: Next-Auth.js
- ✅ ORM: Prisma.
- ✅ Database: Supabase.
- ✅ Styling: TailwindCSS + HeadlessUI.
- ✅ Typescript Schema Validation: Zod.
- ✅ End-to-end typesafe API: tRPC.
👨🚀 Getting Started
🚧 You will need Nodejs +16 (LTS recommended) installed.
- Fork this project:
- Clone the repository:
git clone git@github.com:YOU_USER/AgentGPT.git
- Install dependencies:
npm install
- Create a .env file with the following content:
🚧 The environment variables must match the following schema.
# Next Auth Secrets
NODE_ENV=production
NEXTAUTH_SECRET=
NEXTAUTH_URL=http://localhost:3000
# Next Auth config:
NEXTAUTH_SECRET=
NEXTAUTH_URL=
# Database URLs:
DATABASE_URL=
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
- Ready 🥳, now run:
# Create database migrations
npx prisma db push
# Run the project:
npm run dev
Languages
TypeScript
95.1%
JavaScript
2.5%
CSS
2%
Shell
0.4%
