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,8 +1,8 @@
import type { ChatHistoryItem } from '@proj-airi/stage-ui/types/chat'
import { errorMessageFrom } from '@moeru/std'
import { resolveLlmTools } from '@proj-airi/stage-ui/stores/ai/chat-llm/tool-resolver'
import { useChatSessionStore } from '@proj-airi/stage-ui/stores/chat/session-store'
import { resolveLlmTools } from '@proj-airi/stage-ui/stores/llm-tool-resolver'
import { executeToolCallRerun } from '@proj-airi/stage-ui/stores/tool-call-rerun'
export interface ChatToolCallRerunEvent {