Commit Graph

19 Commits

Author SHA1 Message Date
Simon
22516dec74 feat: unify InvokeError; add rawResponse to historical ErrorEvent 2026-01-20 20:16:34 +08:00
Simon
1ede1d9911 feat!: redo Panel; decouple Panel from Agent
BREAKING CHANGES: Agent and Panel API Changes
2026-01-17 23:14:26 +08:00
Simon
4f6249a252 feat!: require user to provide LLM api. do not fallback to demo LLM
BREAKING CHANGE: LLM API will be required for agent constructor
2026-01-14 18:49:23 +08:00
Simon
2f2bdb4697 fix: update Qwen patch condition for model name 2026-01-13 15:07:01 +08:00
Simon
3fa7c8b85a feat: improve qwen3 compatibility (#106)
* feat: improve qwen3 compatibility

* fix: qwen

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-13 15:04:03 +08:00
Simon
35d1fd1166 chore: better erroring
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-13 14:16:51 +08:00
Simon
526cb4dbb3 chore: rename OpenAIClient; clean up old notes 2026-01-13 13:58:21 +08:00
Simon
6dc56c57c6 chore: rm legacy llm client 2026-01-13 13:56:30 +08:00
Simon
a3263fdd3a chore: rename OpenAICompatibleClient 2026-01-13 13:51:09 +08:00
Simon
14974c0257 feat!: mv brain from llms to agent; redo toolCall auto fixer 2026-01-13 13:49:19 +08:00
Simon
bfa6a5347e fix: rm maxTokens from api 2026-01-10 23:27:08 +08:00
Simon
66be1e56e3 fix: tool description lost 2025-12-24 19:28:59 +08:00
Simon
0fd4eaf9af chore: log network error for better debug 2025-12-24 19:06:35 +08:00
Simon
49af3a9c58 fix: illegal custom fetch 2025-12-24 19:00:43 +08:00
Simon
59fcfaa503 feat: add customFetch config 2025-12-24 16:42:31 +08:00
Simon
17befe4bab refactor: unify LLM configuration types 2025-12-23 17:37:09 +08:00
Simon
35db15460e feat: improve perf on newer models 2025-12-22 19:10:13 +08:00
Simon
635416f964 feat: implement @page-agent/llms 2025-12-22 16:29:19 +08:00
Simon
7c2d000e29 feat: create llms package and mv files 2025-12-22 16:12:34 +08:00