JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 28
  • Score
    100M100P100Q49282F
  • License MIT

A rendition of ELIZA program engine by Weizenbaum sharable for all javascript environments

Package Exports

  • eliza-core

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eliza-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

eliza

A JavaScript(TypeScript) code version of Eliza ported from Charles Hayden's Java implementation: http://chayden.net/eliza/Eliza.html

TODO: description

Usage

const eliza = require('eliza-core');

// TODO: DEMONSTRATE API