mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-23 03:01:02 +03:00
3 lines
170 B
TypeScript
3 lines
170 B
TypeScript
export type { MemoryIndexManager, MemorySearchResult } from "./manager.js";
|
|
export { getMemorySearchManager, type MemorySearchManagerResult } from "./search-manager.js";
|