mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-11 04:48:05 +00:00
8 lines
271 B
TypeScript
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";
|