/** * suggest_links — find potential links between a text and known concepts. * * Takes a text input, extracts candidate phrases, embeds them, and finds * matching concepts in the memory graph. Returns suggestions for links * that could strengthen the graph. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const suggestLinksTool: ToolDefinition; //# sourceMappingURL=suggest-links.d.ts.map