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

    Interface HarnessConfig

    interface HarnessConfig {
        agentType: string;
        maxIterations: number;
        targetScore: number;
    }
    Index
    agentType: string
    maxIterations: number
    targetScore: number