1.0.0 • Published 6 years ago

virtual-assistant v1.0.0

Weekly downloads
10
License
ISC
Repository
github
Last release
6 years ago

virtual-assistant

NPM version

This project is a library that offer a extendable chatbot via external feature-plugins.

This library offer Javascript classes and services that will help you and guide you in the development of your own feature-plugins.

For now the chatbot support Slack and this can be extended to other plateforms, feel free to contribute.

Run my own chatbot

TODO, also add available configurations

Develop my own feature-plugin

Just create a new project, create a new npm module and install this library as npm dependency:

npm install virtual-assistant

Create your own class extending the abstract AssistantFeature and export it from your module.

You can take this "hello world" plugin as example: https://github.com/denouche/virtual-assistant-plugin-hello-world

For persistent interactions, running through multiple dialogs you can use a final state machine to handle the dialog sequence: https://github.com/jakesgordon/javascript-state-machine

1.0.0

6 years ago

0.21.3

6 years ago

0.21.2

7 years ago

0.21.1

7 years ago

0.21.0

7 years ago

0.20.0

7 years ago

0.19.1

7 years ago

0.19.0

7 years ago

0.18.0

7 years ago

0.17.0

7 years ago

0.16.4

7 years ago

0.16.3

7 years ago

0.16.2

7 years ago

0.16.1

7 years ago

0.16.0

7 years ago

0.15.3

7 years ago

0.15.2

7 years ago

0.15.1

7 years ago

0.15.0

7 years ago

0.14.0

7 years ago

0.13.0

7 years ago

0.12.0

7 years ago

0.11.0

7 years ago

0.10.0

7 years ago

0.9.0

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago

0.7.4

7 years ago

0.7.3

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago