louistiti
|
44882129a7
|
refactor(server): NLU default values
|
2023-04-02 16:56:53 +08:00 |
|
louistiti
|
8282c37a5a
|
refactor(server): slot filling
|
2023-03-27 22:23:10 +08:00 |
|
louistiti
|
26ff4520c8
|
refactor(server): action loop
|
2023-03-27 22:09:32 +08:00 |
|
louistiti
|
e2f0df2cb6
|
refactor(server): unify join path
|
2023-03-27 21:51:40 +08:00 |
|
louistiti
|
7259ceda59
|
refactor(server): unify skill config getter
|
2023-03-27 21:42:33 +08:00 |
|
louistiti
|
7f99372130
|
Merge branch 'develop' into http-server-refactoring
|
2023-03-26 18:52:19 +08:00 |
|
Louis Grenard
|
0cbd438a34
|
docs: question LLMs to large language models
|
2023-03-26 10:23:11 +08:00 |
|
Louis Grenard
|
71b30a7f97
|
docs: add current state to the README
|
2023-03-26 10:21:22 +08:00 |
|
louistiti
|
bfdc60fa65
|
refactor(server): slot filling
|
2023-03-22 23:54:58 +08:00 |
|
louistiti
|
99af936803
|
refactor(server): action loop
|
2023-03-22 23:34:39 +08:00 |
|
louistiti
|
d41e960373
|
refactor(server): brain types
|
2023-03-22 22:31:42 +08:00 |
|
louistiti
|
ae04ba369c
|
refactor(server): NLP conversation
|
2023-03-22 22:19:29 +08:00 |
|
louistiti
|
afff309d43
|
refactor(server): skillConfigPath naming unification
|
2023-03-22 22:08:35 +08:00 |
|
louistiti
|
16c25c9036
|
chore: upgrade async to latest
|
2023-03-20 23:46:27 +08:00 |
|
louistiti
|
cd551197ea
|
chore: upgrade Fastify to latest
|
2023-03-20 23:37:55 +08:00 |
|
louistiti
|
f6077d58f1
|
chore: upgrade to TypeScript 5+
|
2023-03-20 23:35:07 +08:00 |
|
louistiti
|
eb026cb74a
|
refactor(server): move some NER methods from NLU to NER
|
2023-03-20 23:15:26 +08:00 |
|
louistiti
|
7d6698df17
|
refactor(server): NLU method accessibility
|
2023-03-20 22:45:11 +08:00 |
|
louistiti
|
a215fc8770
|
refactor(server): default NLU result
|
2023-03-20 22:35:44 +08:00 |
|
louistiti
|
a8e3fb8b87
|
refactor(server): NER
|
2023-03-20 22:04:04 +08:00 |
|
louistiti
|
6820501da6
|
refactor(server): remove JavaScript NER and NLU
|
2023-03-20 21:22:33 +08:00 |
|
louistiti
|
b51bf4b1c2
|
refactor(server): model loader error handling
|
2023-03-20 20:52:42 +08:00 |
|
louistiti
|
5369da1734
|
refactor(server): models loader
|
2023-03-18 10:47:44 +08:00 |
|
louistiti
|
d5d8d56124
|
refactor(server): brain done
|
2023-03-15 22:30:22 +08:00 |
|
louistiti
|
fbcc089e2b
|
refactor(server): brain options
|
2023-03-07 23:22:35 +08:00 |
|
louistiti
|
76dacb4f5e
|
refactor(server): brain logic action skill execution
|
2023-03-07 22:20:40 +08:00 |
|
louistiti
|
24ec0f0927
|
refactor(server): start brain refactoring
|
2023-03-05 23:07:34 +08:00 |
|
louistiti
|
b8aac89c4d
|
refactor(server): brain NLU result renaming
|
2023-03-04 06:48:04 +08:00 |
|
louistiti
|
72a4f787a3
|
refactor(server): brain typing done
|
2023-02-25 09:32:11 +08:00 |
|
louistiti
|
137032b1c0
|
refactor(server): fix brain answers types
|
2023-02-25 08:46:23 +08:00 |
|
louistiti
|
5011d906e7
|
chore: more comment and remove socket server legacy comments
|
2023-02-21 00:15:42 +08:00 |
|
louistiti
|
35d171e421
|
chore: comment for what to do next
|
2023-02-21 00:11:32 +08:00 |
|
louistiti
|
20e7a98241
|
refactor(server): continue brain typing
|
2023-02-21 00:00:14 +08:00 |
|
louistiti
|
abf811f2e4
|
refactor(server): handle skill result in brain
|
2023-02-20 22:58:15 +08:00 |
|
louistiti
|
4d7c49e1ee
|
refactor(server): load models and init core instances only once
|
2023-02-20 21:56:22 +08:00 |
|
louistiti
|
e182da0048
|
refactor(server): remove unecessary socket connections
|
2023-02-20 20:26:38 +08:00 |
|
louistiti
|
f81255aa20
|
refactor(server): better STT/TTS logs
|
2023-02-20 20:31:42 +08:00 |
|
louistiti
|
7aaca4dfc8
|
refactor(server): only keep types file at the first-node level
|
2023-02-20 00:30:17 +08:00 |
|
louistiti
|
4a74ee030a
|
refactor(server): BrainProcessResult action; nextAction type to skill config schema action [string]
|
2023-02-20 00:09:38 +08:00 |
|
louistiti
|
7c76e538ab
|
refactor(server): define BrainProcessResult and refactor schema types naming
|
2023-02-20 00:07:42 +08:00 |
|
louistiti
|
87ed70d313
|
refactor(server): define NLUSlot
|
2023-02-19 23:15:34 +08:00 |
|
louistiti
|
98bb70bee6
|
refactor(server): define SkillOutputType
|
2023-02-19 20:56:35 +08:00 |
|
louistiti
|
a77f0e2473
|
refactor(server): implement all NER entity types
|
2023-02-19 20:48:48 +08:00 |
|
louistiti
|
03b128a544
|
chore: new ESLint rules for TypeScript
|
2023-02-19 00:02:15 +08:00 |
|
louistiti
|
9c6a60f92c
|
refactor(server): set SkillConfig actions type in brain
|
2023-02-18 23:49:10 +08:00 |
|
louistiti
|
311923255e
|
fix(server): fail when first execute a dialog action
|
2023-02-18 19:51:56 +08:00 |
|
louistiti
|
cb77b4fc95
|
refactor(server): get correct audio duration from TTS
|
2023-02-18 19:16:26 +08:00 |
|
louistiti
|
4883d7723b
|
refactor(server): synthesizers and parsers debug (tmp)
|
2023-02-13 23:57:29 +08:00 |
|
louistiti
|
eb72a61bad
|
refactor(server): brain tmp
|
2023-02-12 23:21:19 +08:00 |
|
louistiti
|
6dfeb6480f
|
chore: add save-exact npm option to install exact packages version
|
2023-02-11 19:35:15 +08:00 |
|