You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, a lot of ack type responses are canned, so people using random_ack get a sense that the bot just has a standard personality. Perhaps helga should have installable personalities, plugins that can define different types of responses. I think there's probably a few ways to do this:
A flatfile containing canned responses, one per line. They can be downloaded and configured to be used via settings
An installable plugin type module that provides canned responses
A simple list override for canned responses in settings
The text was updated successfully, but these errors were encountered:
AIML? I'm considering a helga-aiml plugin for such a thing. AIML (http://www.alicebot.org/aiml.html), despite being xml, uses the structure to provide a slightly more intelligent canned responses. There are other options, such as RiverScript (http://www.rivescript.com/) which also looks promising. Ideally one of these would allow "learning" in the sense that we can teach it stuff while running.
Right now, a lot of ack type responses are canned, so people using
random_ack
get a sense that the bot just has a standard personality. Perhaps helga should have installable personalities, plugins that can define different types of responses. I think there's probably a few ways to do this:The text was updated successfully, but these errors were encountered: