https://github.com/airen3339/agentgpt

https://github.com/airen3339/agentgpt

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: airen3339
  • License: gpl-3.0
  • Language: TypeScript
  • Default Branch: main
  • Size: 679 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created about 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme Funding License

README.md

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

🎉 Roadmap

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

  • Long term memory via a vector DB 🧠
  • Web browsing capabilities via langchain 🌐
  • Interaction with websites and people 👨‍👩‍👦
  • Writing capabilities via a document API 📄
  • Saving agent runs 💾
  • Users and authentication 🔐
  • Stripe integration for a lower limit paid version (So we can stop worrying about infra costs) 💵

More Coming soon...

🚀 Tech Stack

👨‍🚀 Getting Started

📝 Prerequisites

Node Version >= 16.8.0

🐳 Docker Setup

The easiest way to run AgentGPT locally is by using docker. A convenient setup script is provided to help you get started.

bash ./setup.sh --docker

👷 Local Development Setup

If you wish to develop AgentGPT locally, the easiest way is to use the provided setup script.

bash ./setup.sh --local

🛠️ Manual Setup

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

  1. Fork this project:
  1. Clone the repository:

bash git clone git@github.com:YOU_USER/AgentGPT.git

  1. Install dependencies:

bash cd AgentGPT npm install

  1. Create a .env file with the following content:

🚧 The environment variables must match the following schema.

```bash

Deployment Environment:

NODE_ENV=development

Next Auth config:

Generate a secret with openssl rand -base64 32

NEXTAUTHSECRET=changeme NEXTAUTHURL=http://localhost:3000 DATABASE_URL=file:./db.sqlite

Your open api key

OPENAIAPIKEY=changeme ```

  1. Modify prisma schema to use sqlite:

bash ./prisma/use_sqlite.sh

Note: This only needs to be done if you wish to use sqlite.

  1. Ready 🥳, now run:

```bash

Create database migrations

npx prisma db push

Run the project:

npm run dev ```

Owner

  • Login: airen3339
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

Dockerfile docker
  • node 19-alpine build
package-lock.json npm
  • 566 dependencies
package.json npm
  • @types/node ^18.11.18 development
  • @types/prettier ^2.7.2 development
  • @types/react ^18.0.26 development
  • @types/react-dom ^18.0.10 development
  • @typescript-eslint/eslint-plugin ^5.47.1 development
  • @typescript-eslint/parser ^5.47.1 development
  • autoprefixer ^10.4.7 development
  • eslint ^8.30.0 development
  • eslint-config-next 13.1.6 development
  • husky ^8.0.3 development
  • lint-staged ^13.2.1 development
  • postcss ^8.4.14 development
  • prettier ^2.8.1 development
  • prettier-plugin-tailwindcss ^0.2.1 development
  • prisma ^4.9.0 development
  • tailwindcss ^3.2.0 development
  • typescript ^4.9.4 development
  • @formkit/auto-animate ^1.0.0-beta.6
  • @next-auth/prisma-adapter ^1.0.5
  • @prisma/client ^4.9.0
  • @radix-ui/react-toast ^1.1.3
  • @tanstack/react-query ^4.20.0
  • @trpc/client ^10.9.0
  • @trpc/next ^10.9.0
  • @trpc/react-query ^10.9.0
  • @trpc/server ^10.9.0
  • @uiball/loaders ^1.2.6
  • @vercel/analytics ^0.1.11
  • axios ^1.3.5
  • clsx ^1.2.1
  • framer-motion ^10.11.2
  • html-to-image ^1.11.11
  • langchain ^0.0.53
  • next 13.1.6
  • next-auth ^4.19.0
  • react 18.2.0
  • react-dom 18.2.0
  • react-icons ^4.8.0
  • react-markdown ^8.0.7
  • rehype-highlight ^6.0.0
  • remark-gfm ^3.0.1
  • superjson 1.9.1
  • zod ^3.20.2