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

1382 Commits

Author SHA1 Message Date
louistiti
6c3a03d16a
feat(bridge/python): add widget class 2023-05-21 19:03:54 +08:00
louistiti
8a60b3d0d3
Merge branch 'python-sdk-fixes' into python-sdk 2023-05-21 18:51:42 +08:00
Divlo
cb3d3bf5a8
fix(bridge/nodejs): add lang to action params 2023-05-20 20:34:12 +02:00
Divlo
f3257ad7b0
style(bridge/python): format with autopep8 2023-05-20 20:33:37 +02:00
Divlo
cb29848f45
fix(bridge/python): better typings 2023-05-20 19:49:56 +02:00
Divlo
ebaa3c4f9b
fix(bridge/python): inconsistent indentation TabError 2023-05-20 19:49:07 +02:00
louistiti
de17719537
feat(bridge/python): typing (WIP) 2023-05-20 23:28:44 +08:00
louistiti
47d5a48ac9
fix(bridge/python): import INTENT_OBJECT to leon 2023-05-20 23:17:42 +08:00
louistiti
e8ceed62eb
feat(bridge/python): leon.answer 2023-05-20 23:16:50 +08:00
louistiti
bbc1f8a79c
feat(bridge/python): leon.set_answer_data 2023-05-20 23:09:45 +08:00
louistiti
289efb5610
feat(bridge/python): leon.get_src_config 2023-05-20 22:49:17 +08:00
louistiti
05a4b2c773
feat(bridge/python): Leon singleton 2023-05-20 22:42:30 +08:00
louistiti
a32ad86342
feat(bridge/python): add constants 2023-05-20 22:40:38 +08:00
louistiti
a2eacc3930
fix(server): add lang back to the intent object till Python bridge is updated 2023-05-19 22:09:01 +08:00
louistiti
a8c079fd5c feat: provide built-in context data to skills 2023-05-19 21:47:23 +08:00
louistiti
b389bdd8c6 feat(server): provide sentiment analysis to NLU result 2023-05-19 21:40:24 +08:00
louistiti
750d1de8b4
chore: merge branch 'skill-text-n-speech-difference' into develop 2023-05-18 21:14:09 +08:00
louistiti
d295105fa6 chore: disable import/order ESLint rule for skills 2023-05-18 21:06:04 +08:00
louistiti
e2899c8d9a refactor(skill/good_bye): rollback as speech/text answer is only supported in logic skills 2023-05-18 20:38:26 +08:00
louistiti
7f9b60a6cd feat(server): differentiate skill text answer from speech answer (WIP) 2023-05-18 00:00:40 +08:00
louistiti
9e77953976 refactor(bridge/nodejs): use AnswerConfig type from core schema 2023-05-17 22:21:11 +08:00
louistiti
cb6462b749 feat: define new skill answer format 2023-05-17 18:31:39 +08:00
Louis Grenard
07a3b1701d
docs: update README.md 2023-05-16 23:14:02 +08:00
Louis Grenard
f6300a3fb8 docs: update README.md 2023-05-16 23:14:02 +08:00
louistiti
46299ef4eb
Merge branch 'skill-widget-ideas' into develop 2023-05-16 23:08:00 +08:00
louistiti
259dc53213 Merge branch 'skill-widget-ideas' into develop 2023-05-16 23:08:00 +08:00
louistiti
51152a0fe3
refactor(bridge/nodejs): protected memory constructor 2023-05-16 23:07:12 +08:00
louistiti
01305af669 refactor(bridge/nodejs): protected memory constructor 2023-05-16 23:07:12 +08:00
Divlo
5539130dd9
fix: typo missing "GB" for Free RAM 2023-05-15 23:42:27 +02:00
Divlo
efd1061f30 fix: typo missing "GB" for Free RAM 2023-05-15 23:42:27 +02:00
Divlo
f6a501d4e1
fix(bridge/nodejs): improve Memory types with external skill memory 2023-05-15 22:58:40 +02:00
Divlo
839c7bfc3c fix(bridge/nodejs): improve Memory types with external skill memory 2023-05-15 22:58:40 +02:00
Divlo
d3ba85cb36
feat(bridge/nodejs): add Widget abstract class 2023-05-15 21:18:54 +02:00
Divlo
623039415a feat(bridge/nodejs): add Widget abstract class 2023-05-15 21:18:54 +02:00
louistiti
7a75c985e0
Merge branch 'skill-widget-poc' into develop 2023-05-15 21:31:02 +08:00
louistiti
0f2a579a66
refactor(web app): remove original app rendering 2023-05-15 21:30:42 +08:00
louistiti
63573083fa
feat(web app): render widget 2023-05-15 21:25:20 +08:00
louistiti
34aa188643
feat: skill -> core -> client widget support 2023-05-15 01:13:18 +08:00
louistiti
76dfe72f5f
feat(web app): kick off Aurora structure 2023-05-15 00:00:21 +08:00
louistiti
7a31158497
feat(web app): set up React 2023-05-14 23:43:42 +08:00
louistiti
96145bb2f7
feat(web app): add vite React plugin 2023-05-14 23:23:17 +08:00
louistiti
17cb808aab
chore: install required npm deps 2023-05-14 23:22:01 +08:00
louistiti
b757d2d4ae
chore: upgrade vite to latest 2023-05-14 23:20:41 +08:00
louistiti
ce001c2e65
feat(bridge/nodejs): support read memory from other skills 2023-05-14 21:00:52 +08:00
louistiti
a3b8c40714
refactor(scripts): unify skills setup over one iteration only 2023-05-14 12:10:55 +08:00
louistiti
0283878a90
refactor(bridge/nodejs): force run to be the skill action entry point 2023-05-14 09:15:05 +08:00
louistiti
3ed19bd6d0
Merge branch 'nodejs-bridge-memory' into develop 2023-05-14 08:58:28 +08:00
louistiti
c163f5971c
feat(bridge/nodejs): sync return new memory value on write 2023-05-14 08:58:19 +08:00
louistiti
6a01e1e743
Merge branch 'nodejs-bridge-improvements' into nodejs-bridge-memory 2023-05-14 08:52:03 +08:00
louistiti
b06eab9107
style(bridge/nodejs): memory exception/error renaming 2023-05-14 08:51:52 +08:00