Skip to content

Releases: just-ai/jaicf-kotlin

0.8.0

26 Oct 14:23
Compare
Choose a tag to compare

0.7.1

15 Oct 12:56
Compare
Choose a tag to compare
  • Alexa JAICP Channel
  • Bundle BaseEventActivator and BaseIntentActivator

0.7.0

08 Oct 09:22
Compare
Choose a tag to compare
  • States matching algorithm improvement
  • Activation selector abstraction
  • Conversation logging with obfuscation feature
  • JAICP Cloud integration
  • Adding CatchAllActivator implicitly
  • anyIntent and anyEvent activators instead of skippedActivators in fallback
  • Regex activator fix and improvements
  • Action error hook improvement
  • Alexa Conversations support

0.6.1

10 Sep 12:05
17d612f
Compare
Choose a tag to compare
  • Caila intent recognition fixed

0.6.0

20 Aug 17:34
728570c
Compare
Choose a tag to compare

Release 0.6.0

This release is focused on bringing Slot Filling feature to JAICF, also bringing improvements to CailaIntentActivator.

Slot Filling

The goal of Slot Filling is to identify from a running dialog different slots, which correspond to different parameters of the user’s query. This release will let Activator implementations (such as CAILA, Dialogflow, Rasa and others) process Slot Filling for user query, also bringing first implementation of Slot Filling in CAILA.

CailaIntentActivator

CailaIntentActivator improvements:

  1. Refined intent activation logic, with nBest intents and context-aware state selection.
  2. More NLU Information will be sent to scenario: entities, markup, other inference variants.

0.5.3

30 Jul 12:03
fe9f611
Compare
Choose a tag to compare
  • Aimybox response immutable data fix

0.5.2

17 Jul 10:55
Compare
Choose a tag to compare
  • JAICP and CAILA host URLs updated

0.5.1

10 Jul 08:22
04a793e
Compare
Choose a tag to compare
  • Telegram library exclusions hot-fix

0.5.0

03 Jul 12:20
2d83b08
Compare
Choose a tag to compare
  • Channel-related BotContextManager
  • AliceBotContextManager
  • Telegram library upgrade
  • Telegram default URL fix

0.4.4

03 Jul 11:35
94c10fb
Compare
Choose a tag to compare
  • Telegram library upgraded
  • Telegram default API URL fixed