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 a779953ed9 - Show all commits
+3 -2
View File
@@ -1,7 +1,8 @@
go 1.25.8 go 1.25.8
// 后端运行链路的 4 个 Go 模块。sundynix-desktop(Wails) 不入工作区: // 后端运行链路的 4 个 Go 模块。sundynix-desktop(Wails v3) 不入工作区:
// 它需先 npm run build 生成 frontend/dist 供 //go:embed,单独 wails build 即可 // 它需先构建前端生成 frontend/dist 供 //go:embed,单独 GOWORK=off wails3 package 即可
// (wails3 的任务链会自己带上 npm install + 前端构建 + generate:bindings)。
use ( use (
./sundynix-dispatcher ./sundynix-dispatcher
./sundynix-gateway ./sundynix-gateway