877 B
877 B
Project Template
Description
Jibo Interaction Memory uses the knoweldge base to store lists of timestamped interactions. JSON queries can be matched against interactions in memory to produce the last time that exact JSON object was noted. JSON events can be noted to be queried later.
How to build / run
- To initially setup:
npm install - To build:
gulp debug - To test:
gulp test
What to change
When using the template to create project of name project-name, please follow these steps:
- Clone this project somewhere:
git clone git@github.jibo.com:CharacterAI/project-template.git - Rename project
mv project-template project-name - Remove the
.gitdirectory (which points to this template repo):rm -rf project-name/.git - Change the name and repository URL of the
package.json - Change this README
- Add all of your code etc.