hermes-protocol icon indicating copy to clipboard operation
hermes-protocol copied to clipboard

Definition of the Hermes protocol used by the Snips platform

Results 15 hermes-protocol issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

LIB_NAME->hermes_mqtt_ffi.dll was combined with LIB_EXTENSION->.dll to produce hermes_mqtt_ffi.dll.dll Removed the extension from the LIB_NAME entry.

Hi, I am getting the following error massage when calling publish_continue_session() to clarify a slot (intent filter is set to a single intent). From the MQTT bus monitor, I can...

The example of 'Continuing a session' from the 'Tutorial' section does not work. The line '`available_slots = json.loads(intent_message.custom_data)`' gives the following error: Nov 9 22:49:50 INFO:snips_skill_server_lib::runner: [script][err] Traceback (most recent...

Add node 12 support by using specific forks for several dependencies. (ffi, ref…)

js

It would be great if it were possible to also set a `client ID` for the Hermes MQTT client. It could be a welcome addition to the [existing MQTT options](https://hermespython.readthedocs.io/en/latest/tutorial.html#configuring-mqtt-options)....

Currently if you want to know if the wake word has been detected, you will need to create a second MQTT client that listen to that event specifically. It would...

I'm making some injections using the python version. At least I hope so. How can I get feedback from snips that learning the new injections has finished? Is it [this...

I am trying to build hermes-python from source on Windows 10 and Python 3. I followed the instructions from [here](https://hermespython.readthedocs.io/en/latest/installation.html#building-from-source). When I run the `python setup.py bdist_wheel --include-extension=../../target/release/hermes_mqtt_ffi.dll` command, it...