openclaw/extensions/memory-core/src/tools.runtime.ts

6 lines
183 B
TypeScript

export {
readAgentMemoryFile,
resolveMemoryBackendConfig,
} from "openclaw/plugin-sdk/memory-core-host-runtime-files";
export { getMemorySearchManager } from "./memory/index.js";