1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-28 12:43:35 +03:00
Commit Graph

94 Commits

Author SHA1 Message Date
louistiti
2e6abef507
chore: lint 2023-05-27 08:06:11 +08:00
Divlo
4f5b385fd7
chore: rename config.json to settings.json 2023-05-26 23:31:25 +02:00
louistiti
a3b8c40714
refactor(scripts): unify skills setup over one iteration only 2023-05-14 12:10:55 +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
ef6d46cf8e refactor(scripts): remove cmd output on install Node.js skills packages 2023-05-08 21:57:41 +08:00
louistiti
e65ecd5b67 fix(scripts): install Node.js skills packages timestamp comparison 2023-05-08 21:45:06 +08:00
louistiti
5946a00427 feat(scripts): skill package install/uninstall package script 2023-05-08 21:35:14 +08:00
louistiti
224158812f feat(scripts): install Node.js skills packages 2023-05-08 21:23:33 +08:00
louistiti
ed215feb81
refactor(scripts): Node.js bridge bin dist 2023-05-01 22:48:31 +08:00
louistiti
8dc8c05d7d
refactor(scripts): add bin level for Node.js bridge 2023-05-01 01:13:19 +08:00
louistiti
bb00677568
feat(scripts): add build for Node.js bridge 2023-05-01 00:36:03 +08:00
louistiti
308b63f576
fix(scripts): tmp setup Node.js bridge removal 2023-04-30 23:49:21 +08:00
louistiti
40819e8e17
feat(bridge/nodejs): release process 2023-04-30 23:39:39 +08:00
louistiti
71573b78d1
refactor: instance ID log on postinstall 2023-04-29 21:04:29 +08:00
louistiti
722dba875b
feat: do not download binaries if the latest version is already installed 2023-04-29 20:58:10 +08:00
louistiti
593419639e refactor: naming 2023-04-27 20:24:16 +08:00
louistiti
03acb35e84
feat(server): complete telemetry client 2023-04-13 00:11:23 +08:00
louistiti
337854ab02
feat: kick off telemetry client 2023-04-12 00:25:40 +08:00
Divlo
8c89cbf43c
Merge branch 'develop' into feat/better-json-schemas-developer-experience 2023-04-05 00:13:34 +02: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
Divlo
ba09ef10b1
feat: add generate:json-schemas script 2023-01-06 21:18:19 +01:00
louistiti
19ce6eb9c2
refactor(server): socket server and brain (WIP) 2022-11-20 23:21:06 +08:00
louistiti
69e90c3b5f
refactor(server): HTTP server and structure (wip) 2022-11-14 00:49:24 +08:00
louistiti
e527110b9c
feat: add binaries download progress 2022-10-23 01:00:55 +08:00
louistiti
9928509171
refactor: minor setup-python-binaries renaming 2022-10-22 23:22:50 +08:00
Divlo
8ab9c2e4df
feat: download and unzip TCP Server + Python Bridge on postinstall 2022-10-19 13:23:28 +02:00
louistiti
6ea6c84b3d
refactor: remove setuptools and wheel force install for macOS ARM64 arch 2022-10-15 21:38:22 +08:00
louistiti
6e2790b738
refactor: remove Rust compiler version number from TCP server setup 2022-10-15 21:11:29 +08:00
louistiti
92ea9a081e
feat: install additional resources for macOS ARM64 arch 2022-10-15 21:03:44 +08:00
louistiti
350072cf8c
ci: remove skip lock for Windows 2022-10-13 01:22:40 +08:00
louistiti
b0849c0046
ci: add PIP_NO_BINARY 2022-10-13 01:11:12 +08:00
louistiti
08d7fdf0dd
ci: make use of Pipenv 2022.7.24 and skip lock on Windows 2022-10-13 00:53:58 +08:00
louistiti
42a3130394
ci: try with --deploy flag to install Python deps 2022-10-13 00:10:45 +08:00
louistiti
fc2a37a7a6
ci: try Windows Pipenv deps install 2022-10-12 23:50:46 +08:00
louistiti
a863c872b0
ci: try to build on Windows without catching exceptions 2022-10-12 23:37:23 +08:00
louistiti
7111983ef5
perf(tcp server): option to download spaCy models through mirror in China 2022-10-07 15:31:37 +08:00
louistiti
b201f3f1b1
fix(tcp server): handle Windows child process does not throw exception 2022-10-07 14:10:32 +08:00
louistiti
cace69e9af
perf(tcp server): do not download Python deps but spaCy models when necessary 2022-10-07 13:44:48 +08:00
louistiti
432c590ee7
feat: on Python dev env setup, provide Windows hint related to Microsoft C++ Build Tools 2022-10-07 13:24:58 +08:00
louistiti
999328819a
feat: map Python bridge and TCP server binaries to runtime code 2022-10-07 11:53:43 +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
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
defc70128c
refactor: add ESLint rules about imports 2022-09-27 00:01:03 +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