adam.watkins 0ccc3fbead ♻️ Migrate to TRPC
2023-04-08 17:16:16 +03:00
2023-04-07 07:47:56 +03:00
2023-04-07 08:43:48 +03:00
2023-04-08 17:16:16 +03:00
2023-04-06 19:32:21 -07:00
2023-04-06 19:32:21 -07:00
2023-04-06 19:29:13 -07:00
2023-04-07 12:56:24 -07:00
2023-04-06 19:32:21 -07:00
2023-04-08 16:26:04 +03:00
2023-04-08 16:26:04 +03:00
2023-04-06 19:32:21 -07:00
2023-04-06 19:32:21 -07:00
2023-04-08 07:23:59 +03:00
2023-04-06 19:32:21 -07:00
2023-04-06 19:32:21 -07:00

AGENT GPT


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

Deployment Success Node version

🔗 Short link   •   🤝 Contribute


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

🎉 Features

Coming soon...

🚀 Tech Stack

👨‍🚀 Getting Started

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

  1. Fork this project:
  1. Clone the repository:
git clone git@github.com: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.

# 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=
  1. Ready 🥳, now run:
# Create database migrations
npx prisma db push

# Run the project:
npm run dev
Description
No description provided
Readme GPL-3.0 686 KiB
Languages
TypeScript 95.1%
JavaScript 2.5%
CSS 2%
Shell 0.4%