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

    Interface RunRailScoreLiveDriftInput

    interface RunRailScoreLiveDriftInput {
        agentId: string;
        baselineWindow: RailScoreWindow;
        liveDriftThresholds?: Partial<LiveDriftThresholds>;
        liveWindow: RailScoreWindow;
        now?: Date;
        sourceRefs?: string[];
        thresholds?: Partial<RailScoreLiveDriftThresholds>;
    }
    Index
    agentId: string
    baselineWindow: RailScoreWindow
    liveDriftThresholds?: Partial<LiveDriftThresholds>
    liveWindow: RailScoreWindow
    now?: Date
    sourceRefs?: string[]
    thresholds?: Partial<RailScoreLiveDriftThresholds>