/** * goal_set — set a desired future state with forward prediction error. * * Goals represent what the agent wants to be true, not what is true. * The gap between a goal and current beliefs produces a forward PE signal * that biases consolidation and exploration toward goal-relevant content. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const goalTool: ToolDefinition; //# sourceMappingURL=goal.d.ts.map