refactor(stage-ui,core-agent,stage-tamagotchi): better structure for llm, agent, and mini-agent

This commit is contained in:
Neko Ayaka
2026-08-09 04:05:38 +08:00
parent 38a008500d
commit 98fa1f0855
49 changed files with 691 additions and 923 deletions
+1
View File
@@ -42,6 +42,7 @@
"./stores/settings": "./src/stores/settings/index.ts",
"./stores/modules/vision": "./src/stores/modules/vision/index.ts",
"./stores/mcp-tool-bridge": "./src/stores/mcp-tool-bridge.ts",
"./stores/ai/chat-llm/*": "./src/stores/ai/chat-llm/*.ts",
"./stores/*": "./src/stores/*.ts",
"./stores": "./src/stores/index.ts",
"./workers/vad": "./src/workers/vad/index.ts",