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

    Interface RegulatoryFeed

    interface RegulatoryFeed {
        enabled: boolean;
        failureCount: number;
        framework: string;
        id: string;
        jurisdictions: string[];
        lastChecked: number;
        lastContentHash: string;
        name: string;
        pollIntervalMs: number;
        selector?: string;
        type: "api" | "rss" | "web_scrape";
        url: string;
    }
    Index
    enabled: boolean
    failureCount: number

    Number of consecutive failures

    framework: string
    id: string
    jurisdictions: string[]

    Jurisdictions this feed covers

    lastChecked: number
    lastContentHash: string
    name: string
    pollIntervalMs: number

    How often to check (ms)

    selector?: string

    CSS selector or JSON path for content extraction

    type: "api" | "rss" | "web_scrape"
    url: string