Skip to content

Releases: rhasspy/rhasspy-hermes-app

1.1.2

22 Apr 12:09
Compare
Choose a tag to compare

Added

Changed

  • Updated dependency to rhasspy-hermes 0.6.1.

Fixed

1.1.1

13 Jan 20:28
Compare
Choose a tag to compare

Changed

  • Updated dependencies. The most important one is the upgrade to rhasspy-hermes 0.5.0.

1.1.0

28 Aug 16:53
Compare
Choose a tag to compare

Changed

  • Command-line arguments can now also be passed as keyword arguments to the constructor of a HermesApp object. Note that arguments on the command line have precedence. Pull request #37 by @JonahKr with help from @maxbachmann.

1.0.0

26 Jul 14:23
Compare
Choose a tag to compare

Changed

  • All decorators of this library now only work with async functions. Pull request #16 by @JonahKr. Existing code should only add the async keyword before the function definition to keep the code valid. See Usage for some examples.

0.2.0

19 Jul 14:06
Compare
Choose a tag to compare

Added

  • Method HermesApp.notify to send a dialogue notification. See #10.
  • Decorator HermesApp.on_dialogue_intent_not_recognized to act when the dialogue manager failed to recognize an intent. See #9.

0.1.0

14 Jun 16:39
Compare
Choose a tag to compare

Added

  • This is the first released version with decorators on_hotword, on_intent, on_intent_not_recognized and on_topic.