Skip to content

Releases: skit-ai/dialogy

QC Plugin Processing Update

02 Jul 11:00
176fc8e
Compare
Choose a tag to compare

Handle transcripts with """ in the processing.

New patch release

12 Oct 19:36
3f9bf1d
Compare
Choose a tag to compare

Patch release fixing a few constants and updating versions of old dependencies

0.9.13

29 Jun 10:48
Compare
Choose a tag to compare

0.9.13

  • fix: duckling datetime parsing for year > 9999. We won't return entities in these cases.
  • feat: A rule engine to define intent transitions.
  • fix: #148
  • add: Support python for 3.10.

0.9.8

29 Mar 18:10
Compare
Choose a tag to compare

0.9.8

  • fix: Exceptions that leak over turns. #136
  • add: Support for grouping by regex match. #135
  • fix: Remove zen of python from all commands.

0.9.7

14 Mar 18:42
Compare
Choose a tag to compare

0.9.7

  • refactor: Faster test runs.
  • refactor: Deserializer avoids if-else hell.
  • update: Plugin debug flags are anded with Workflow's debug flags.
  • feat: XLMR plugin now supports state as a feature.

0.9.6

22 Feb 17:37
Compare
Choose a tag to compare

0.9.6

  • add: original_intent to store the initial classifier output.
  • add: plugin to track original_intent.

0.9.5

  • fix: DucklingPlugin's unreliable use of latent entities.
  • feat: Temperature scaling for XLMR classifier.

0.9.4

  • fix: Slot structure need not be redefined in templates.
  • update: Type-casted Time entities acquire score from the original (Numerical, Duration) entities.

0.9.3

  • update: Numerical entities can be casted as time.

0.9.2

12 Feb 19:57
Compare
Choose a tag to compare

0.9.2

  • fix: Plugins don't overwrite the Output object unless they are meant to.

0.9.1

  • feat: DurationEntity are cast as TimeEntity by default.
    • DucklingPlugin uses temporal intents to understand cast direction i.e. add duration to reference time or subtract.
  • docs: Heavy addition of examples for types, plugins and base types.
  • fix: Entity structures are uniform in terms of value and values attributes.
  • feat: Guards prevent plugins from running.

0.9.0

07 Feb 21:12
cef7272
Compare
Choose a tag to compare

0.9.0

  • fix: entity.entity_type and entity.type hold separate meaning.
  • update: Plugins no longer need access or mutate functions.
  • update: Workflow has Input and Output objects.

0.8.11

26 Jan 10:25
Compare
Choose a tag to compare
  • feat: Merge previously tracked datetime entities with current turn's datetime entities.
  • feat: New entity type credit-card / debit-card supported via PlasticCurrencyEntity.

0.8.10

04 Dec 11:41
Compare
Choose a tag to compare

0.8.10

  • feat: Sklearn based MLP classifier added as a plugin with grid search.