mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 14:01:24 +08:00
7 lines
239 B
TypeScript
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";
|