Mathieu
|
6284b7c2ab
|
Added wolfram-alpha fallback
|
2021-09-14 10:49:09 +02:00 |
|
Mathieu B
|
f6ee8ed1b1
|
Registered WeatherSkill and train_padatious on startup
|
2021-08-03 19:05:07 +02:00 |
|
Mathieu B
|
7c5f0114c9
|
Made Skill class a lot more clean and readable
|
2021-08-02 20:04:28 +02:00 |
|
Mathieu B
|
e90e0dc547
|
Cleaned intent_manager.py
|
2021-08-02 19:07:59 +02:00 |
|
Mathieu B
|
7d2d6c2448
|
fixed data being reset on padatious intents recognise
|
2021-08-02 12:06:46 +02:00 |
|
Mathieu B
|
7152a73031
|
added padatious entity support
|
2021-08-02 11:57:16 +02:00 |
|
Mathieu B
|
69697818ec
|
cleaned recognise method
|
2021-08-02 11:08:19 +02:00 |
|
Mathieu B
|
3e1d98432c
|
add adapt matches to data for intents handlers
|
2021-08-01 21:07:22 +02:00 |
|
Mathieu B
|
d5c76e3b91
|
fixed - instead of _ in adapt handle
|
2021-08-01 19:30:00 +02:00 |
|
Mathieu B
|
bac0ce84a3
|
return "i didn't understand" when intent isn't recognized
|
2021-08-01 18:26:11 +02:00 |
|
Mathieu B
|
2a73291fa0
|
Fixed issue with on giving client ip and port to the intent handler
|
2021-08-01 11:56:38 +02:00 |
|
Mathieu B
|
b9c1cfae9a
|
added data (client_ip and port) to recognise and handle methods in intent_manager
|
2021-08-01 11:47:16 +02:00 |
|
Mathieu B
|
d1ddb1664c
|
Improved spotify intent and added result (json) response in RESTAPI
|
2021-07-30 14:10:35 +02:00 |
|
Mathieu B
|
06f8d60d26
|
Fixed issue where self was None on skill handle
|
2021-07-30 12:31:59 +02:00 |
|
Mathieu B
|
d216760cec
|
Fixed grammar and debug lines
|
2021-07-29 23:29:02 +02:00 |
|
Mathieu B
|
568f6a3fce
|
Added data sent to the handlers (+fix utterance list/str)
|
2021-07-29 23:02:43 +02:00 |
|
Mathieu B
|
d7163ac7de
|
Complete padatious support for skills and clearer separation between adapt and padatious in various class like intent_manager.py or Skill.class
|
2021-07-29 20:16:22 +02:00 |
|
Mathieu B
|
fe76f2bad3
|
Trying to move spotify skill to padatious and looks promising (test.py)
|
2021-07-29 14:57:55 +02:00 |
|
Mathieu B
|
892e1c8cfe
|
Added padatious to readme and requirements + re-added handle to intent manager.
|
2021-07-29 14:08:36 +02:00 |
|
Mathieu B
|
837b87a41d
|
Added spotify skill (not really working atm... issue with regexs)
|
2021-07-29 12:35:07 +02:00 |
|
Mathieu B
|
5d7ff0c15c
|
Fixed domain using fixed string instead of parameter domain
|
2021-07-28 23:13:53 +02:00 |
|
Mathieu B
|
cb4e5ee7d8
|
Added intent name in log
|
2021-07-28 21:44:48 +02:00 |
|
Mathieu B
|
dc42b827fb
|
Complete handling of intent with @intent_manager on top of method (woohoo)
|
2021-07-28 19:31:47 +02:00 |
|
Mathieu B
|
1e9f9cd0ba
|
Fixed the skill system (I don't know how, luck probably)
|
2021-07-28 17:56:05 +02:00 |
|
Mathieu B
|
36a17ff425
|
Whole new skill system (starting wikipedia skill) BUT DOESN'T WORK SEE TODO
|
2021-07-27 23:10:01 +02:00 |
|