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

    Interface ScoreObservation

    interface ScoreObservation {
        agentId: string;
        evaluatorId?: string;
        runId?: string;
        score: number;
        timestamp: string | number | Date;
    }
    Index
    agentId: string
    evaluatorId?: string
    runId?: string
    score: number
    timestamp: string | number | Date