Releases: skit-ai/dialogy
Releases Β· skit-ai/dialogy
0.9.2
0.9.2
- fix: Plugins don't overwrite the Output object unless they are meant to.
0.9.1
- feat:
DurationEntity
are cast asTimeEntity
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
andvalues
attributes. - feat: Guards prevent plugins from running.
0.9.0
0.8.11
0.8.10
0.8.8
0.8.7
0.8.6
0.8.3
0.8.2
0.8.2
- fix: Workflow is thread safe.
- fix: Merge asr plugin on non-json inputs crashes workflow runs.
-
feat: WER calibration plugin. - feat: Canonicalization plugin.
- update: DucklingPlugin, ListEntityPlugin have transform methods.
- docs: Explain plugins in terms of workflow lifecycle.