feat(memory): P1 长期记忆升级 —— 异步攒批 Consolidate + 软删 + importance/last_seen #1

Merged
Blizzard merged 181 commits from feat/wails3 into main 2026-07-17 01:12:32 +00:00
Showing only changes of commit 95f4752d9e - Show all commits
@@ -58,8 +58,9 @@ export const NODE_KINDS: Record<string, NodeKind> = {
{ key: "model", label: "模型", type: "select", options: ["占位 Pool", "ollama:qwen", "vllm:custom"], required: true },
{ key: "system", label: "系统提示词", type: "textarea", placeholder: "你是…" },
{ key: "temperature", label: "温度", type: "number" },
{ key: "autonomous", label: "自主工具 (ReAct)", type: "checkbox" },
],
defaults: { model: "占位 Pool", system: "", temperature: 0.7 },
defaults: { model: "占位 Pool", system: "", temperature: 0.7, autonomous: false },
},
tool: {
kind: "tool",