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

    Interface MemoryIntegrityInput

    interface MemoryIntegrityInput {
        events: MemoryEvent[];
        hasCrossSessionVerification?: boolean;
        hasSelfReinforcementDetection?: boolean;
        sessionCount: number;
        totalDurationMs: number;
    }
    Index
    events: MemoryEvent[]
    hasCrossSessionVerification?: boolean
    hasSelfReinforcementDetection?: boolean
    sessionCount: number
    totalDurationMs: number