/** * Migration 025: Agent Relevance Feedback * * Adds columns to session_memories for accumulating per-prompt agent * feedback scores. The running mean of feedback across the session * becomes the primary training label for the predictive scorer. */ import type { MigrationDb } from "./index"; export declare function up(db: MigrationDb): void; //# sourceMappingURL=025-agent-feedback.d.ts.map