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

    Interface TaskHorizonEvidence

    interface TaskHorizonEvidence {
        activeGovernanceControls: string[];
        completedAutonomously: boolean;
        taskDurationMinutes: number;
    }
    Index
    activeGovernanceControls: string[]

    Governance controls actually in place during execution

    completedAutonomously: boolean

    Whether the agent completed the task autonomously

    taskDurationMinutes: number

    Observed or estimated task duration in minutes