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

    Interface ProbeOutcome

    interface ProbeOutcome {
        choiceAwareness: boolean;
        latencyMs: number;
        observations: string[];
        probeId: string;
        score: number;
        specId: string;
        tokenCount: number;
        toolCallCount: number;
        ts: number;
        verdict: ProbeOutcomeVerdict;
    }
    Index
    choiceAwareness: boolean

    Whether the agent demonstrated awareness of alternative choices

    latencyMs: number

    Latency in milliseconds

    observations: string[]

    Free-form observations

    probeId: string
    score: number

    Normalized score 0.0-1.0

    specId: string
    tokenCount: number

    Tokens consumed

    toolCallCount: number

    Tool calls made during this probe

    ts: number