1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-20 06:17:20 +03:00
Commit Graph

608 Commits

Author SHA1 Message Date
louistiti
4b5a883510
feat: communicate suggestions to the client 2022-06-19 13:47:43 +08:00
louistiti
192dd0a87a
feat(skill/rochambeau): add start answers 2022-06-19 12:18:23 +08:00
louistiti
573704706c
feat(skill/rochambeau): introduce paper scissors rock 2022-06-19 12:00:17 +08:00
louistiti
fba80966c9
feat(skill/guess_the_number): introduce the Guess the Number skill 2022-06-16 23:38:35 +08:00
louistiti
af0fdd1e18
feat(skill/introduction): add one utterance sample 2022-06-16 22:24:42 +08:00
louistiti
843bc428b8
feat(server): change log emojis 2022-06-16 22:21:15 +08:00
louistiti
be0b345d3f
feat(skill/birthday): remove birthday skill 2022-06-16 21:52:30 +08:00
louistiti
c5cc9bdd52
feat(skill/introduction): ask about owner info if necessary 2022-06-16 21:52:00 +08:00
louistiti
795acc5bdd
feat: shared skills memory 2022-06-16 21:31:30 +08:00
louistiti
8377c63db4
feat(server): provide nextAction even when no slot is set and clean up NLU object on context switch 2022-06-15 23:16:13 +08:00
louistiti
e1485c2ed3
refactor: simplify skills outputs 2022-06-12 17:58:57 +08:00
louistiti
10d10a1690
feat: support dynamic variables on skill NLU settings for logic type 2022-06-12 10:49:07 +08:00
louistiti
c5edf6488b
refactor: simplify slots mapping data structure between core and skills 2022-06-11 23:02:49 +08:00
louistiti
b69b1fea16
feat(server): report full traceback from skills execution 2022-06-11 10:01:47 +08:00
louistiti
567b030c4f
feat(server): support on-the-fly entity annotation for built-in entities 2022-06-11 07:54:20 +08:00
louistiti
2ac1bc63cc
fix(server): multiple slots filling 2022-06-10 22:57:31 +08:00
louistiti
fce47cdbd5
feat(server): save slots within conversation context 2022-06-08 00:20:26 +08:00
louistiti
9139215971
chore: remove logs 2022-06-07 22:05:51 +08:00
louistiti
6712ae5539
fix(server): context switching on action loop 2022-06-06 23:42:36 +08:00
louistiti
ceea47ff7d
feat(server): resolve resolvers tmp 2022-06-06 00:26:24 +08:00
louistiti
f4d782b69e
refactor(server): split anonymous collaborative logger request 2022-06-05 10:58:00 +08:00
louistiti
8a33980260
refactor(server): split language switching 2022-06-05 10:54:58 +08:00
louistiti
a42bf40b93
Merge branch 'develop' into from-modules-to-skills 2022-06-05 10:43:53 +08:00
louistiti
782a3aaa0a
fix(server): check one-shot slot filling case causing infinite loop 2022-06-05 10:43:38 +08:00
Louis Grenard
f30ddb6be5
docs: update sponsor [skip ci] 2022-06-03 08:47:21 +08:00
louistiti
6cfbabfe73
refactor(server): tmp NLU split 2022-05-29 17:14:28 +08:00
louistiti
b1a332bab6
feat: tmp resolvers mapping 2022-05-23 23:19:25 +08:00
louistiti
e88495a9a9
feat: start to map resolvers between the core and skills 2022-05-23 22:33:56 +08:00
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