The simplest possible implementaion of Ubibot's natural-language-based @numical/ubibot-engine.
i.e. a completely over-engineered solution to echoing the users' input.
Currently alpha code.
##installation
git clone https://github.com/numical/ubibot.git
cd ubibot/packages/echobot
##usage command line
npm run cli
web app
npm run webapp
##entry point
index.js
exports aChat
instance...- based on a
config
that combines.... content
andcontexts
that...- aggregate and contextualize as set of ```commands``.
See the engine tutorial for more.