Mediaeater / AgentGPT

πŸ€– Assemble, configure, and deploy autonomous AI Agents in your browser.

Home Page:https://agentgpt.reworkd.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ€– Assemble, configure, and deploy autonomous AI Agents in your browser. πŸ€–

Node version

πŸ”— Short link   β€’   🀝 Contribute   β€’   🐦 Twitter   β€’   πŸ“’ Discord


πŸ’ Support the Advancement of AgentGPT!! πŸ’

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 $150 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 πŸš€.

πŸŽ‰ 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 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.

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

https://agentgpt.reworkd.ai

License:GNU General Public License v3.0


Languages

Language:TypeScript 95.7%Language:JavaScript 2.2%Language:CSS 1.8%Language:Shell 0.3%