mirror of
https://github.com/aljazceru/AgentGPT.git
synced 2025-12-17 05:54:20 +01:00
e6d56b01f006c91903bcde74faa7841134ca96ea
AGENT GPT
🤖 Assemble, configure, and deploy autonomous AI Agents in your browser. 🤖
Assemble, configure, and deploy autonomous AI Agents in your browser.
🎉 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%