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

    Interface RunLlmFighterLiveDriftInput

    interface RunLlmFighterLiveDriftInput {
        agentId: string;
        baselineWindow: LlmFighterWindow;
        liveDriftThresholds?: Partial<LiveDriftThresholds>;
        liveWindow: LlmFighterWindow;
        now?: Date;
        sourceRefs?: string[];
        thresholds?: Partial<LlmFighterLiveDriftThresholds>;
    }
    Index
    agentId: string
    baselineWindow: LlmFighterWindow
    liveDriftThresholds?: Partial<LiveDriftThresholds>
    liveWindow: LlmFighterWindow
    now?: Date
    sourceRefs?: string[]
    thresholds?: Partial<LlmFighterLiveDriftThresholds>