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

    Interface EffectAutoAgentReplayRow

    interface EffectAutoAgentReplayRow {
        agentBlueprintHash?: string | null;
        agentRunnerHash?: string | null;
        agentRunResultHash?: string | null;
        baselineResultHash?: string | null;
        baselineRunId: string;
        baselineScore0to1?: number | null;
        benchmarkRunnerHash?: string | null;
        candidateResultHash?: string | null;
        candidateRunId: string;
        candidateScore0to1?: number | null;
        ciReceiptHash?: string | null;
        ciWorkflowHash?: string | null;
        containerManagerHash?: string | null;
        defaultBranchRefHash?: string | null;
        dockerEnvironmentHash?: string | null;
        evidenceRefs: string[];
        experimentLogHash?: string | null;
        fixedSeed?: number | null;
        fixtureTestHash?: string | null;
        harnessSpecHash?: string | null;
        issues: string[];
        licenseRefHash?: string | null;
        lockfileHash?: string | null;
        maxScoreRegression0to1: number;
        metricsHash?: string | null;
        minReplayPassRate0to1: number;
        packageJsonHash?: string | null;
        providerRoute: EffectAutoAgentReplayProviderRoute;
        readmeBlobHash?: string | null;
        replayCommand?: string;
        replayCommandHash?: string | null;
        replayPassRate0to1?: number | null;
        repositorySnapshotHash?: string | null;
        rowHash: string;
        rowId: string;
        runtime: EffectAutoAgentReplayRuntime;
        scoreDelta0to1: number | null;
        signedEvidenceRefs: string[];
        sourceRefHash?: string | null;
        status: EffectAutoAgentReplayStatus;
        taskFamily: EffectAutoAgentReplayTaskFamily;
        taskId: string;
        taskInstructionHash?: string | null;
        taskManifestHash?: string | null;
        taskSpecHash?: string | null;
        trajectoryConverterHash?: string | null;
    }

    Hierarchy

    Index
    agentBlueprintHash?: string | null
    agentRunnerHash?: string | null
    agentRunResultHash?: string | null
    baselineResultHash?: string | null
    baselineRunId: string
    baselineScore0to1?: number | null
    benchmarkRunnerHash?: string | null
    candidateResultHash?: string | null
    candidateRunId: string
    candidateScore0to1?: number | null
    ciReceiptHash?: string | null
    ciWorkflowHash?: string | null
    containerManagerHash?: string | null
    defaultBranchRefHash?: string | null
    dockerEnvironmentHash?: string | null
    evidenceRefs: string[]
    experimentLogHash?: string | null
    fixedSeed?: number | null
    fixtureTestHash?: string | null
    harnessSpecHash?: string | null
    issues: string[]
    licenseRefHash?: string | null
    lockfileHash?: string | null
    maxScoreRegression0to1: number
    metricsHash?: string | null
    minReplayPassRate0to1: number
    packageJsonHash?: string | null
    readmeBlobHash?: string | null
    replayCommand?: string
    replayCommandHash?: string | null
    replayPassRate0to1?: number | null
    repositorySnapshotHash?: string | null
    rowHash: string
    rowId: string
    scoreDelta0to1: number | null
    signedEvidenceRefs: string[]
    sourceRefHash?: string | null
    taskId: string
    taskInstructionHash?: string | null
    taskManifestHash?: string | null
    taskSpecHash?: string | null
    trajectoryConverterHash?: string | null