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 |
|
Divlo
|
12ce47b937
|
fix(bridge/nodejs): usage of getleon.ai to try network available
|
2023-05-14 00:39:56 +02:00 |
|
Divlo
|
c8fc0068d1
|
feat(bridge/nodejs): improvements to memory
|
2023-05-14 00:39:30 +02:00 |
|
louistiti
|
e32bf370db
|
Merge branch 'nodejs-bridge-memory' into develop
|
2023-05-14 00:11:10 +08:00 |
|
louistiti
|
9ef4f234b8
|
Merge branch 'develop' into nodejs-bridge-memory
|
2023-05-14 00:08:18 +08:00 |
|
louistiti
|
6d2292f508
|
fix(server): pre-check add process.cwd() to all constant paths
|
2023-05-14 00:06:43 +08:00 |
|
louistiti
|
b897ae160f
|
feat(bridge/nodejs): simple get / set memory
|
2023-05-13 23:52:54 +08:00 |
|
louistiti
|
a51d92bf08
|
refactor(bridge/nodejs): remove Prisma
|
2023-05-13 19:04:54 +08:00 |
|
louistiti
|
6d495cf43c
|
refactor(scripts): explicit Node.js bridge npm packages install
|
2023-05-13 00:30:15 +08:00 |
|
louistiti
|
d6933a9e35
|
refactor(bridge/nodejs): remove lowdb and tiny custom ORM in favor of Prisma
|
2023-05-13 00:26:51 +08:00 |
|
louistiti
|
127a10f8ed
|
feat(scripts): install Node.js bridge npm packages on setup
|
2023-05-12 23:54:57 +08:00 |
|
louistiti
|
ef223a2901
|
feat(bridge/nodejs): make use of Prisma from skill action (PoC)
|
2023-05-11 23:39:17 +08:00 |
|