GithubHelp home page GithubHelp logo

marcus-arcadius / agentgpt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reworkd/agentgpt

0.0 1.0 0.0 644 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 0.34% JavaScript 2.36% TypeScript 95.44% CSS 1.86%

agentgpt's Introduction

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

Node version

๐Ÿ”— Short link ย ย โ€ขย ย  ๐Ÿค Contribute ย ย โ€ขย ย  ๐Ÿฆ Twitter


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 [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

Watchers

 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.