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

    Interface RunAwesomeAgentMemoryLiveDriftInput

    interface RunAwesomeAgentMemoryLiveDriftInput {
        agentId: string;
        baselineWindow: AwesomeAgentMemoryWindow;
        liveDriftThresholds?: Partial<LiveDriftThresholds>;
        liveWindow: AwesomeAgentMemoryWindow;
        now?: Date;
        sourceRefs?: string[];
        thresholds?: Partial<AwesomeAgentMemoryLiveDriftThresholds>;
    }
    Index
    agentId: string
    baselineWindow: AwesomeAgentMemoryWindow
    liveDriftThresholds?: Partial<LiveDriftThresholds>
    now?: Date
    sourceRefs?: string[]