Files
openclaw/extensions/memory-core/src/tools.runtime.ts
2026-06-04 21:40:44 -04:00

7 lines
239 B
TypeScript

// Memory Core plugin module implements tools behavior.
export {
readAgentMemoryFile,
resolveMemoryBackendConfig,
} from "openclaw/plugin-sdk/memory-core-host-runtime-files";
export { getMemorySearchManager } from "./memory/index.js";