MCPcopy 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
210func (m *Manager) Close() error {
211 return m.store.Close()
212}
213
214// mergeMemory 合并新旧 Memory(提升置信度)
215// 这是一个简单的启发式实现,未来可以用 LLM 或 RL 优化

Callers 2

basicUsageExampleFunction · 0.95
eventProcessingExampleFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected