mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-23 07:01:40 +00:00
refactor: make memory embedding adapters generic
This commit is contained in:
7
src/plugin-sdk/memory-core-engine-runtime.ts
Normal file
7
src/plugin-sdk/memory-core-engine-runtime.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Thin engine runtime compat surface for the bundled memory-core plugin.
|
||||
// Keep extension-owned engine exports isolated behind a dedicated SDK subpath.
|
||||
|
||||
export {
|
||||
getMemorySearchManager,
|
||||
MemoryIndexManager,
|
||||
} from "../../extensions/memory-core/src/memory/index.js";
|
||||
Reference in New Issue
Block a user