refactor: add memory-core extension sources

This commit is contained in:
Peter Steinberger
2026-03-26 21:59:18 +00:00
parent e955d574b2
commit 3d0050c306
9 changed files with 2026 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export {
getMemorySearchManager,
readAgentMemoryFile,
resolveMemoryBackendConfig,
} from "openclaw/plugin-sdk/memory-core";