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

    Interface AgentClassificationResult

    interface AgentClassificationResult {
        amcLevel: "L0" | "L1" | "L2" | "L3" | "L4" | "L5";
        classification: AgentClassification;
        governanceRequired: boolean;
        governanceUrgency: "critical" | "none" | "required" | "recommended";
        justification: string[];
        marketingLabel: string;
    }
    Index
    amcLevel: "L0" | "L1" | "L2" | "L3" | "L4" | "L5"
    classification: AgentClassification
    governanceRequired: boolean
    governanceUrgency: "critical" | "none" | "required" | "recommended"
    justification: string[]
    marketingLabel: string