Skip to content

bave8672/node-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published