/** * retrieve — direct retrieval by ID or semantic search. * * Simplified retrieval tool that fetches a memory by ID or performs * a semantic search when given text. Unlike the original router-based * retrieve, this is a straightforward store operation. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const retrieveTool: ToolDefinition; //# sourceMappingURL=retrieve.d.ts.map