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

    Interface RunLiveScoreBehaviorDriftInput

    interface RunLiveScoreBehaviorDriftInput {
        agentId: string;
        baselineWindow: LiveDriftWindow;
        liveWindow: LiveDriftWindow;
        now?: Date;
        sourceRefs?: string[];
        thresholds?: Partial<LiveDriftThresholds>;
    }
    Index
    agentId: string
    baselineWindow: LiveDriftWindow
    liveWindow: LiveDriftWindow
    now?: Date
    sourceRefs?: string[]
    thresholds?: Partial<LiveDriftThresholds>