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

    Interface ScoreSignalPoint

    interface ScoreSignalPoint {
        runId?: string;
        score: number;
        ts: number;
    }
    Index
    runId?: string
    score: number
    ts: number