Files
openclaw/extensions/memory-core/src/tools.runtime.ts
2026-03-27 02:54:23 +00:00

6 lines
183 B
TypeScript

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