1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-20 15:21:36 +03:00
Commit Graph

52 Commits

Author SHA1 Message Date
louistiti
c3452d2170
feat(server): add minimum RAM requirement on pre-check 2023-04-30 10:31:18 +08:00
louistiti
0a14567776
refactor: round up total RAM on check script 2023-04-30 10:13:41 +08:00
louistiti
fe580cfb92
feat: sanitize current OS profile session name for better privacy 2023-04-23 22:12:19 +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
e2f0df2cb6 refactor(server): unify join path 2023-03-27 21:51:40 +08: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
62853a340f feat: add total RAM data to the checking script 2022-11-08 20:10:46 +08:00
louistiti
a0d8c7251c refactor: add full intent object path on skill execution during checking 2022-11-06 22:25:39 +08:00
louistiti
becac3b0f6 fix(server): Python bridge fails to execute on Windows intent object absolute path because of whitespace 2022-11-06 22:18:09 +08:00
louistiti
daba510755
feat: add distro level info in check report 2022-10-29 11:48:16 +08:00
louistiti
3f8027af2a
refactor: from superagent to axios 2022-10-23 10:55:03 +08:00
louistiti
ad1708abbb
feat: ignore given warnings for TCP server binary on check script 2022-10-23 01:58:13 +08:00
louistiti
75a351e77d
chore: fix typo in report logs 2022-10-22 17:50:35 +08:00
louistiti
2183ffa4f0
refactor: send check report to the production URL 2022-10-19 23:28:33 +08:00
louistiti
fcce24d68c
feat: send report to Pastebin and generate URL 2022-10-19 01:17:57 +08:00
louistiti
76e700e9ce
feat: provide Python bridge and TCP server version in report 2022-10-19 00:40:34 +08:00
louistiti
2463759717
refactor: check script according to binaries changes 2022-10-19 00:22:37 +08:00
louistiti
02c28b85f6
refactor: remove unnecessary checks 2022-10-16 23:25:58 +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
999328819a
feat: map Python bridge and TCP server binaries to runtime code 2022-10-07 11:53:43 +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
louistiti
b7d496e6d6 feat: add skill execution time in check script 2022-09-27 19:46:41 +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
louistiti
a80e8ba65d refactor(server): log helper to static class 2022-09-26 21:29:56 +08:00
louistiti
4f1683dc55
refactor(server): capitalize singleton helpers instance constants 2022-09-21 20:25:00 +08:00
Divlo
b7f20710db
refactor(server): log helper to TypeScript 2022-09-16 19:36:58 +02:00
louistiti
dbd659d75f
feat: add OS info in the checking report 2022-09-13 00:45:23 +08:00
louistiti
ed97b9361f
feat: add spaCy model checking 2022-09-13 00:09:37 +08:00
louistiti
019c462bfa
feat: complete Prettier setup 2022-09-03 19:12:41 +08:00
louistiti
f17b894907
refactor: legacy package/module naming to skills naming 2022-08-20 22:47:06 +08:00
louistiti
cfd8f7cbe5
fix: check new resolvers paths 2022-07-19 21:57:00 +08:00
louistiti
239ce6fb36
chore: add Leon version in check report 2022-07-09 19:07:17 +08:00
louistiti
e37526d905
feat(server): introduce main NLP model and resolvers NLP model 2022-06-30 22:35:54 +08:00
louistiti
3713521b08
refactor: move up /server/src/config to /core level 2022-06-19 23:57:36 +08:00
louistiti
4107932d00
feat: annotate entities on the fly + prepare for dialog skill type and cross-domains data 2022-02-22 22:31:06 +08:00
louistiti
226468f6ab
refactor(server): query to utterance 2022-02-10 21:47:43 +08:00
Johann Barbie
b1c6f5c883 fix: addressed comments by @JRMeyer 2022-01-24 08:20:04 +01:00
Johann Barbie
04d6228841 fix: allow to detect STT offline capabilities 2022-01-23 18:00:06 +01:00
louistiti
e6246d1f8f
fix: Amazon Polly is always configured on check script due to new structure 2022-01-17 21:46:08 +08:00
louistiti
ddfebb0d74
refactor: remove training type 2021-12-27 17:09:12 +08:00
louistiti
99dba81122
refactor(server): switch from classifier to NLP model 2021-04-01 17:24:59 +08:00
louistiti
a777ce36af
style: fix new linting 2021-03-16 01:39:52 +08:00
louistiti
f5debe3bb5
chore: upgrade execa to latest and adapt to new API 2021-03-04 22:49:52 +08:00
louistiti
328eeff144 style: semicolons and comments clean up 2021-03-02 17:02:55 +08:00
Louistiti
7499e06c68 chore: support Python 3+ range 2019-06-08 11:33:22 +08:00