Commit Graph

20 Commits

Author SHA1 Message Date
Mathieu
e5ec573705 Fix replace with single braces in dialog 2021-09-14 15:44:46 +02:00
Mathieu
66b2c411aa New required configs field for skills 2021-09-13 22:10:11 +02:00
Mathieu
b0c515761c Fixed bug when jarvis wouldn't start outside pycharm 2021-08-22 18:44:32 +02:00
Mathieu B
7c5f0114c9 Made Skill class a lot more clean and readable 2021-08-02 20:04:28 +02:00
Mathieu B
7152a73031 added padatious entity support 2021-08-02 11:57:16 +02:00
Mathieu B
c23390cb79 various little improvements 2021-08-01 23:15:03 +02:00
Mathieu B
050d470610 Added threaded speak_dialog (to not wait for it to finish speaking) and fixed TTS issue with float in sentences 2021-08-01 19:00:51 +02:00
Mathieu B
a6e749ce5a Added all dialogs for spotify skill 2021-08-01 17:02:21 +02:00
Mathieu B
512c423f45 New method speak_dialog for skills 2021-08-01 12:21:32 +02:00
Mathieu B
7dc92de383 Added data in create_skill and skill init (for client ip, port and more) 2021-08-01 11:48:57 +02:00
Mathieu B
06f8d60d26 Fixed issue where self was None on skill handle 2021-07-30 12:31:59 +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
5513268a97 Added speak method in skill (not usable for now) + fix properties crash 2021-07-28 23:13:08 +02:00
Mathieu B
1d775135c2 Shortened the init of a skill 2021-07-28 20:35:20 +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
3372594987 Added register_intent in Skill class and grammar 2021-07-28 18:05:34 +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
Mathieu B
ab86509e61 Moved everything to jarvis/... and added spacy for stopwords 2021-07-27 17:44:51 +02:00