Skip to content

Releases: iai-group/DialogueKit

v0.0.9.dev1: Update documentation packages version (#255)

01 Jul 12:01
f9552ef
Compare
Choose a tag to compare

What's Changed

  • Avoid multiple user instances of user input in terminal
  • Introduce dialogue act comprising an intent and slot value annotation
  • Refactor Annotation and SlotValueAnnotation
  • Fix documentation deployment

Full Changelog: v0.0.9.dev0...v0.0.9.dev1

v0.0.9.dev0

15 Aug 10:28
Compare
Choose a tag to compare
v0.0.9.dev0 Pre-release
Pre-release

What's Changed

  • Add feedback to docs
  • Handling feedback on utterance level
  • Bump Flask dependency

Full Changelog: v0.0.9...v0.0.9.dev0

v0.0.9

08 May 08:07
ab5aa4c
Compare
Choose a tag to compare

What's Changed

  • Refactor Utterance and AnnotatedUtterance as dataclass
  • Add utterance id, conversational id, turn id, and utterance feedback
  • Improve loading of JSON dialogues
  • Create slot annotator interface
  • Support for TerminalPlatform and FlaskSocetIOPlatform
  • Remove platform from DialogueConnector
  • Update documentation
  • Automate publishing to TestPypi and Pypi on release

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8

31 Jan 14:26
4c63083
Compare
Choose a tag to compare

What's Changed

  • Add agent_stop_intent property to Agent (PR #198)
  • Move core/recsys under UserSimCRS (PR #182)
  • Fix build_doc action to display multiple versions (PR #194)
  • Make Annotation and SlotValueAnnotation dataclasses (PR #187)
  • Move dialogue export functionality to Dialogue (PR #166)

Full Changelog: v0.0.7...v0.0.8

v0.0.7

13 Dec 13:47
5b1fbdc
Compare
Choose a tag to compare

What's Changed

  • Update documentation
  • Update python version to 3.9
  • Shorten import paths
  • Dialogue manager was renamed dialogue connector
  • Packages reorganization