bave8672 / node-gpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-gpt

Auto-GPT but node.js

Status

Just a toy. Run at own risk!

Capabilities:

  • Receives a command and persues it autonomously
  • Creates files and runs commands within a docker container
  • Searches the internet via SerpAPI
  • Requests user feedback if stuck
  • Delegates sub-tasks to child agents
  • Long term memory using either hnswlib or with Pinecone

Quickstart

  1. Clone the repo
  2. cd into the dir
  3. npm install
  4. cp .env_example .env and fill out the missing values
  5. npm run start

Requirements

  • Docker
  • node.js

About


Languages

Language:TypeScript 99.3%Language:Dockerfile 0.7%