/** * wander — information-gain-weighted walk through memories. * * Prefers under-explored, uncertain, goal-adjacent, and stale nodes * while preserving serendipity. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const wanderTool: ToolDefinition; //# sourceMappingURL=wander.d.ts.map