Coder Social home page Coder Social logo

huguanglong / agentgpt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reworkd/agentgpt

0.0 0.0 0.0 661 KB

๐Ÿค– Assemble, configure, and deploy autonomous AI Agents in your browser.

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

License: GNU General Public License v3.0

Shell 1.47% JavaScript 2.14% TypeScript 93.54% CSS 1.69% Dockerfile 1.15%

agentgpt's Introduction

๐Ÿค– 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

๐Ÿ‹ Docker Setup

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

./setup.sh

๐Ÿ› ๏ธ Manual Setup

๐Ÿšง You will need Nodejs +16 (LTS recommended) installed.

  1. Fork this project:
  1. Clone the repository:
git clone [email protected]: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

agentgpt's People

Contributors

asim-shrestha avatar awtkns avatar frajder avatar tomi-lui avatar mrayonnaise avatar srijan-subedi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.