Skip to content

Releases: rwth-acis/las2peer-social-bot-manager-service

Release 2.2.0

21 Apr 09:34
f376bd8
Compare
Choose a tag to compare

The following new features have been added

  • An option to rate the responses of the bot.
  • Use intent label instead of intent keyword for the activity name in logging.
  • Update xAPI URLs and set the homepage URL as an environment variable for future adaptations.
  • An option to set an asynchronous flag when a service should be called asynchronously.
  • By calling the service asynchronously, a callback function replaces the old message with the new service response.

What's Changed

New Contributors

Full Changelog: 2.1.0...v2.2.0

Release 2.1.0

14 Oct 17:14
0b28d47
Compare
Choose a tag to compare

The following new features are added:

  • Adds logging that is conform with the XES standard. These logs can be used to apply process mining for bots
  • Able to enhance messages using OpenAI by using the personalize function of the OpenAI wrapper service https://github.com/rwth-acis/las2peer-openai-service #193
  • Bot actions can trigger another bot action, meaning the text response from the first bot action can be passed to the second bot action. For example, a response from a bot action can be passed to the personalize function of the OpenAI wrapper service. #208
  • Bot actions can lead to an incoming message so that if a request fails the state is not automatically advanced and errors can be handled appropriately. rwth-acis/Social-Bot-Framework#101

What's Changed

Full Changelog: v2.0.2...2.1.0

Patch Release 2.0.2

09 Jul 18:10
7a90954
Compare
Choose a tag to compare

Patch Release 2.0.2

  • Fixed default message not being sent in case of no fitting intent found.
  • Fixed #202

Release 2.0.1

05 Jul 17:23
Compare
Choose a tag to compare

Fixed feature:

  • Triggering of messages via entity value

Release 2.0.0!

04 Jul 12:39
01f409c
Compare
Choose a tag to compare

VERSION 2.0.0!

Breaking Changes:

  • Chat Response and VLE Instance Elements removed

New Features

  • RESTFulChat Interface
  • Commands usable anywhere in conversation path
  • Storing of recognized entities in db
  • Retrieval of entities from db as variables usable in chat and service call
  • Service calls using form parameters

Patch Release v1.5.1

12 Apr 20:26
4adc202
Compare
Choose a tag to compare

Changes:

Fixes:

  • Fixed Slack bot reconnection-logic
  • User email address gets extracted correctly if the group is in a group channel (Slack)

Version 1.5.0

31 Mar 13:37
4d247e7
Compare
Choose a tag to compare

New Features:

  • Added Interactive Slack buttons with webhooks
  • Better Error Handling when submitting bots (Authentication Handling, Bot Name Agent error....)

Improvements:

  • Refactored delete function
  • Repo clean up

Version 1.4.0

17 Feb 16:41
b0bc16f
Compare
Choose a tag to compare

Updates:

  • Java 17
  • Las2peer version 1.2.0

Bug fixes:

  • Two empty leadsTo arrows (isFile checked on one of the incoming message elements) handled correctly (fixes #100)
  • When file is sent by service, text message will be appended to file message (fixes #98)

Improvements:

  • Email added when user edits rocket chat message

Version 1.3.0

15 Nov 13:50
72f5ba3
Compare
Choose a tag to compare

New Features:

  • Bots can also communicate with non-las2peer services (iff they support swagger)
  • Consecutive bot actions can be triggered without user input
  • Build with gradle instead of ant
  • Telegram button support
  • Support for editing Slack or Telegram messages

Fixes:

  • Rocketchat bots can upload json files
  • Moodle forum mediator fix

Version 1.2.0

06 Sep 09:08
13b5aae
Compare
Choose a tag to compare

New Features:

  • Telegram + Moodle (Chat and Forum) Bots
  • Bots automatically restart after service restart
  • Delete Bot http call added
  • Interactive messages (buttons) for slack bots

Improvements:

  • Supports Rasa 2.8 and yaml nlu models
  • Uses most recent l2p version
  • Increased size for storing bot models
  • Stored models don't get lost after a restart
  • Added some documentation