-
the RiveScript tests produces too much log for travis. Travis is limited to a 4MB log if this is exceeded, the build breaks. And RiveScript ignores the log setting :P
```
The log length has exceed…
-
pi@raspberrypi:/opt/dmg/domogik-brain-base $ cat /var/log/domogik/core_butler.log
2017-02-19 21:05:23,342 domogik-butler ERROR Error accessing packages directory : Traceback (most recent call last):
…
-
Hi -- Is it possible using rivescript-go to define a regular expression? I am developing a chatbot where I ask the user for information for example if I need to get a serial number that is formatted …
-
https://www.rivescript.com/
-
RiveScript may be able to benefit from having a [monolithic version control repository](https://danluu.com/monorepo/) rather than having one repo per implementation (Perl, Python, JavaScript, Go and J…
-
This issue is reserved for discussion about the problems in the current version of RiveScript.
Use a bullet list for each major point, to make it easy to scan through the comments and tally up all …
-
I tried the example provided
``` javascript
// JavaScript Object Macro Examples
! version = 2.0
> object setvar javascript
// Example of how to get the current user's ID and set
// variables f…
-
Something that could benefit all versions of RiveScript is to design a "Foreign Macro Interface"
This would allow bot authors to write object macros written in *literally any programming language*,…
-
See this tutorial: https://github.com/botpress/botpress-examples/tree/master/hello-world-rivescript-bot
Rivescript already installed (see Issue #10 ) for details.
-
Hello!
Thank you so much for this library - I've been using it quite a bit for the last few months.
My question is about the contents of the Brain. I have a large set of RiveScript files and I'm…