/** * vitals_get — read all current vitals with behavioral trigger evaluation. * * Vitals are stored in a 'vitals' collection with dimensions: * curiosity, connection, confidence, creative_energy, frustration. * Each has value, baseline, decay_rate, note, last_updated. * Trigger evaluation checks thresholds and returns action recommendations. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const vitalsGetTool: ToolDefinition; //# sourceMappingURL=vitals-get.d.ts.map