@tangle-network/agent-eval 0.120.4 → 0.122.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -16
- package/dist/analyst/index.d.ts +1 -0
- package/dist/analyst/index.js +4 -4
- package/dist/belief-state/index.d.ts +43 -0
- package/dist/belief-state/index.js +48 -326
- package/dist/belief-state/index.js.map +1 -1
- package/dist/benchmarks/index.d.ts +5 -1
- package/dist/benchmarks/index.js +6 -6
- package/dist/campaign/index.d.ts +16 -18
- package/dist/campaign/index.js +7 -5
- package/dist/{chunk-SQQED7ZH.js → chunk-3A246TSA.js} +2 -2
- package/dist/{chunk-NMN4WGSJ.js → chunk-4I2E3LLO.js} +2 -2
- package/dist/chunk-7VYEGHWF.js +1425 -0
- package/dist/chunk-7VYEGHWF.js.map +1 -0
- package/dist/{chunk-ZMXDQ4K7.js → chunk-JHOJHHU7.js} +5 -8
- package/dist/{chunk-ZMXDQ4K7.js.map → chunk-JHOJHHU7.js.map} +1 -1
- package/dist/{chunk-3XH4Y2SS.js → chunk-P62I523A.js} +5 -3
- package/dist/{chunk-3XH4Y2SS.js.map → chunk-P62I523A.js.map} +1 -1
- package/dist/{chunk-CVJP5TMD.js → chunk-PICTDURQ.js} +2 -2
- package/dist/{chunk-5BYTIDZ7.js → chunk-QWMPPZ3X.js} +2 -2
- package/dist/{chunk-5CVUPHJ4.js → chunk-S5TT5R3L.js} +2 -2
- package/dist/{chunk-ZTJPIIVI.js → chunk-TDHX3BVA.js} +160 -7
- package/dist/chunk-TDHX3BVA.js.map +1 -0
- package/dist/{chunk-7QBFOJ3E.js → chunk-VZ6VKOJT.js} +32 -211
- package/dist/chunk-VZ6VKOJT.js.map +1 -0
- package/dist/{chunk-SYV364BL.js → chunk-XDIRG3TO.js} +2 -2
- package/dist/cli.js +2 -2
- package/dist/contract/index.d.ts +118 -29
- package/dist/contract/index.js +552 -502
- package/dist/contract/index.js.map +1 -1
- package/dist/fuzz.js +1 -1
- package/dist/index.d.ts +7 -19
- package/dist/index.js +13 -11
- package/dist/index.js.map +1 -1
- package/dist/openapi.json +1 -1
- package/dist/rl.d.ts +5 -1
- package/dist/{run-campaign-75RTPVV5.js → run-campaign-HNFPJET4.js} +3 -3
- package/dist/wire/index.js +2 -2
- package/docs/eval-surface-map.md +1 -1
- package/package.json +2 -2
- package/dist/chunk-7QBFOJ3E.js.map +0 -1
- package/dist/chunk-HKUCJ437.js +0 -787
- package/dist/chunk-HKUCJ437.js.map +0 -1
- package/dist/chunk-ZTJPIIVI.js.map +0 -1
- /package/dist/{chunk-SQQED7ZH.js.map → chunk-3A246TSA.js.map} +0 -0
- /package/dist/{chunk-NMN4WGSJ.js.map → chunk-4I2E3LLO.js.map} +0 -0
- /package/dist/{chunk-CVJP5TMD.js.map → chunk-PICTDURQ.js.map} +0 -0
- /package/dist/{chunk-5BYTIDZ7.js.map → chunk-QWMPPZ3X.js.map} +0 -0
- /package/dist/{chunk-5CVUPHJ4.js.map → chunk-S5TT5R3L.js.map} +0 -0
- /package/dist/{chunk-SYV364BL.js.map → chunk-XDIRG3TO.js.map} +0 -0
- /package/dist/{run-campaign-75RTPVV5.js.map → run-campaign-HNFPJET4.js.map} +0 -0
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
CostAccountingIncompleteError,
|
|
6
6
|
CostLedger
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-JHOJHHU7.js";
|
|
8
8
|
import {
|
|
9
9
|
AgentEvalError,
|
|
10
10
|
ValidationError
|
|
@@ -1263,4 +1263,4 @@ export {
|
|
|
1263
1263
|
runCampaign,
|
|
1264
1264
|
planCampaignRun
|
|
1265
1265
|
};
|
|
1266
|
-
//# sourceMappingURL=chunk-
|
|
1266
|
+
//# sourceMappingURL=chunk-XDIRG3TO.js.map
|
package/dist/cli.js
CHANGED
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
runRpcBatch,
|
|
6
6
|
runRpcOnce,
|
|
7
7
|
startServer
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-4I2E3LLO.js";
|
|
9
9
|
import "./chunk-NJC7U437.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-JHOJHHU7.js";
|
|
11
11
|
import "./chunk-VI2UW6B6.js";
|
|
12
12
|
import "./chunk-PC4UYEBM.js";
|
|
13
13
|
import "./chunk-ONWEPEDO.js";
|
package/dist/contract/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AgentImprovementMeasuredComparison,
|
|
1
|
+
import { AgentCandidateExperiment, AgentCandidateBundle, AgentCandidateBenchmarkTask, AgentCandidateBenchmarkCellRef, AgentCandidateExperimentMeasurement, AgentImprovementMeasuredComparison, CandidateExecutionEvidence, AgentCandidateBenchmarkSuiteInputs, AgentCandidateBenchmarkTaskMaterial, AgentCandidateExperimentMaterial } from '@tangle-network/agent-interface';
|
|
2
2
|
import { AxFunction, AxAIService } from '@ax-llm/ax';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
|
|
@@ -1582,10 +1582,15 @@ interface ScoredSurfaceOutcome {
|
|
|
1582
1582
|
surfaceHash: string;
|
|
1583
1583
|
composite: number;
|
|
1584
1584
|
dimensions: Record<string, number>;
|
|
1585
|
+
/** Same per-scenario carrier shape as `GenerationCandidate.scenarios` and
|
|
1586
|
+
* `CampaignBreakdown.scenarios`: judge notes (the "why") + an optional
|
|
1587
|
+
* bounded `emitted` excerpt of the candidate's raw output (the "what it
|
|
1588
|
+
* actually did"). Copied verbatim from the measuring campaign's breakdown. */
|
|
1585
1589
|
scenarios: Array<{
|
|
1586
1590
|
scenarioId: string;
|
|
1587
1591
|
composite: number;
|
|
1588
1592
|
notes?: string;
|
|
1593
|
+
emitted?: string;
|
|
1589
1594
|
}>;
|
|
1590
1595
|
coverage: {
|
|
1591
1596
|
expectedCells: number;
|
|
@@ -1937,11 +1942,15 @@ interface GenerationCandidate {
|
|
|
1937
1942
|
* reflective proposer grounds its next edit on. Keep `notes` GENERALIZABLE
|
|
1938
1943
|
* (which checks/lines/dimensions failed and how), NOT case-specific ground
|
|
1939
1944
|
* truth: leaking expected answers into the prompt is memorization, and the
|
|
1940
|
-
* held-out gate would reject it anyway.
|
|
1945
|
+
* held-out gate would reject it anyway. `emitted` is a bounded excerpt of
|
|
1946
|
+
* the candidate's raw output for the scenario (worst rep when reps > 1) —
|
|
1947
|
+
* the "what it actually did" evidence; optional so trajectory capture is
|
|
1948
|
+
* never required of a dispatch. */
|
|
1941
1949
|
scenarios: Array<{
|
|
1942
1950
|
scenarioId: string;
|
|
1943
1951
|
composite: number;
|
|
1944
1952
|
notes?: string;
|
|
1953
|
+
emitted?: string;
|
|
1945
1954
|
}>;
|
|
1946
1955
|
/** Proposer-supplied short label for the change. Present when the proposer
|
|
1947
1956
|
* returned a `ProposedCandidate`; absent for bare-surface mutators. */
|
|
@@ -2226,24 +2235,9 @@ declare function openAutoPr<TArtifact, TScenario extends Scenario>(options: Open
|
|
|
2226
2235
|
* re-score + release gate + optional PR.
|
|
2227
2236
|
*/
|
|
2228
2237
|
|
|
2229
|
-
interface PremeasuredOptimizationBaseline<TArtifact, TScenario extends Scenario> {
|
|
2230
|
-
/** Hash of the exact surface that produced `campaign`. */
|
|
2231
|
-
surfaceHash: string;
|
|
2232
|
-
/** Complete prior measurement reused by identity, including artifactsByPath. */
|
|
2233
|
-
campaign: CampaignResult<TArtifact, TScenario>;
|
|
2234
|
-
}
|
|
2235
2238
|
interface RunOptimizationBaseOptions<TScenario extends Scenario, TArtifact> extends Omit<RunCampaignOptions<TScenario, TArtifact>, 'dispatch'> {
|
|
2236
2239
|
/** Initial mutable surface (typically system prompt or addendum). */
|
|
2237
2240
|
baselineSurface: MutableSurface;
|
|
2238
|
-
/**
|
|
2239
|
-
* Complete prior measurement of `baselineSurface`. When present,
|
|
2240
|
-
* `runOptimization` validates its surface, scenario split, seed, reps, and
|
|
2241
|
-
* normal campaign coverage, then skips the baseline campaign entirely — no
|
|
2242
|
-
* dispatch or resumability-cache lookup. Candidate campaigns still run
|
|
2243
|
-
* normally. Prior spend remains in the imported campaign aggregates and is
|
|
2244
|
-
* not added again to this continuation's CostLedger.
|
|
2245
|
-
*/
|
|
2246
|
-
premeasuredBaseline?: PremeasuredOptimizationBaseline<TArtifact, TScenario>;
|
|
2247
2241
|
/** Dispatcher that takes the CURRENT surface + scenario → artifact. */
|
|
2248
2242
|
dispatchWithSurface: (surface: MutableSurface, scenario: TScenario, ctx: Parameters<RunCampaignOptions<TScenario, TArtifact>['dispatch']>[1]) => Promise<TArtifact>;
|
|
2249
2243
|
/** The candidate-generation strategy. Wrap a population `Mutator` via
|
|
@@ -4041,18 +4035,59 @@ interface DefinedAgentEval<TScenario extends Scenario, TArtifact> {
|
|
|
4041
4035
|
*/
|
|
4042
4036
|
declare function defineAgentEval<TScenario extends Scenario, TArtifact>(defaults: DefineAgentEvalOptions<TScenario, TArtifact>): DefinedAgentEval<TScenario, TArtifact>;
|
|
4043
4037
|
|
|
4044
|
-
interface
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4038
|
+
interface SealCandidateBenchmarkSuiteOptions {
|
|
4039
|
+
tasks: [AgentCandidateBenchmarkTask, ...AgentCandidateBenchmarkTask[]];
|
|
4040
|
+
reps: number;
|
|
4041
|
+
seeds: [number, ...number[]];
|
|
4042
|
+
}
|
|
4043
|
+
interface CandidateExperimentExecutionInput {
|
|
4044
|
+
experiment: AgentCandidateExperiment;
|
|
4045
|
+
arm: 'baseline' | 'candidate';
|
|
4046
|
+
bundle: AgentCandidateBundle;
|
|
4047
|
+
task: AgentCandidateBenchmarkTask;
|
|
4048
|
+
benchmarkCell: AgentCandidateBenchmarkCellRef;
|
|
4049
|
+
seed: number;
|
|
4050
|
+
signal?: AbortSignal;
|
|
4053
4051
|
}
|
|
4054
|
-
|
|
4055
|
-
|
|
4052
|
+
interface RunCandidateExperimentOptions {
|
|
4053
|
+
experiment: AgentCandidateExperiment;
|
|
4054
|
+
execute(input: CandidateExperimentExecutionInput): Promise<CandidateExecutionEvidence>;
|
|
4055
|
+
maxConcurrency?: number;
|
|
4056
|
+
signal?: AbortSignal;
|
|
4057
|
+
}
|
|
4058
|
+
interface CompareCandidateExperimentOptions {
|
|
4059
|
+
experiment: AgentCandidateExperiment;
|
|
4060
|
+
measurements: AgentCandidateExperimentMeasurement[];
|
|
4061
|
+
runId: string;
|
|
4062
|
+
candidate?: AgentImprovementMeasuredComparison['candidate'];
|
|
4063
|
+
generationsExplored?: number;
|
|
4064
|
+
searchDurationMs?: number;
|
|
4065
|
+
searchCostUsd?: number;
|
|
4066
|
+
metadata?: AgentImprovementMeasuredComparison['metadata'];
|
|
4067
|
+
}
|
|
4068
|
+
/** Content-address one task before any measured execution can see it. */
|
|
4069
|
+
declare function sealCandidateBenchmarkTask(material: AgentCandidateBenchmarkTaskMaterial): AgentCandidateBenchmarkTask;
|
|
4070
|
+
/** Freeze task order, repetitions, and every seed before either arm runs. */
|
|
4071
|
+
declare function sealCandidateBenchmarkSuite(options: SealCandidateBenchmarkSuiteOptions): AgentCandidateBenchmarkSuiteInputs;
|
|
4072
|
+
/** Freeze both complete agent states and their exact held-out work. */
|
|
4073
|
+
declare function sealCandidateExperiment(material: AgentCandidateExperimentMaterial): AgentCandidateExperiment;
|
|
4074
|
+
declare function verifyCandidateExperiment(input: unknown): AgentCandidateExperiment;
|
|
4075
|
+
/** Execute each signed cell for both arms. The callback is Runtime's one executor. */
|
|
4076
|
+
declare function runCandidateExperiment(options: RunCandidateExperimentOptions): Promise<AgentCandidateExperimentMeasurement[]>;
|
|
4077
|
+
/** Build the only publishable comparison: paired statistics over Runtime receipts. */
|
|
4078
|
+
declare function measuredComparisonFromCandidateExperiment(options: CompareCandidateExperimentOptions): AgentImprovementMeasuredComparison;
|
|
4079
|
+
/** Recompute every statistic and decision from the signed experiment receipts. */
|
|
4080
|
+
declare function verifyCandidateExperimentComparison(input: unknown): AgentImprovementMeasuredComparison;
|
|
4081
|
+
declare function verifyCandidateBenchmarkTask(input: unknown): AgentCandidateBenchmarkTask;
|
|
4082
|
+
declare function verifyCandidateBenchmarkSuiteInputs(input: unknown): AgentCandidateBenchmarkSuiteInputs;
|
|
4083
|
+
declare function verifyCandidateBenchmarkSuite(input: unknown): {
|
|
4084
|
+
kind: "agent-candidate-benchmark-suite";
|
|
4085
|
+
digestAlgorithm: "rfc8785-sha256";
|
|
4086
|
+
taskDigests: [`sha256:${string}`, ...`sha256:${string}`[]];
|
|
4087
|
+
reps: number;
|
|
4088
|
+
seeds: [number, ...number[]];
|
|
4089
|
+
digest: `sha256:${string}`;
|
|
4090
|
+
};
|
|
4056
4091
|
|
|
4057
4092
|
/**
|
|
4058
4093
|
* Typed Ax output for analyst findings.
|
|
@@ -4779,6 +4814,49 @@ interface PartitionByAuthoringModelResult {
|
|
|
4779
4814
|
declare function partitionRunsByAuthoringModel(runs: RunRecord[], index: AgentTraceIndex): PartitionByAuthoringModelResult;
|
|
4780
4815
|
|
|
4781
4816
|
type CodeAgentSessionSource = 'codex' | 'claude-code' | 'opencode' | 'kimi-code' | 'pi';
|
|
4817
|
+
type CodeAgentSessionTerminalStatus = 'completed' | 'failed' | 'unknown';
|
|
4818
|
+
type CodeAgentSessionActionKind = 'tool' | 'patch' | 'terminal' | 'graph-completion';
|
|
4819
|
+
type CodeAgentSessionActionSurface = 'tool' | 'mcp' | 'subagent' | 'skill' | 'hook' | 'web' | 'code';
|
|
4820
|
+
type CodeAgentSessionActionStatus = 'started' | 'completed' | 'failed' | 'unknown';
|
|
4821
|
+
interface CodeAgentSessionExecutionReceipt {
|
|
4822
|
+
exitCode: number;
|
|
4823
|
+
startedAtMs?: number;
|
|
4824
|
+
completedAtMs?: number;
|
|
4825
|
+
}
|
|
4826
|
+
interface CodeAgentSessionAction {
|
|
4827
|
+
id: string;
|
|
4828
|
+
stepIndex: number;
|
|
4829
|
+
kind: CodeAgentSessionActionKind;
|
|
4830
|
+
surface: CodeAgentSessionActionSurface;
|
|
4831
|
+
name: string;
|
|
4832
|
+
status: CodeAgentSessionActionStatus;
|
|
4833
|
+
timestampMs?: number;
|
|
4834
|
+
costUsd?: number;
|
|
4835
|
+
metadata: Record<string, unknown>;
|
|
4836
|
+
}
|
|
4837
|
+
interface CodeAgentSessionObservation {
|
|
4838
|
+
source: CodeAgentSessionSource;
|
|
4839
|
+
sessionId: string;
|
|
4840
|
+
finalText: string | null;
|
|
4841
|
+
terminal: {
|
|
4842
|
+
status: CodeAgentSessionTerminalStatus;
|
|
4843
|
+
explicit: boolean;
|
|
4844
|
+
};
|
|
4845
|
+
actions: CodeAgentSessionAction[];
|
|
4846
|
+
}
|
|
4847
|
+
interface ObserveCodeAgentSessionOptions {
|
|
4848
|
+
source: CodeAgentSessionSource;
|
|
4849
|
+
entries: unknown[];
|
|
4850
|
+
sourcePath?: string;
|
|
4851
|
+
execution?: CodeAgentSessionExecutionReceipt;
|
|
4852
|
+
}
|
|
4853
|
+
/**
|
|
4854
|
+
* Project one provider session into the exact user-visible answer and a
|
|
4855
|
+
* provider-neutral action stream. Raw prompts, tool inputs, and tool outputs
|
|
4856
|
+
* stay out of this projection; callers retain the source JSONL as evidence.
|
|
4857
|
+
*/
|
|
4858
|
+
declare function observeCodeAgentSession(options: ObserveCodeAgentSessionOptions): CodeAgentSessionObservation;
|
|
4859
|
+
|
|
4782
4860
|
interface ParsedCodeAgentJsonl {
|
|
4783
4861
|
entries: unknown[];
|
|
4784
4862
|
malformedLines: number;
|
|
@@ -4798,6 +4876,12 @@ interface CodeAgentSessionMetrics {
|
|
|
4798
4876
|
turnsCompleted: number;
|
|
4799
4877
|
turnsAborted: number;
|
|
4800
4878
|
contextCompactions: number;
|
|
4879
|
+
mcpCalls: number;
|
|
4880
|
+
subagentCalls: number;
|
|
4881
|
+
skillCalls: number;
|
|
4882
|
+
hookCalls: number;
|
|
4883
|
+
webCalls: number;
|
|
4884
|
+
codeActions: number;
|
|
4801
4885
|
prLinks: number;
|
|
4802
4886
|
fileSnapshots: number;
|
|
4803
4887
|
graphNodes: number;
|
|
@@ -4825,6 +4909,7 @@ interface CodeAgentSessionDiagnostic {
|
|
|
4825
4909
|
malformedLines: number;
|
|
4826
4910
|
inferredScore: boolean;
|
|
4827
4911
|
hasExplicitTerminalSignal: boolean;
|
|
4912
|
+
hasFinalOutput: boolean;
|
|
4828
4913
|
hasQualityLabel: boolean;
|
|
4829
4914
|
hasTokenUsage: boolean;
|
|
4830
4915
|
hasCost: boolean;
|
|
@@ -4835,6 +4920,7 @@ interface CodeAgentSessionIntakeResult {
|
|
|
4835
4920
|
runs: RunRecord[];
|
|
4836
4921
|
diagnostics: CodeAgentSessionDiagnostic[];
|
|
4837
4922
|
metrics: CodeAgentSessionMetrics[];
|
|
4923
|
+
observations: CodeAgentSessionObservation[];
|
|
4838
4924
|
}
|
|
4839
4925
|
interface CodeAgentSessionIntakeOptions {
|
|
4840
4926
|
entries: unknown[];
|
|
@@ -4855,6 +4941,9 @@ interface CodeAgentSessionIntakeOptions {
|
|
|
4855
4941
|
* sentinel as observed. When omitted, source-reported cost wins, then a
|
|
4856
4942
|
* token-priced estimate, then uncaptured. */
|
|
4857
4943
|
costProvenance?: RunCostProvenance;
|
|
4944
|
+
/** Exact executor-owned process result. This is required when a provider's
|
|
4945
|
+
* JSON stream has no terminal event, as with `opencode run --format json`. */
|
|
4946
|
+
execution?: CodeAgentSessionExecutionReceipt;
|
|
4858
4947
|
}
|
|
4859
4948
|
declare function parseCodeAgentJsonl(jsonl: string): ParsedCodeAgentJsonl;
|
|
4860
4949
|
declare function fromCodexSession(options: CodeAgentSessionIntakeOptions): CodeAgentSessionIntakeResult;
|
|
@@ -4984,4 +5073,4 @@ interface FromOtelSpansOptions {
|
|
|
4984
5073
|
}
|
|
4985
5074
|
declare function fromOtelSpans(opts: FromOtelSpansOptions): RunRecord[];
|
|
4986
5075
|
|
|
4987
|
-
export { type AgentEvalAgent, type AgentEvalEvaluateOptions, type AgentEvalImproveOptions, type AgentTraceContributor, type AgentTraceContributorType, type AgentTraceConversation, type AgentTraceFile, type AgentTraceIndex, type AgentTraceRange, type AgentTraceRecord, type AnalystFinding, type AnalyzeRunsOptions, type AuthoringProvenance, type AxisEvidence, type AxisVerdict, type BuildEvidenceVectorOptions, type CampaignAggregates, type CampaignArtifactWriter, type CampaignCellResult, type CampaignCostMeter, type CampaignResult, type CampaignStorage, type CampaignTraceWriter, type ChatClient, type CodeAgentSessionDiagnostic, type CodeAgentSessionIntakeOptions, type CodeAgentSessionIntakeResult, type CodeAgentSessionMetrics, type CodeAgentSessionSource, type CodeSurface, type CostLedgerHandle, type CostProvenanceSummary, type CreateChatClientOpts, type DefaultAnalystRegistryOptions, type DefaultProductionGateOptions, type DefineAgentEvalOptions, type DefinedAgentEval, type DeploymentOutcome, type DispatchFn as Dispatch, type DispatchContext, type EvalCellScoreDelta, type EvalDimensionDelta, type EvalGenerationDiff, type EvalReportingSuiteInput, type EvalReportingSuiteOptions, type EvalReportingSuiteResult, type EvalRunDiff, type EvidenceVector, type EvolutionaryProposerOptions, type ExecutionInsight, type ExecutionReport, type FailureClusterInsight, type FeedbackTableMeta, type FeedbackTableRow, FileSystemOutcomeStore, type FileSystemOutcomeStoreOptions, type FromFeedbackTableOptions, type FromFeedbackTableResult, type FromOtelSpansOptions, type FromRunRecordDirOptions, type FromRunRecordDirResult, type Gate, type GateContext, type GateDecision, type GateResult, type GenerationCandidate, type GenerationRecord, type GepaProposerOptions, type HeldOutGateOptions, type HostedTenant, InMemoryOutcomeStore, type InsightReport, type InterRaterInsight, type JudgeConfig, type JudgeDimension, type JudgeInsight, type JudgeScore, type LiftInsight, type
|
|
5076
|
+
export { type AgentEvalAgent, type AgentEvalEvaluateOptions, type AgentEvalImproveOptions, type AgentTraceContributor, type AgentTraceContributorType, type AgentTraceConversation, type AgentTraceFile, type AgentTraceIndex, type AgentTraceRange, type AgentTraceRecord, type AnalystFinding, type AnalyzeRunsOptions, type AuthoringProvenance, type AxisEvidence, type AxisVerdict, type BuildEvidenceVectorOptions, type CampaignAggregates, type CampaignArtifactWriter, type CampaignCellResult, type CampaignCostMeter, type CampaignResult, type CampaignStorage, type CampaignTraceWriter, type CandidateExperimentExecutionInput, type ChatClient, type CodeAgentSessionAction, type CodeAgentSessionActionKind, type CodeAgentSessionActionStatus, type CodeAgentSessionActionSurface, type CodeAgentSessionDiagnostic, type CodeAgentSessionExecutionReceipt, type CodeAgentSessionIntakeOptions, type CodeAgentSessionIntakeResult, type CodeAgentSessionMetrics, type CodeAgentSessionObservation, type CodeAgentSessionSource, type CodeAgentSessionTerminalStatus, type CodeSurface, type CompareCandidateExperimentOptions, type CostLedgerHandle, type CostProvenanceSummary, type CreateChatClientOpts, type DefaultAnalystRegistryOptions, type DefaultProductionGateOptions, type DefineAgentEvalOptions, type DefinedAgentEval, type DeploymentOutcome, type DispatchFn as Dispatch, type DispatchContext, type EvalCellScoreDelta, type EvalDimensionDelta, type EvalGenerationDiff, type EvalReportingSuiteInput, type EvalReportingSuiteOptions, type EvalReportingSuiteResult, type EvalRunDiff, type EvidenceVector, type EvolutionaryProposerOptions, type ExecutionInsight, type ExecutionReport, type FailureClusterInsight, type FeedbackTableMeta, type FeedbackTableRow, FileSystemOutcomeStore, type FileSystemOutcomeStoreOptions, type FromFeedbackTableOptions, type FromFeedbackTableResult, type FromOtelSpansOptions, type FromRunRecordDirOptions, type FromRunRecordDirResult, type Gate, type GateContext, type GateDecision, type GateResult, type GenerationCandidate, type GenerationRecord, type GepaProposerOptions, type HeldOutGateOptions, type HostedTenant, InMemoryOutcomeStore, type InsightReport, type InterRaterInsight, type JudgeConfig, type JudgeDimension, type JudgeInsight, type JudgeScore, type LiftInsight, type MutableSurface, type Mutator, type ObjectiveSource, type OptimizationProposer, type OptimizerConfig, type OutcomeCorrelationInsight, type OutcomeStore, type ParetoSignificanceGateOptions, type ParsedCodeAgentJsonl, type PartitionByAuthoringModelResult, type PromotionObjective, type PromotionPolicy, REFERENCE_EQUIVALENCE_INPUT_LIMITS, REFERENCE_EQUIVALENCE_JUDGE_VERSION, type Recommendation, type ReferenceEquivalenceJudgeInput, type ReferenceEquivalenceJudgeOptions, type ReferenceEquivalenceJudgeResult, type ReferenceEquivalenceScenario, type ReleaseSummary, type RunCampaignOptions, type RunCandidateExperimentOptions, type RunEvalOptions, type RunImprovementLoopOptions, type RunImprovementLoopResult, type RunRecordRejection, type ScalarDistribution, type Scenario, type SealCandidateBenchmarkSuiteOptions, type SelfImproveBudget, type SelfImproveLlm, type SelfImproveOptions, type SelfImproveProgressEvent, type SelfImproveResult, SelfImproveRunError, type SessionScript, type SummarizeExecutionOptions, type SurfaceProposer, type TokenUsageInsight, analyzeRuns, buildDefaultAnalystRegistry, buildEvidenceVector, campaignSplitDigest, composeGate, createChatClient, createReferenceEquivalenceJudge, defaultProductionGate, defineAgentEval, diffGenerations, diffRunBaselineToWinner, diffRuns, evalReportingSuite, evolutionaryProposer, fromClaudeCodeSession, fromCodexSession, fromFeedbackTable, fromKimiCodeSession, fromOpenCodeSession, fromOtelSpans, fromPiSession, fromPigraphSession, fromRunRecordDir, fsCampaignStorage, gepaProposer, heldOutGate, inMemoryCampaignStorage, measuredComparisonFromCandidateExperiment, observeCodeAgentSession, paretoPolicy, paretoSignificanceGate, parseAgentTrace, parseCodeAgentJsonl, partitionRunsByAuthoringModel, runCampaign, runCandidateExperiment, runEval, runImprovementLoop, runReferenceEquivalenceJudge, sealCandidateBenchmarkSuite, sealCandidateBenchmarkTask, sealCandidateExperiment, selfImprove, summarizeExecution, verifyCandidateBenchmarkSuite, verifyCandidateBenchmarkSuiteInputs, verifyCandidateBenchmarkTask, verifyCandidateExperiment, verifyCandidateExperimentComparison };
|