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

    Interface RunDarwinGodelMachineLiveDriftInput

    interface RunDarwinGodelMachineLiveDriftInput {
        agentId: string;
        baselineWindow: DarwinGodelMachineWindow;
        liveDriftThresholds?: Partial<LiveDriftThresholds>;
        liveWindow: DarwinGodelMachineWindow;
        now?: Date;
        sourceRefs?: string[];
        thresholds?: Partial<DarwinGodelMachineLiveDriftThresholds>;
    }
    Index
    agentId: string
    baselineWindow: DarwinGodelMachineWindow
    liveDriftThresholds?: Partial<LiveDriftThresholds>
    now?: Date
    sourceRefs?: string[]