Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ Close
Method
Close
pkg/memory/logic/manager.go:210–212 ·
view source on GitHub ↗
Close 关闭 Manager
()
Source
from the content-addressed store, hash-verified
208
209
// Close 关闭 Manager
210
func
(m *Manager) Close() error {
211
return
m.store.Close()
212
}
213
214
// mergeMemory 合并新旧 Memory(提升置信度)
215
// 这是一个简单的启发式实现,未来可以用 LLM 或 RL 优化
Callers
2
basicUsageExample
Function · 0.95
eventProcessingExample
Function · 0.95
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected