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

    Interface TaskHorizonResult

    interface TaskHorizonResult {
        band: TaskHorizonBand;
        gaps: string[];
        governanceSufficient: boolean;
        level: MaturityLevel;
        missingGovernance: string[];
        recommendations: string[];
        riskLabel: "low" | "high" | "critical" | "medium";
        score: number;
    }
    Index

    The band this agent falls into

    gaps: string[]
    governanceSufficient: boolean

    Whether governance is sufficient for the observed horizon

    Horizon level the agent operates at (L0-L5)

    missingGovernance: string[]

    Governance controls required but missing

    recommendations: string[]
    riskLabel: "low" | "high" | "critical" | "medium"

    Risk assessment

    score: number

    Numeric score 0-100