Files
openclaw/packages/memory-host-sdk/src/runtime-files.ts
2026-03-27 04:12:04 +00:00

7 lines
331 B
TypeScript

// Focused runtime contract for memory file/backend access.
export { listMemoryFiles, normalizeExtraMemoryPaths } from "./host/internal.js";
export { readAgentMemoryFile } from "./host/read-file.js";
export { resolveMemoryBackendConfig } from "./host/backend-config.js";
export type { MemorySearchResult } from "./host/types.js";