Skip to content

Releases: SeedVault/rhizome

v1.3

08 Feb 01:55
Compare
Choose a tag to compare
  • migrated bbot messages schema to msft botframework's schema. added msft cards like thumbnails card, video card, audio card and hero card. added suggestionActions with imBack support
  • updated channels and extensions with new internal message schema
  • added support for msft BotBuilder (Botframework library) bot engine using DirectLine protocol
  • added Botframework channel. now any channel supported by it it's supported by bbot
  • added support for Dialogflow rich responses platforms Google Assistant, Facebook, Slack, Telegram and Skype. Dialogflow bots now provides proper message response for each channel type thanks to new channel_id property. also two new properties defaultPlatform and forcePlatform are added to improve control on platform responses
  • added Telegram support for button suggestions for any message type like images, video, sound
  • template extension Templator now iterates through the whole object looking for {{}} tags. now any string in the bot response can use templates functions and custom ones like service functions
  • added option to add to last message in core.add_output()
  • added channel_id property for engines to return proper responses to each channel type
  • improvements on restful channel

v1.2

09 Dec 19:17
Compare
Choose a tag to compare
  • added support for Rasa Server (SockerIO and Rest channels)
  • Watson engine bugfix
  • Pinned dependencies. use --ignore-pipfile when installing and updating for deterministic dependency building

v1.1

08 Dec 21:03
Compare
Choose a tag to compare
  • added monthly subscriptions payment
  • merged telegram and web channels. making things easier for load balancing
  • improved performance on mongodb access. avoid running multiple connections
  • improved performance on load config. added cache