文件历史

提交图

70 次代码提交

作者 SHA1 备注 提交日期
louistiti a2be039016 feat: add multi-profile remote runtime 2026-07-14 16:48:52 +08:00
Octopus 60fcb9a824 feat(provider/minimax): add MiniMax LLM support (#579)
* feat(provider/minimax): add MiniMax LLM support

* fix(provider/minimax): align model behavior

* fix(provider/minimax): recommend MiniMax-M3

---------

Co-authored-by: octo-patch <266937838+octo-patch@users.noreply.github.com>
Co-authored-by: kapelame <kape@kapedeMacBook-Air.local>
Co-authored-by: Louistiti <louis.grenard@gmail.com>
2026-07-13 00:38:50 +08:00
Louistiti 8f7ec5fda3 feat(server): HTTP plugins support 2026-06-22 22:02:10 +08:00
Louistiti 88ef8320a2 feat: support Leon custom client interface 2026-05-25 23:56:08 +08:00
Louistiti fd97ce5221 refactor(server): migrate core settings to config yml 2026-05-19 20:42:02 +08:00
louistiti 0c6ac8b72e feat(server): add memory mechanism toggles 2026-05-18 22:46:51 +08:00
Louistiti 75e392d554 refactor: update default local ports 2026-05-05 14:34:35 +08:00
Louistiti aa150e4779 feat: bump default local Qwen model support to 3.6 2026-04-29 00:01:10 +08:00
Louistiti 2fd571687a feat: simplify installation with custom Node.js script 2026-03-29 13:14:24 +08:00
Louistiti f3f94e39bf feat(provider/llamacpp): auto port discovery fallback 2026-03-27 18:09:38 +08:00
Louistiti 1e7cd0f4be feat(scripts): set remote LLM during setup 2026-03-25 02:04:17 +08:00
Louistiti b947eecfe2 feat: if no LLM has been configured yet, we should mentioned it 2026-03-24 21:38:10 +08:00
Louistiti 0b10f5f265 chore: disable voice by default 2026-03-24 20:15:20 +08:00
Louistiti 042e2c5106 feat: add granular progress to the workflow steps 2026-03-21 14:39:41 +08:00
Louistiti f74a0fda5d feat: new LLM routing format 2026-03-21 13:52:12 +08:00
Louistiti b2e3592170 BREAKING: remove legacy local LLM provider and reorganize configs 2026-03-21 11:59:24 +08:00
Louistiti bb6a382f09 BREAKING: legacy farewell 2026-03-21 01:36:47 +08:00
Louistiti fc8025dd6f feat: full built-in llama.cpp support 2026-03-19 22:48:28 +08:00
Louistiti 5bc47c39f0 fix: add new built-in libs for CUDA runtime for broader PyTorch compatibility 2026-03-18 15:01:09 +08:00
Louistiti ca2a0bd7a1 feat: calculate and display token metrics 2026-03-17 01:25:27 +08:00
Louistiti 93e921c13f refactor: remove Ollama 2026-03-16 12:01:31 +08:00
Louistiti b0f1d81d22 feat: use Llama.cpp as default local provider 2026-03-16 11:42:05 +08:00
Louistiti 87c6676dee feat: introduce Ollama as local LLM provider 2026-03-15 12:34:34 +08:00
Louistiti 05f3640b4f feat(server): improve ReAct progress messages 2026-03-06 14:31:58 +08:00
Louistiti 69224361c3 feat: enhance recovery planning and execution from the agentic loop 2026-03-05 15:18:12 +08:00
Louistiti 3e3eae7bc4 feat(server): second memory draft 2026-03-01 00:46:46 +08:00
Louistiti fa6e64f115 feat(server): first memory draft 2026-02-28 11:10:25 +08:00
Louistiti 596017b3b9 feat(server): improve self-awareness and allow manifest toggle 2026-02-28 03:01:45 +08:00
Louistiti 8235830261 feat(server): context manager for progressive context injection 2026-02-28 01:58:01 +08:00
Louistiti e3bc3736ca feat(server): add Z.AI LLM provider; provide thinking widget 2026-02-27 01:51:27 +08:00
Louistiti 14e26b1cd1 refactor(server): ReAct / agentic loop more modulable 2026-02-27 00:51:27 +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 b2c1ee77e5 feat(server): incremental timeouts for ReAct 2026-02-25 15:18:23 +08:00
Louistiti 6957bdae93 feat(server): smarter sub ReAct loop and final answer retrials 2026-02-25 14:04:51 +08:00
Louistiti 38a3c5df15 feat(server): function call retrials 2026-02-24 22:58:16 +08:00
Louistiti 40138e2bda chore: provide default ordered LLM list with OpenRouter provider 2026-02-24 12:59:35 +08:00
Louistiti 1942d8f835 feat(server): more efficient agentic loop; HuggingFace provider implemented 2026-02-24 11:13:39 +08:00
Louistiti 39ea8eae13 feat(server): implement Cerebras LLM provider 2026-02-23 20:16:14 +08:00
Louistiti bb1cee5b59 feat(server): implement OpenRouter as LLM provider 2026-02-23 14:16:02 +08:00
Louistiti 923a5f91c1 feat: first shot of the ReAct agentic loop and new tools structure 2026-02-23 11:16:38 +08:00
Louistiti 54f1886871 feat: enable local ASR/TTS/LLM by default 2026-02-19 17:43:56 +08:00
Louistiti c938ff60b3 chore: add comments 2025-03-22 11:37:48 +08:00
Louistiti 970cbfbb88 feat(python tcp server): wake word wip 2025-02-04 22:57:27 +08:00
louistiti 1314217e00 BREAKING: upgrade from Python 3.9 to Python 3.11 2024-06-23 23:29:09 +08:00
louistiti 0ce1f62c0d feat: support default conversations powered by LLM with action-first in mind 2024-05-27 18:54:54 +08:00
louistiti 32db721f0e feat(server): create action recognition LLM duty 2024-05-25 23:05:19 +08:00
louistiti d62e0cd56c feat(server): Groq support as LLM provider; agnostic LLM provider 2024-05-08 01:37:47 +08:00
louistiti 844af50008 feat(server): LLM provider architecture (WIP) 2024-05-07 02:51:18 +08:00
louistiti aa36c8cb2a feat(server): personality support kick off; answer queue 2024-05-02 16:40:05 +08:00
louistiti 539281110a feat(server): allow explicit deactivation of LLM 2024-04-29 19:31:57 +08:00