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

    Interface ArchitectureProfile

    interface ArchitectureProfile {
        agentCount: number;
        architectureId?: string;
        circuitBreakerCoverage: number;
        criticalPathRedundancy: number;
        fallbackCoverage: number;
        hasHumanCheckpoint: boolean;
        layerCount: number;
        observabilityCoverage: number;
        orchestrationDepth: number;
        pattern?:
            | "pipeline"
            | "workflow"
            | "single-agent"
            | "supervised-agent"
            | "multi-agent"
            | "event-driven";
        retryCoverage: number;
        singlePointOfFailureCount: number;
        toolingSurface: number;
        validationCoverage: number;
    }
    Index
    agentCount: number
    architectureId?: string
    circuitBreakerCoverage: number
    criticalPathRedundancy: number
    fallbackCoverage: number
    hasHumanCheckpoint: boolean
    layerCount: number
    observabilityCoverage: number
    orchestrationDepth: number
    pattern?:
        | "pipeline"
        | "workflow"
        | "single-agent"
        | "supervised-agent"
        | "multi-agent"
        | "event-driven"
    retryCoverage: number
    singlePointOfFailureCount: number
    toolingSurface: number
    validationCoverage: number