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

660 Commits

Author SHA1 Message Date
Divlo
81ae87f0d9
chore: improve Gitpod usage (using current source code) (#398) 2022-07-30 17:20:40 +08:00
louistiti
5219e41d31
chore: simplify Gitpod initialization 2022-07-27 23:16:37 +08:00
louistiti
bf679495fa
chore: Gitpod makes use of the Leon CLI 2022-07-27 23:02:55 +08:00
louistiti
65bfa6cf37
chore: enable site-packages for the virtual env 2022-07-27 22:51:42 +08:00
louistiti
58ab0acdd8
refactor(server): auto capitalize first letter of spaCy entities 2022-07-21 23:03:48 +08:00
louistiti
cb18ed6397
fix(skill/color): more appropriate answer 2022-07-21 21:47:29 +08:00
louistiti
fdf0a389b7
fix: check script with new intent-object format 2022-07-19 22:01:48 +08:00
louistiti
cfd8f7cbe5
fix: check new resolvers paths 2022-07-19 21:57:00 +08:00
louistiti
a1d390dd3e
style(server): format as project convention 2022-07-16 18:51:31 +08:00
Najim
6e7c0aac57 fix(server): make leon handle multiple socket.io-client instances 2022-07-15 08:45:28 +01:00
rangi376w
e83a1c4230
docs: README - Edited sentence for clarity (#389)
The sentence ended with a preposition and was grammatically incorrect. Updated for clarity.

Co-authored-by: Louis Grenard <louis.grenard@gmail.com>
2022-07-13 23:35:04 +08:00
louistiti
79e7df022f
feat(skill/akinator): finish up 2022-07-13 23:26:15 +08:00
louistiti
244d08c0bd
feat(server): trigger next action suggestions or current ones 2022-07-13 22:51:10 +08:00
louistiti
7134c9dbc1
refactor(server): make difference between next suggestions and current suggestions 2022-07-13 22:31:11 +08:00
louistiti
93f09685b5
refactor(server): controlled suggestions 2022-07-13 09:05:53 +08:00
louistiti
602604e437
feat: create new NLP skills resolvers model + NLP global resolvers model 2022-07-12 22:27:38 +08:00
louistiti
29c5348b5a
chore: use original intent object sample file 2022-07-11 08:41:21 +08:00
louistiti
f6461f733b
fix(skill/akinator): remove direct end on guess action 2022-07-10 20:47:51 +08:00
louistiti
f9865b71c3
refactor(skill/rochambeau): move handsign global entity to skill enum entity 2022-07-10 20:07:29 +08:00
louistiti
905d248ebf
feat: better isolate skill resolvers from global resolvers + finish up Akinator skill 2022-07-10 19:58:07 +08:00
louistiti
b35a249bf6
feat: transfer language from core to skills + support thematics on Akinator skill 2022-07-10 09:21:43 +08:00
louistiti
76cae42fde
feat(skill/akinator): finished main business logic 2022-07-10 00:26:41 +08:00
louistiti
239ce6fb36
chore: add Leon version in check report 2022-07-09 19:07:17 +08:00
louistiti
ec77dd0f02
fix(server): fallback on global resolver during resolver classification 2022-07-09 18:59:25 +08:00
louistiti
fa558a447a
docs: edit newsletter link 2022-07-07 00:04:08 +08:00
louistiti
7101b8b4b8
feat: actions on slot level + akinator skill progress 2022-07-04 21:50:57 +08:00
louistiti
02a2f71470
feat(skill/akinator): backbone 2022-07-04 00:47:10 +08:00
louistiti
aad9f3f1ef
feat(skill/mbti): complete form resolver 2022-07-03 12:32:15 +08:00
louistiti
99a3f103e0
feat(skill/mbti): finish business logic 2022-07-03 12:17:05 +08:00
louistiti
0f4576c27d
refactor(skill/mbti): change some questions 2022-07-03 10:00:42 +08:00
louistiti
ae4f69f7c7
feat(skill/mbti): questions mapping 2022-07-03 00:00:48 +08:00
louistiti
7f1f887159
feat(skill/mbti): complete questionnaire 2022-07-02 23:46:48 +08:00
louistiti
33109a4c8b
feat(skill/mbti): main logic backbone 2022-07-02 23:21:46 +08:00
louistiti
6ed88a5946
feat: add Cartesian sample training on resolvers + enum entities 2022-07-02 01:42:23 +08:00
louistiti
eb5ade7684
feat: map skills resolvers intents 2022-07-01 01:07:48 +08:00
louistiti
82df0a3c23
feat: train skills resolvers and remap as per changes 2022-07-01 00:19:36 +08:00
louistiti
0fe0e9a717
refactor(server): remove resolvers ghosting as it uses its own model now 2022-06-30 22:48:40 +08:00
louistiti
e37526d905
feat(server): introduce main NLP model and resolvers NLP model 2022-06-30 22:35:54 +08:00
louistiti
899676110a
chore: tmp disable GitHub Actions on the develop branch 2022-06-30 21:32:06 +08:00
louistiti
86d5040a7d
feat(skill/mbti): main NLU structure [skip ci] 2022-06-30 00:31:21 +08:00
louistiti
aebe513599
Merge branch 'from-modules-to-skills' into develop [skip ci] 2022-06-26 23:23:57 +08:00
louistiti
07743657cd
BREAKING: remove legacy packages 2022-06-26 23:11:37 +08:00
louistiti
68514cbc07
Merge branch 'from-modules-to-skills' into develop 2022-06-26 19:47:20 +08:00
louistiti
ce00989b01
feat(skill/color): introduce color skill 2022-06-26 19:32:49 +08:00
louistiti
f1f8b472b4
refactor(skill/todo_list): adapt to Cartesian training samples 2022-06-26 17:54:49 +08:00
louistiti
a1e9011d5d
feat: achieve Cartesian training 2022-06-26 17:37:21 +08:00
louistiti
e3b20a320d
chore: add global entities logs on training phase 2022-06-26 17:28:19 +08:00
louistiti
a8d82050c8
fix(server): make use of current entities to match global entities 2022-06-26 12:40:29 +08:00
louistiti
2e66be25ef
refactor: train global entities at a higher level 2022-06-26 12:01:43 +08:00
louistiti
aa995d46c8
refactor: move up the rest of the config to the higher level 2022-06-20 21:17:30 +08:00