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

223 Commits

Author SHA1 Message Date
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
6d495cf43c
refactor(scripts): explicit Node.js bridge npm packages install 2023-05-13 00:30:15 +08:00
louistiti
4abb68c1b3
Merge branch 'nodejs-bridge' into develop 2023-05-08 22:05:42 +08:00
louistiti
5946a00427 feat(scripts): skill package install/uninstall package script 2023-05-08 21:35:14 +08:00
Divlo
5eb62ddcf5
chore: add leon-nodejs-bridge as local dependency 2023-05-07 21:43:03 +02:00
Divlo
07e253f663
build(bridge/nodejs): usage of ncc 2023-05-06 15:38:49 +02:00
louistiti
cd82a3a11b
chore: bump to 1.0.0-beta.9+dev 2023-05-01 10:23:19 +08:00
louistiti
b7a4f69565
build: release 1.0.0-beta.8 2023-05-01 10:09:29 +08:00
louistiti
bb00677568
feat(scripts): add build for Node.js bridge 2023-05-01 00:36:03 +08:00
louistiti
40819e8e17
feat(bridge/nodejs): release process 2023-04-30 23:39:39 +08:00
louistiti
0fba50905f
feat(bridge/nodejs): entry point build 2023-04-30 21:36:07 +08:00
louistiti
03acb35e84
feat(server): complete telemetry client 2023-04-13 00:11:23 +08:00
Divlo
8c89cbf43c
Merge branch 'develop' into feat/better-json-schemas-developer-experience 2023-04-05 00:13:34 +02:00
Divlo
d261967920
refactor(server): http-server with over http enabled 2023-04-03 20:58:02 +02:00
Divlo
a29296c612
refactor(server): api and plugins for http-server 2023-04-03 17:20:00 +02: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
51f9a29679
chore: lock all deps 2023-02-11 11:36:08 +08:00
louistiti
d51bf36566 refactor(server): NLU and brain kick off (tmp) 2023-02-10 22:18:56 +08:00
louistiti
c8bc9ecbb0
refactor(server): HTTP server; brain entries; STT parsers; TTS synthesizers (WIP) 2023-02-03 00:14:23 +08:00
Divlo
ba09ef10b1
feat: add generate:json-schemas script 2023-01-06 21:18:19 +01:00
louistiti
5959b43e0a
chore: upgrade TypeScript to latest 2022-11-19 21:12:43 +08:00
Divlo
fb75b40fb6
feat: validate JSON Schemas with AJV 2022-11-13 13:00:15 +01:00
louistiti
06a2adf62b feat: add pre-checking for all JSON configs 2022-11-11 21:43:24 +08:00
louistiti
fd4f429b86 Merge branch 'develop' into feat/add-typebox-ajv 2022-11-06 23:13:49 +08:00
louistiti
ddf389ffd1 chore: add Python bridge npm script 2022-11-06 21:57:04 +08:00
louistiti
f13df6ab76 Merge branch 'develop' into feat/add-typebox-ajv 2022-11-01 21:45:50 +08:00
louistiti
daba510755
feat: add distro level info in check report 2022-10-29 11:48:16 +08:00
Divlo
2a7b2f45d6 feat(server): add JSON models with TypeBox
Later, we will be able to validate JSON files thanks to AJV.
2022-10-23 11:05:55 +02:00
louistiti
3f8027af2a
refactor: from superagent to axios 2022-10-23 10:55:03 +08:00
louistiti
e527110b9c
feat: add binaries download progress 2022-10-23 01:00:55 +08:00
Divlo
8ab9c2e4df
feat: download and unzip TCP Server + Python Bridge on postinstall 2022-10-19 13:23:28 +02:00
louistiti
2463759717
refactor: check script according to binaries changes 2022-10-19 00:22:37 +08:00
louistiti
3f6e6ccdea refactor: rename GitHub workflows release script as pre-release 2022-10-09 21:27:12 +08:00
louistiti
4fcf8dceda feat: trigger GitHub workflows script done 2022-10-09 21:16:42 +08:00
louistiti
0e697183b2
perf(tcp server): optimize spaCy models checking 2022-10-07 11:26:39 +08:00
louistiti
05b62871fb
feat: universal build binaries script 2022-10-07 10:41:04 +08:00
louistiti
9724d7b943
feat: pack TCP server and optimize setup scripts 2022-10-07 02:37:43 +08:00
louistiti
109561495c
feat(tcp server): set up script 2022-10-06 23:20:30 +08:00
louistiti
286892eb30
chore: upgrade archiver to latest 2022-10-06 19:48:17 +08:00
louistiti
472e388508
feat(python bridge): build script 2022-10-06 19:01:50 +08:00
louistiti
1a953e007d
feat(python bridge): set up script 2022-10-06 16:27:20 +08:00
louistiti
0a4baf67ac
feat: isolate TCP server 2022-10-04 17:10:14 +08:00
louistiti
a27ab96e18
feat: Python bridge binary build with cx_Freeze 2022-10-04 14:19:56 +08:00
louistiti
f1dcb07d5b
feat: Python bridge build on macOS x86_64 arch 2022-10-02 15:43:48 +08:00
Divlo
f4a53da7fd
chore: add unicorn/prefer-node-protocol ESLint rule 2022-09-26 22:10:27 +02:00
louistiti
defc70128c
refactor: add ESLint rules about imports 2022-09-27 00:01:03 +08:00
Divlo
949138627e
refactor(server): loader helper to TypeScript 2022-09-16 20:58:24 +02:00