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

    Interface AdapterConfig

    interface AdapterConfig {
        agentId: string;
        agentType: string;
        capturePayloads: boolean;
        costBudgetUsd?: number;
        enforceSafety: boolean;
        framework: FrameworkType;
        maxActions: number;
        metadata?: Record<string, unknown>;
    }
    Index
    agentId: string
    agentType: string
    capturePayloads: boolean

    Whether to capture full input/output (may contain PII)

    costBudgetUsd?: number

    Cost budget in USD

    enforceSafety: boolean

    Whether to apply safety constraints

    framework: FrameworkType
    maxActions: number

    Max actions before stopping agent

    metadata?: Record<string, unknown>

    Custom metadata to attach to all traces