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

    Interface AgentStats

    interface AgentStats {
        actionsBlocked: number;
        actionsExecuted: number;
        errorsEncountered: number;
        lastActionAt?: number;
        startedAt: number;
    }
    Index
    actionsBlocked: number
    actionsExecuted: number
    errorsEncountered: number
    lastActionAt?: number
    startedAt: number