Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface CorrectionMemoryConfig

    interface CorrectionMemoryConfig {
        driftRegressionThreshold: number;
        driftThresholdRuns: number;
        lessonTtlDays: number;
        maxActiveLessons: number;
        maxInjectionsPerPack: number;
        minEffectivenessForLesson: number;
    }
    Index
    driftRegressionThreshold: number
    driftThresholdRuns: number
    lessonTtlDays: number
    maxActiveLessons: number
    maxInjectionsPerPack: number
    minEffectivenessForLesson: number