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

    Interface RegulatoryMonitorConfig

    interface RegulatoryMonitorConfig {
        autoAnalyze: boolean;
        checkIntervalMs: number;
        feeds: RegulatoryFeed[];
        jurisdictions: string[];
        maxFeedFailures: number;
        notifyOnCritical: boolean;
    }
    Index
    autoAnalyze: boolean
    checkIntervalMs: number
    jurisdictions: string[]

    Jurisdictions to monitor

    maxFeedFailures: number

    Max consecutive failures before disabling a feed

    notifyOnCritical: boolean