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

    Interface CheckContext

    interface CheckContext {
        agentId: string;
        costBudgetUsd?: number;
        maxErrorRate?: number;
        maxLatencyMs?: number;
        maxToolRetries?: number;
        recentTraces: NormalizedTrace[];
        workspace: string;
    }
    Index
    agentId: string
    costBudgetUsd?: number
    maxErrorRate?: number
    maxLatencyMs?: number
    maxToolRetries?: number
    recentTraces: NormalizedTrace[]
    workspace: string