genie-toolkit icon indicating copy to clipboard operation
genie-toolkit copied to clipboard

The Genie open source kit for voice assistant (formerly known as Almond)

Results 114 genie-toolkit issues
Sort by recently updated
recently updated
newest added

Otherwise, one can end up with unexpected sound output.

bug
speech

Saving of conversation history was removed in #769 because it was causing issues due to the large size of the JSON blob we put in the database. Instead, we should...

bug
dialogue-agent
P2

We'll log an error in that case: ``` Failed to auto-update device org.thingpedia.dialogue-handler for user 1: Cannot read property 'module' of undefined ```

bug
engine
P2

The (English postprocessing) NLG code recognizes that if the date is less than a week apart, we should say "next " (next Monday, next Tuesday, etc.). This logic seems to...

bug
i18n
P2

Currently, the augmentation step will load all parameter values to memory, which could be an issue for some cases like QA over Wikidata. We could either use mmap or do...

bug
training
P2

genienlp always requires some amount of validation data, but the starter will generate an empty validation set. We should recognize that case and split the synthetic set, as we do...

bug
P2

There is some test that relies on generating "next Sunday" and fails when we generate "today" instead.

bug
P2

Not sure where the bug really is, so filing it here and then we'll find the right place. Currently, tests for thingpedia-common-devices in Travis fail intermittently in Spotify, because API...

bug
engine
P1

If the agent is unsure about that question, it will prompt with: > Did you mean get the are the Corner lamp top lights off?? which is ungrammatical. We need...

bug
templates
P2

If Bing throws an error in a command that is not related to Bing, we should catch the error, log it, and continue processing the command as normal.

bug
dialogue-agent
P2