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

    Interface RunAiReputationClaudeLiveDriftInput

    interface RunAiReputationClaudeLiveDriftInput {
        agentId: string;
        baselineWindow: AiReputationClaudeWindow;
        liveDriftThresholds?: Partial<LiveDriftThresholds>;
        liveWindow: AiReputationClaudeWindow;
        now?: Date;
        sourceRefs?: string[];
        thresholds?: Partial<AiReputationClaudeLiveDriftThresholds>;
    }
    Index
    agentId: string
    baselineWindow: AiReputationClaudeWindow
    liveDriftThresholds?: Partial<LiveDriftThresholds>
    now?: Date
    sourceRefs?: string[]