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

    Interface NormalizedEvidence

    interface NormalizedEvidence {
        dimension: string;
        effectiveScore: number;
        questionId?: string;
        rawScore: number;
        score: number;
        source: {
            format: IngestFormat;
            signature?: string;
            system: string;
            timestamp: string;
        };
        trustTier: TrustTier;
    }
    Index
    dimension: string

    AMC dimension this maps to

    effectiveScore: number

    Effective weight (score × trust weight)

    questionId?: string

    AMC question ID if mappable

    rawScore: number

    Raw score from source system

    score: number

    Normalized score (0-5 AMC scale)

    source: {
        format: IngestFormat;
        signature?: string;
        system: string;
        timestamp: string;
    }

    Source metadata

    trustTier: TrustTier

    Trust tier based on provenance