Files
moltbot/src/plugin-sdk/memory-core-engine-runtime.ts
2026-03-27 02:02:24 +00:00

8 lines
271 B
TypeScript

// 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";