1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-03 02:45:21 +03:00
Commit Graph

70 Commits

Author SHA1 Message Date
louistiti
4baf8f0d55
feat: add widgets folder to skills 2023-12-10 10:02:34 +08:00
louistiti
df343ce94f
fix(skill/akinator): typo ShowNextActionSuggestions to showNextActionSuggestions 2023-05-28 10:12:40 +08:00
louistiti
7c73f435af
fix(skill/akinator): disable urllib3 cert warning 2023-05-28 10:07:23 +08:00
Divlo
e42a54d593
refactor(skill/akinator): usage of new SDK 2023-05-28 01:10:03 +02:00
Divlo
4f5b385fd7
chore: rename config.json to settings.json 2023-05-26 23:31:25 +02:00
Divlo
b9dbc5012c
Revert "chore: add __init__.py files to avoid mypy linting error"
This reverts commit 0b16eebfbd.
2023-05-26 10:12:43 +02:00
Divlo
0b16eebfbd
chore: add __init__.py files to avoid mypy linting error
Ref: https://github.com/python/mypy/issues/8686#issuecomment-1178977365
2023-05-25 22:56:38 +02:00
Divlo
421232a6dc
refactor(skills): usage of datetime ISO 8601 string format instead of timestamp 2023-05-25 19:05:51 +02:00
louistiti
c62368ddad
chore: comments and French punctuation 2023-05-25 08:34:20 +08:00
Divlo
dc88ac244d
perf(skill/guess_the_number): only store one game at a time to avoid increasing the size of memory unnecessarily 2023-05-25 00:38:34 +02:00
Divlo
6bed516f89
refactor(skill/rochambeau): usage of new SDK 2023-05-24 23:22:43 +02:00
Divlo
7e72928ad6
refactor(skill/guess_the_number): usage of new SDK 2023-05-24 23:10:14 +02:00
louistiti
4a7e77141e
refactor: remove Python shebangs 2023-05-24 20:32:43 +08:00
Divlo
f3257ad7b0
style(bridge/python): format with autopep8 2023-05-20 20:33:37 +02:00
Divlo
8c89cbf43c
Merge branch 'develop' into feat/better-json-schemas-developer-experience 2023-04-05 00:13:34 +02:00
louistiti
2115054de6
Merge branch 'refactor/fs-promises' into http-server-refactoring 2023-04-03 21:59:20 +08:00
louistiti
f167f64cfb
fix: simultaneous skills execution; Akinator new step 0 2023-04-03 21:55:36 +08:00
Divlo
c49f931da4
style: fix linting 2023-04-02 19:18:15 +02:00
louistiti
5369da1734 refactor(server): models loader 2023-03-18 10:47:44 +08:00
Divlo
248dbb84f0
chore: add $schema property to all JSON files 2023-01-06 21:48:35 +01:00
louistiti
69e90c3b5f
refactor(server): HTTP server and structure (wip) 2022-11-14 00:49:24 +08:00
louistiti
019c462bfa
feat: complete Prettier setup 2022-09-03 19:12:41 +08:00
louistiti
41435b3cbc
chore: change email address 2022-08-23 23:01:46 +08:00
louistiti
01f7515e6f
refactor: switch from skill NLU config to skill config naming 2022-08-20 22:35:34 +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
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
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
2e66be25ef
refactor: train global entities at a higher level 2022-06-26 12:01:43 +08:00
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
e1485c2ed3
refactor: simplify skills outputs 2022-06-12 17:58:57 +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
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
782a3aaa0a
fix(server): check one-shot slot filling case causing infinite loop 2022-06-05 10:43:38 +08:00
louistiti
e88495a9a9
feat: start to map resolvers between the core and skills 2022-05-23 22:33:56 +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