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

    Interface BehavioralProfilerConfig

    interface BehavioralProfilerConfig {
        anomalyThresholdSigma: number;
        enablePushAlerts: boolean;
        minEventsForProfile: number;
        trustDegradationThreshold: number;
        windowSizeMs: number;
    }
    Index
    anomalyThresholdSigma: number
    enablePushAlerts: boolean
    minEventsForProfile: number
    trustDegradationThreshold: number
    windowSizeMs: number