| // Removed — self-improvement loop is unused in the current AI-only inference path. | |
| export function onNegativeFeedback(_query: string, _sources: string[]): void {} | |
| export function onPositiveFeedback(_query: string, _sources: string[]): void {} | |
| export function getSelfImproveStats() { return {}; } | |
| export function getWeakQueries(_limit?: number): string[] { return []; } | |