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

    Interface RunDebugCliOptions

    interface RunDebugCliOptions {
        agentId: string;
        color?: boolean;
        dimension?: string;
        eventType?: string;
        follow?: boolean;
        includeHistorical?: boolean;
        limit?: number;
        maxFollowIterations?: number;
        onAnomaly?: (anomaly: ObservabilityAnomaly) => void;
        onEvent?: (event: EvidenceDebugEvent) => void;
        pollIntervalMs?: number;
        questionId?: string;
        signal?: AbortSignal;
        workspace?: string;
    }

    Hierarchy

    Index
    agentId: string
    color?: boolean
    dimension?: string
    eventType?: string
    follow?: boolean
    includeHistorical?: boolean
    limit?: number
    maxFollowIterations?: number
    onAnomaly?: (anomaly: ObservabilityAnomaly) => void
    onEvent?: (event: EvidenceDebugEvent) => void
    pollIntervalMs?: number
    questionId?: string
    signal?: AbortSignal
    workspace?: string