1
1
mirror of https://github.com/leon-ai/leon.git synced 2025-01-06 01:28:56 +03:00
Commit Graph

43 Commits

Author SHA1 Message Date
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
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
248dbb84f0
chore: add $schema property to all JSON files 2023-01-06 21:48:35 +01: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
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
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
4b5a883510
feat: communicate suggestions to the client 2022-06-19 13:47:43 +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
ceea47ff7d
feat(server): resolve resolvers tmp 2022-06-06 00:26:24 +08:00
louistiti
e88495a9a9
feat: start to map resolvers between the core and skills 2022-05-23 22:33:56 +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
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
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
6c59f17207
chore: tmp 2022-05-01 08:48:07 +08:00
louistiti
19e1aa22f6
feat(server): prepare action loop feature 2022-04-07 22:09:01 +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
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
8257eb8792
feat(server): context setup with slot for each conversation (wip) 2022-03-27 01:05:56 +08:00
louistiti
3bbc2f8a25
feat(server): pickup questions for slot filling 2022-03-26 17:36:21 +08:00
louistiti
1d9b18093b
feat(server): main slots structure (wip) 2022-03-22 22:43:57 +08:00
louistiti
334bf393f2
feat(server): introduce resolvers for slot filling (wip) 2022-03-22 00:39:36 +08:00
louistiti
969a83e608
feat(server): slot filling (wip) 2022-03-20 19:25:42 +08:00
louistiti
d1c2a11d82
feat(server): context (wip) 2022-03-14 00:06:23 +08:00