louistiti
|
5946a00427
|
feat(scripts): skill package install/uninstall package script
|
2023-05-08 21:35:14 +08:00 |
|
Divlo
|
673cf0426f
|
fix(bridge/nodejs): build error
|
2023-05-06 13:55:43 +02:00 |
|
louistiti
|
8f5bd3a9a5
|
feat: add free RAM check
|
2023-05-03 14:54:23 +08:00 |
|
louistiti
|
eed4a9597c
|
refactor(server): get Node.js version from process.versions.node
|
2023-04-30 10:32:01 +08:00 |
|
louistiti
|
0947bd7877
|
fix(server): close error log file handler
|
2023-04-26 21:31:12 +08:00 |
|
louistiti
|
fe580cfb92
|
feat: sanitize current OS profile session name for better privacy
|
2023-04-23 22:12:19 +08:00 |
|
louistiti
|
b16475766a
|
fix(server): create errors.log if it does not exist before parsing logs
|
2023-04-18 09:21:05 +08:00 |
|
louistiti
|
e5fdeba50b
|
fix(server): ensure the errors.log file exist before reporting errors
|
2023-04-18 09:05:35 +08:00 |
|
louistiti
|
03acb35e84
|
feat(server): complete telemetry client
|
2023-04-13 00:11:23 +08:00 |
|
Divlo
|
bd66bb5cb7
|
refactor: usage of fs.promises
|
2023-04-02 20:34:50 +02:00 |
|
Divlo
|
c49f931da4
|
style: fix linting
|
2023-04-02 19:18:15 +02:00 |
|
louistiti
|
7c76e538ab
|
refactor(server): define BrainProcessResult and refactor schema types naming
|
2023-02-20 00:07:42 +08:00 |
|
louistiti
|
eb72a61bad
|
refactor(server): brain tmp
|
2023-02-12 23:21:19 +08:00 |
|
louistiti
|
c8bc9ecbb0
|
refactor(server): HTTP server; brain entries; STT parsers; TTS synthesizers (WIP)
|
2023-02-03 00:14:23 +08:00 |
|
louistiti
|
19ce6eb9c2
|
refactor(server): socket server and brain (WIP)
|
2022-11-20 23:21:06 +08:00 |
|
louistiti
|
ea76739d88
|
refactor(server): TCP client to singleton
|
2022-11-12 22:31:49 +08:00 |
|
louistiti
|
06a2adf62b
|
feat: add pre-checking for all JSON configs
|
2022-11-11 21:43:24 +08:00 |
|
louistiti
|
e50fadd142
|
Merge branch 'develop' into feat/add-typebox-ajv
|
2022-11-08 20:59:25 +08:00 |
|
louistiti
|
62853a340f
|
feat: add total RAM data to the checking script
|
2022-11-08 20:10:46 +08:00 |
|
Divlo
|
65246dc7cd
|
refactor: domain, skill-config and skill in skills/schemas.ts
|
2022-11-01 21:51:19 +01:00 |
|
louistiti
|
6e8c326a9c
|
feat: add data schemas
|
2022-11-02 00:21:14 +08:00 |
|
Divlo
|
ecca030ab9
|
refactor(server): replace unknown return type with TypeBox schema types
|
2022-10-23 11:09:07 +02:00 |
|
louistiti
|
92ea9a081e
|
feat: install additional resources for macOS ARM64 arch
|
2022-10-15 21:03:44 +08:00 |
|
louistiti
|
cb1a192a6d
|
fix: comply macOS x86_64 and macOS arm64 to Python sysconfig.get_platform()
|
2022-10-07 18:25:51 +08:00 |
|
louistiti
|
472e388508
|
feat(python bridge): build script
|
2022-10-06 19:01:50 +08:00 |
|
louistiti
|
b7d496e6d6
|
feat: add skill execution time in check script
|
2022-09-27 19:46:41 +08:00 |
|
louistiti
|
f68da11f6b
|
refactor(server): make use of node:* import for all Node.js built-in modules
|
2022-09-26 23:28:25 +08:00 |
|
louistiti
|
0a49cb17fa
|
refactor(server): remove node:* imports
|
2022-09-26 22:48:12 +08:00 |
|
louistiti
|
7081464abc
|
refactor(server): add explicit return types
|
2022-09-26 22:46:12 +08:00 |
|
louistiti
|
7544534ea4
|
refactor(server): skill domain helper to static class
|
2022-09-26 21:36:07 +08:00 |
|
louistiti
|
46c0b579aa
|
refactor(server): OS helper to static class
|
2022-09-26 21:32:59 +08:00 |
|
louistiti
|
a80e8ba65d
|
refactor(server): log helper to static class
|
2022-09-26 21:29:56 +08:00 |
|
louistiti
|
88d86117ac
|
refactor(server): loader helper to static class
|
2022-09-26 21:24:07 +08:00 |
|
louistiti
|
f4d625500f
|
refactor(server): lang helper to static class
|
2022-09-26 21:17:36 +08:00 |
|
louistiti
|
afec850fc9
|
refactor(server): date helper to static class
|
2022-09-26 21:13:33 +08:00 |
|
louistiti
|
9065d713e9
|
refactor(server): string helper from singleton to static
|
2022-09-26 00:44:40 +08:00 |
|
louistiti
|
1a4e09f908
|
refactor(server): simplify helpers singleton
|
2022-09-25 23:37:30 +08:00 |
|
louistiti
|
c65f60e2b7
|
refactor(server): provide explicit class name to helpers
|
2022-09-21 23:08:11 +08:00 |
|
louistiti
|
82f6ee80fe
|
refactor(server): skill domain helper to singleton
|
2022-09-21 23:01:16 +08:00 |
|
louistiti
|
84aadc0245
|
refactor(server): string helper to singleton
|
2022-09-21 22:24:48 +08:00 |
|
louistiti
|
a5e48ec9e7
|
refactor(server): OS helper to singleton
|
2022-09-21 22:15:02 +08:00 |
|
louistiti
|
e7cb31e706
|
chore(server): add comments on loader helper
|
2022-09-21 21:51:19 +08:00 |
|
louistiti
|
713ece380b
|
refactor(server): rename lang helper methods
|
2022-09-21 21:46:05 +08:00 |
|
louistiti
|
8d3aee8da7
|
refactor(server): lang helper to singleton
|
2022-09-21 21:31:19 +08:00 |
|
louistiti
|
f21e43c16a
|
refactor(server): date helper to singleton
|
2022-09-21 20:43:50 +08:00 |
|
louistiti
|
4f1683dc55
|
refactor(server): capitalize singleton helpers instance constants
|
2022-09-21 20:25:00 +08:00 |
|
Divlo
|
285bfa6e78
|
refactor(server): add getSkillConfig
|
2022-09-20 21:43:34 +02:00 |
|
Divlo
|
a28eede95b
|
refactor(server): os helper to TypeScript
|
2022-09-20 21:34:56 +02:00 |
|
Divlo
|
247167202d
|
refactor(server): remove inconsistencies
|
2022-09-20 21:33:02 +02:00 |
|
Divlo
|
949138627e
|
refactor(server): loader helper to TypeScript
|
2022-09-16 20:58:24 +02:00 |
|