This is the "AIML brain" for our Everlife node.
The Everlife node can use a multitude of "brains" to communicate with the user. This allows it to grow smarter and use multiple technologies playing each to it's strengths.
There are two steps to set up your AIML brain.
-
Download the
aiml
package. This contains the python AIML server.$> cd ebrain-aiml/ $> git clone https://github.com/everlifeai/aiml.git
-
Install the Node modules required by using the standard
yarn
command:$> yarn install
If the setup is correct, starting this server to try it out is very simple. Just run:
$> yarn start
(When the Everlife Avatar Node starts up, it auto-starts the brain so nothing needs to be done).
Use test.js
to chat with the
started bot. This is wrapped in a yarn
command as well:
$> yarn chat Good Morning
Report Feedback, Issues, etc, to the Everlife.AI support groups.