Git Product home page Git Product logo

raven_mvp's Introduction

Raven Minimum Viable Product

Minimum Viable Product for Raven using GPT-3. See https://ravenagi.io/ for more information.

Usage

  1. Create openaiapikey.txt in this directory with your API key as the first and only line. This file is excluded via .gitignore so you don't have to worry about accidentally sharing your key.
  2. Install openai with pip install openai
  3. Start nexus.py, the web interface is accessible via (http://127.0.0.1:9999/nexus)[http://127.0.0.1:9999/nexus]
  4. Start use the Microservices page to start remaining services
  5. Use the Context to inject a context into the nexus.

MVP Services

These are the barebones services required to demonstrate Raven as a thinking machine.

Service Description
Nexus Stores the stream of consciousness, allows for arbitrary number of microservices to participate.
Action Generator Ingests contexts and generates action ideas.
Core Objective Functions Ingest context and action ideas, evaluates actions based on their merits.
Iterator Ingests context, action ideas, and COF evaluations then generates new action ideas based upon feedback.

Roadmap Services

These are services on the roadmap

Service Description
Arbiter Looks at all available actions and picks the best one based upon other criteria such as feasibility.
Executive Looks for arbitration messages and acts upon the world.
Recall Stores and retrieves messages from the nexus for long term memory. Uses keyword extraction from contexts to query recall database.
Encyclopedia Uses keyword extraction from contexts to find interesting relevant information from external sources.
Inhibitor Deletes contexts and related messages from the nexus once executive action has been taken.
Augmenter Uses recall and encyclopedia messages to synthesize new and better contexts.
Context Passively watches/listens to outside world to automatically generate contexts.

raven_mvp's People

Contributors

daveshap avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.