文件历史

提交图

372 次代码提交

作者 SHA1 备注 提交日期
Louistiti dfb23deb86 test(agentic loop): introduce unit and E2E tests 2026-03-14 17:31:01 +08:00
Louistiti 7882fc07fb feat: introduce tool hooks with jq parsing on post execution 2026-03-13 20:50:53 +08:00
Louistiti a71d22b8d3 refactor(server): migrate to QMD 2+ 2026-03-11 13:21:16 +08:00
Louistiti 0e796d2d1d feat: advanced adaptive memory retrieval 2026-03-09 13:24:23 +08:00
Louistiti e9ba3321df feat(server): support OpenAI WebSocket transport by default for the agentic loop 2026-03-08 14:33:16 +08:00
Louistiti 201122a12f feat: display ongoing tool function with icon 2026-03-04 10:21:39 +08:00
Louistiti 21d640f9b5 fix(server): better OpenRouter compatibility 2026-03-03 20:22:26 +08:00
Louistiti 42414fbcdb feat(server): use dedicated SDK per LLM provider for better TTFT and more 2026-03-03 17:49:17 +08:00
Louistiti a76e9e14c8 feat(server): OpenAI LLM provider stable 2026-03-03 16:30:45 +08:00
Louistiti cf7e223c15 feat(server): make use of QMD as retrieval backend 2026-03-01 03:25:42 +08:00
Louistiti 52a63dbf7d feat(server): stabilize LLM providers for ReAct with self-healing mechanisms; implement new providers 2026-02-27 00:13:02 +08:00
Louistiti 3037c2c93a chore: upgrade nodemon to latest 2026-02-24 00:06:54 +08:00
Louistiti fe30a03f6b chore: remove Prettier 2026-02-23 23:39:07 +08:00
Louistiti cfa79e0eb3 feat(python tcp server): make TCP server standalone compatible with external paths changes 2026-02-19 14:52:53 +08:00
Louistiti 2ab5e10f6a feat(scripts): remove PyTorch installation and force use core shared libraries 2026-02-19 13:47:07 +08:00
Louistiti 6ab0adc9ef feat: upgrade to current Node.js LTS 2026-02-19 12:17:30 +08:00
Louistiti 077bcd2f5b feat(scripts): prompt generator tmp 2026-02-15 12:04:27 +08:00
Louistiti 6ab6cfd9ba feat(tool/opencode): Leon writes his own skills (WIP) 2026-01-24 13:33:36 +08:00
Louistiti 884d027610 feat: clean up dev runtime 2025-09-14 09:48:42 +08:00
louistiti bc832bc723 chore(server): upgrade node-llama-cpp to latest 2025-08-24 20:07:41 +08:00
louistiti 3b04e1f767 feat(server): NLU rewrite + brain logic skill mechanism rewrite 2025-07-26 23:43:21 +08:00
louistiti 2ea42fcb87 feat(server): main backbone on skill action calling 2025-06-22 19:03:02 +08:00
Louistiti 35a3f37173 feat(server): PoC on default new classification powered by LLM 2025-05-03 19:58:06 +08:00
Louistiti 738f44aee7 fix: postinstall deps pnpm scripts by default 2025-04-23 11:48:40 +08:00
louistiti 0978bc5811 feat(web app): upgrade Aurora to 1.0.0-beta.15 2025-04-22 08:35:31 +08:00
Louistiti c0622df993 feat(server): upgrade node-llama-cpp to 3.7.0 2025-04-12 17:48:15 +08:00
Louistiti b028e68204 feat(server): upgrade node-llama-cpp to 3.6.0 2025-02-23 12:29:51 +08:00
Louistiti 17db772f59 ci: add Volta pin 2025-02-10 20:38:50 +08:00
louistiti 47306c3370 feat(server): upgrade node-llama-cpp to 3.5.0 2025-01-31 09:57:28 +08:00
louistiti a3d5c21afc BREAKING: use Node.js 22.13.1+ and npm 10.9.2+ as minimum engines 2025-01-28 13:58:36 +08:00
Louistiti d7f18b2bcb chore: upgrade nodemon to 3.1.9 2025-01-25 22:36:51 +08:00
Louistiti cb67717712 chore: upgrade husky to 9.1.7 2025-01-25 10:27:03 +08:00
Louistiti 53c8e6a175 feat(server): upgrade node-llama-cpp to 3.4.1 2025-01-25 09:25:39 +08:00
louistiti 1a11bf755c perf(scripts): improve files download strategy 2025-01-04 10:46:26 +08:00
louistiti 025234dbe8 feat(scripts): stop compiling llama.cpp from source and upgrade node-llama-cpp 2025-01-04 09:51:02 +08:00
louistiti ea8ba0f1fd feat(server): move to ESM 2024-11-20 21:47:05 +08:00
louistiti 529620b83a fix(server): set ffprobe needed permissions 2024-11-16 23:47:57 +08:00
louistiti fe46e8c733 feat(server): upgrade node-llama-cpp to 3.2.0 2024-11-16 23:07:24 +08:00
louistiti 0eeb9bb141 feat: support Node.js 22 2024-11-16 22:44:17 +08:00
louistiti d8902f9cb6 fix: upgrade Aurora for a smoother text rendering 2024-09-01 07:23:35 +08:00
louistiti 840ee56423 feat: upgrade @leon-ai/aurora to 1.0.0-beta.13 2024-08-12 21:57:47 +08:00
louistiti ff29aa4ddd feat: bind widget event methods 2024-08-12 21:52:03 +08:00
louistiti b66027d22f feat: Aurora components bottom to top hydration 2024-08-12 00:07:03 +08:00
louistiti 2486784250 feat: form event binding 2024-08-11 09:09:53 +08:00
louistiti 782085059b Merge branch 'develop' into feat/widgets 2024-08-10 17:04:37 +08:00
louistiti 7e9800be47 feat(server): upgrade node-llama-cpp to 3.0.0-beta.44 2024-08-10 11:51:37 +08:00
louistiti 29f44f3aed chore: merge branch 'develop' into feat/widgets 2024-08-06 07:47:35 +08:00
louistiti 82f495acb1 fix(server): upgrade node-llama-cpp to 3.0.0-beta.41 for context error 2024-08-05 21:22:36 +08:00
louistiti edb9b367c1 fix(server): rollback to node-llama-cpp@3.0.0-beta.37 as further version can't compile well 2024-08-01 22:05:41 +08:00
louistiti 7ecb8589fb Merge branch 'develop' into feat/widgets 2024-07-28 21:11:07 +08:00