1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-23 20:12:08 +03:00
Commit Graph

580 Commits

Author SHA1 Message Date
louistiti
993d52e868
feat: train affirmation and denial resolver 2022-05-23 22:23:32 +08:00
louistiti
0acb31a9c6
feat(server): prepare the next action on non-slot-filled skills 2022-05-22 13:11:07 +08:00
louistiti
ffe0c8d217
Merge branch 'develop' into from-modules-to-skills 2022-05-14 12:59:55 +08:00
Louis Grenard
5dbc010fa6
docs: remove sponsor [skip ci] 2022-05-14 12:59:02 +08:00
Louis Grenard
f36dd20f82
docs: remove sponsor [skip ci] 2022-05-14 12:54:35 +08:00
louistiti
870ab2e87e
feat(server): add more affirmative utterance samples 2022-05-14 12:53:31 +08:00
louistiti
0ebc0518e6
fix(skill/rochambeau): final logic 2022-05-09 22:31:47 +08:00
louistiti
7f5e30ac82
feat(skill/rochambeau): init 2022-05-09 21:47:35 +08:00
louistiti
f4446ef177
feat(server): restart a skill with the original utterance saved in context 2022-05-09 01:09:33 +08:00
louistiti
035c9d5240
feat(server): clean up context if the action loop does not meet the expected items 2022-05-08 23:37:03 +08:00
louistiti
1529c72039
feat(server): add handsigns custom entity 2022-05-08 22:16:28 +08:00
louistiti
9e242d77d3
feat(server): reprocess NLU in case of slot filling interruption 2022-05-08 12:40:49 +08:00
louistiti
250e16e4e4
refactor: rename "source" to "item" 2022-05-08 11:31:05 +08:00
louistiti
f88305020a
feat(server): handle action loop when slots have all been filled at once 2022-05-05 22:49:39 +08:00
louistiti
27dc801cf5
feat(server): break the action loop from the skill 2022-05-05 21:37:59 +08:00
louistiti
05e0911009
chore: upgrade spaCy to 3.3.0 2022-05-05 21:26:02 +08:00
louistiti
99681e2577
feat(server): stop action loop from skill to core 2022-05-05 21:11:48 +08:00
louistiti
c5b3840082
feat(server): introduce basic concept of action loop 2022-05-04 22:52:05 +08:00
louistiti
7a9db1363d
chore: require Python 3.9.10 to run 2022-05-01 10:53:52 +08:00
louistiti
c988a456f4
Merge branch 'develop' into from-modules-to-skills 2022-05-01 08:50:05 +08:00
Louis Grenard
5ee57ddf2a
docs: remove sponsor [skip ci] 2022-05-01 08:49:35 +08:00
louistiti
6c59f17207
chore: tmp 2022-05-01 08:48:07 +08:00
Louis Grenard
b47cbc3a5e
docs: add @ant-media sponsor [skip ci] 2022-04-27 22:04:24 +08:00
louistiti
fa4bd6a8a1
Merge branch 'develop' into from-modules-to-skills 2022-04-11 22:53:52 +08:00
louistiti
3dd9039678
fix: use ports.ubuntu.com mirror for the offline TTS [skip ci] 2022-04-11 22:53:26 +08:00
louistiti
19e1aa22f6
feat(server): prepare action loop feature 2022-04-07 22:09:01 +08:00
louistiti
8b56a1850c
feat(server): add current utterance entities to differentiate from the whole context 2022-04-06 02:10:05 +08:00
louistiti
8e1868798c
feat(server): when a context is activated, pick up the most probable classification 2022-04-06 01:44:40 +08:00
louistiti
875757739f
feat(server): persist entities into contexts 2022-04-06 00:25:58 +08:00
louistiti
860571bcb6
refactor: persistent entities in dynamic contexts (wip) 2022-04-05 20:27:15 +08:00
louistiti
efc2a3a7c0
refactor: normalize entities 2022-04-05 10:41:18 +08:00
louistiti
9d6ae0aecd
refactor: comply skills params to new structure 2022-04-05 10:22:49 +08:00
louistiti
68e40f65df
feat(server): forward slots to skill + add original utterance 2022-04-01 00:45:07 +08:00
louistiti
22e9234b3d
feat(server): handle case when all slots have been filled in one utterance 2022-04-01 00:02:37 +08:00
louistiti
8746175eca
refactor(server): NLU process method 2022-03-31 00:21:53 +08:00
louistiti
39f8dc2bae
refactor(server): slotFill method 2022-03-30 23:21:43 +08:00
louistiti
6b37195d9d
refactor(server): make use of setter for activeContext 2022-03-30 00:10:27 +08:00
louistiti
faabc2c7b0
fix(server): clean up active context after all slots have been filled 2022-03-29 20:11:33 +08:00
louistiti
7513aa7d20
fix: set skill config only when a bridge is set 2022-03-29 20:04:55 +08:00
louistiti
9b870010dd
feat(server): trigger next action once all slots have been filled 2022-03-29 00:11:08 +08:00
louistiti
9124687eb0
feat(server): complete slot filling before triggering the next action 2022-03-28 01:09:30 +08:00
louistiti
77ebaf4a9c
feat(server): from modules to skills with type at the actions level 2022-03-28 00:27:42 +08:00
louistiti
81c7eb83c5
refactor(server): move from skill type to action type 2022-03-28 00:01:57 +08:00
louistiti
e27c1b9c8f
feat(server): verify if all slots are filled 2022-03-27 22:49:59 +08:00
louistiti
b6f79e04b9
refactor(server): disable builtin boolean entity 2022-03-27 21:59:44 +08:00
louistiti
25adf406c8
feat(server): context and slot filling, keep context and await for entities 2022-03-27 19:50:35 +08:00
louistiti
1ece25a497
feat(server): unstack oldest context 2022-03-27 12:30:34 +08:00
louistiti
49a7da9117
refactor(server): context and slot filling into a specific class 2022-03-27 10:24:08 +08:00
louistiti
2a535a8898
refactor(server): start slot filling / context refactor (wip) 2022-03-27 01:32:12 +08:00
louistiti
8257eb8792
feat(server): context setup with slot for each conversation (wip) 2022-03-27 01:05:56 +08:00