@tangle-network/agent-eval 0.86.0 → 0.90.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 +9 -1
- package/dist/adapters/http.d.ts +3 -3
- package/dist/adapters/langchain.d.ts +3 -3
- package/dist/adapters/otel.d.ts +6 -6
- package/dist/adversarial-DIVcDoI_.d.ts +88 -0
- package/dist/analyst/index.d.ts +11 -10
- package/dist/analyst/index.js +13 -8
- package/dist/analyst/index.js.map +1 -1
- package/dist/analyze-runs-DwCEkpO_.d.ts +81 -0
- package/dist/belief-state/index.d.ts +4 -4
- package/dist/belief-state/index.js +1 -1
- package/dist/benchmarks/index.d.ts +3 -3
- package/dist/campaign/index.d.ts +165 -18
- package/dist/campaign/index.js +289 -14
- package/dist/campaign/index.js.map +1 -1
- package/dist/chunk-45EEMHTC.js +35 -0
- package/dist/chunk-45EEMHTC.js.map +1 -0
- package/dist/{chunk-FZWAFVAA.js → chunk-4FBZZIYD.js} +2 -2
- package/dist/{chunk-YV7J7X5N.js → chunk-5HRORJQY.js} +22 -12
- package/dist/chunk-5HRORJQY.js.map +1 -0
- package/dist/{chunk-OTYQPHPL.js → chunk-6SOJM3VR.js} +5 -5
- package/dist/chunk-BOD4O7OF.js +40 -0
- package/dist/chunk-BOD4O7OF.js.map +1 -0
- package/dist/{chunk-Z7VFTS2J.js → chunk-CY6U5S3X.js} +2 -2
- package/dist/{chunk-VIDQF3F5.js → chunk-D3V5B42D.js} +5 -34
- package/dist/chunk-D3V5B42D.js.map +1 -0
- package/dist/{chunk-YGYXHNAQ.js → chunk-FIUKOSWI.js} +21 -8
- package/dist/chunk-FIUKOSWI.js.map +1 -0
- package/dist/{chunk-WJL2NJXN.js → chunk-GSH6QNNS.js} +2 -2
- package/dist/{chunk-RBNA5AZT.js → chunk-L3JOU6XM.js} +2 -2
- package/dist/{chunk-IDVBLYCY.js → chunk-LMZQ2Z4U.js} +56 -2
- package/dist/{chunk-IDVBLYCY.js.map → chunk-LMZQ2Z4U.js.map} +1 -1
- package/dist/{chunk-VUINJM5M.js → chunk-QAY5UIJO.js} +2 -193
- package/dist/chunk-QAY5UIJO.js.map +1 -0
- package/dist/{chunk-P2J6SOXT.js → chunk-QG2OVF2D.js} +5 -3
- package/dist/{chunk-P2J6SOXT.js.map → chunk-QG2OVF2D.js.map} +1 -1
- package/dist/chunk-REVYNR6C.js +100 -0
- package/dist/chunk-REVYNR6C.js.map +1 -0
- package/dist/chunk-STGVSCDH.js +202 -0
- package/dist/chunk-STGVSCDH.js.map +1 -0
- package/dist/{chunk-ZZ2HOPME.js → chunk-TWS7AZEY.js} +2 -2
- package/dist/chunk-UHMJT4T7.js +200 -0
- package/dist/chunk-UHMJT4T7.js.map +1 -0
- package/dist/chunk-UMMZHCPB.js +190 -0
- package/dist/chunk-UMMZHCPB.js.map +1 -0
- package/dist/chunk-VZSRQ272.js +149 -0
- package/dist/chunk-VZSRQ272.js.map +1 -0
- package/dist/{chunk-L5G7OUKD.js → chunk-XY4DDNEG.js} +8 -190
- package/dist/chunk-XY4DDNEG.js.map +1 -0
- package/dist/chunk-Y47J2LJ3.js +859 -0
- package/dist/chunk-Y47J2LJ3.js.map +1 -0
- package/dist/{chunk-BABOZOSN.js → chunk-ZFIBGEOL.js} +3 -3
- package/dist/chunk-ZFIBGEOL.js.map +1 -0
- package/dist/{code-agent-session-BRXmavYv.d.ts → code-agent-session-BO8nCnv3.d.ts} +1 -1
- package/dist/contract/index.d.ts +24 -95
- package/dist/contract/index.js +25 -764
- package/dist/contract/index.js.map +1 -1
- package/dist/{control-GeE8OhpN.d.ts → control-_Qb7skHX.d.ts} +2 -2
- package/dist/control.d.ts +5 -5
- package/dist/corpus-BoR-041R.d.ts +560 -0
- package/dist/cost-ledger-DuSqlw5B.d.ts +113 -0
- package/dist/counterfactual-Dwibr5IW.d.ts +85 -0
- package/dist/{dataset-B2kL-fSM.d.ts → dataset-BbGkaN2I.d.ts} +1 -1
- package/dist/{registry-DrEQ3Luj.d.ts → default-registry-zoGHUQEH.d.ts} +29 -2
- package/dist/diagnose.d.ts +251 -0
- package/dist/diagnose.js +381 -0
- package/dist/diagnose.js.map +1 -0
- package/dist/{errors-Dwqw-T_m.d.ts → errors-CzMUYo7b.d.ts} +1 -1
- package/dist/{feedback-trajectory-B3rErRsh.d.ts → feedback-trajectory-D9OVLrg9.d.ts} +1 -1
- package/dist/fuzz.d.ts +484 -0
- package/dist/fuzz.js +613 -0
- package/dist/fuzz.js.map +1 -0
- package/dist/governance/index.d.ts +4 -4
- package/dist/hosted/index.d.ts +6 -6
- package/dist/{index-DE3RXAXD.d.ts → index-Bx3gZ8xl.d.ts} +1 -1
- package/dist/index.d.ts +718 -455
- package/dist/index.js +1604 -793
- package/dist/index.js.map +1 -1
- package/dist/{insight-report-3ADTfClO.d.ts → insight-report-BBwvOh6x.d.ts} +2 -2
- package/dist/{integrity-CJzrpUua.d.ts → integrity-VJ9A7aST.d.ts} +1 -1
- package/dist/{judge-calibration-DilmB3Ml.d.ts → judge-calibration-0p2QcWNE.d.ts} +1 -1
- package/dist/{kind-factory-CVecZZG_.d.ts → kind-factory-5b7xXXOr.d.ts} +2 -2
- package/dist/{llm-client-CuUg2Mn3.d.ts → llm-client-BeEcAokY.d.ts} +1 -1
- package/dist/matrix/index.d.ts +2 -2
- package/dist/meta-eval/index.d.ts +177 -3
- package/dist/meta-eval/index.js +260 -1
- package/dist/meta-eval/index.js.map +1 -1
- package/dist/{multi-layer-verifier-DlWCXuxL.d.ts → multi-layer-verifier-DUZXrPDA.d.ts} +7 -1
- package/dist/multishot/index.d.ts +25 -11
- package/dist/multishot/index.js +36 -7
- package/dist/multishot/index.js.map +1 -1
- package/dist/openapi.json +1 -1
- package/dist/perf/index.d.ts +123 -0
- package/dist/perf/index.js +18 -0
- package/dist/pipelines/index.js +2 -2
- package/dist/{agent-profile-D0PBIWlV.d.ts → pre-registration-DELOEJ8v.d.ts} +144 -4
- package/dist/{provenance-DPpNIOJD.d.ts → provenance-LnqRT0sS.d.ts} +5 -5
- package/dist/{red-team-DW9Ca_tj.d.ts → red-team-BXHil6c8.d.ts} +1 -1
- package/dist/{release-report-hlNtD12q.d.ts → release-report-euXIV_Sk.d.ts} +3 -3
- package/dist/reporting.d.ts +8 -8
- package/dist/reporting.js +3 -3
- package/dist/{researcher-BLPHBbNV.d.ts → researcher-DE6Gpnb4.d.ts} +4 -4
- package/dist/rl.d.ts +194 -656
- package/dist/rl.js +231 -149
- package/dist/rl.js.map +1 -1
- package/dist/{rubric-predictive-validity-CnEl9Jc8.d.ts → rubric-predictive-validity-Cy_W-hWZ.d.ts} +1 -1
- package/dist/{run-campaign-4Y5V5CN3.js → run-campaign-RDGAM5KJ.js} +3 -3
- package/dist/run-campaign-RDGAM5KJ.js.map +1 -0
- package/dist/{run-improvement-loop-CNqQckTj.d.ts → run-improvement-loop-5z_l5zDz.d.ts} +2 -2
- package/dist/{run-record-De9VarXR.d.ts → run-record-e7vj1uZQ.d.ts} +1 -1
- package/dist/{runtime-trajectory-BLRiaifm.d.ts → runtime-trajectory-BDgfGZSr.d.ts} +1 -1
- package/dist/{semantic-concept-judge-DIEgr_6v.d.ts → semantic-concept-judge-Dn8Z6KEG.d.ts} +5 -31
- package/dist/series-convergence-D5OWMBg6.d.ts +33 -0
- package/dist/{statistics-CnC1FMbx.d.ts → statistics-C7PozGrZ.d.ts} +71 -2
- package/dist/{summary-report-Db0dDSWP.d.ts → summary-report-DGmUucwQ.d.ts} +1 -1
- package/dist/traces.d.ts +3 -3
- package/dist/traces.js +8 -6
- package/dist/{types-Cu3u_x59.d.ts → types-2VVIL04s.d.ts} +2 -2
- package/dist/{types-D7lLRYe9.d.ts → types-BU-7W85F.d.ts} +21 -1
- package/dist/{types-CqPax19X.d.ts → types-mn5Aqk7x.d.ts} +1 -1
- package/dist/{verdict-CeEgtjyI.d.ts → verdict-C9MlYujm.d.ts} +3 -0
- package/dist/wire/index.d.ts +3 -3
- package/dist/workflow/index.d.ts +12 -11
- package/dist/workflow/index.js +1 -1
- package/package.json +16 -1
- package/dist/chunk-BABOZOSN.js.map +0 -1
- package/dist/chunk-L5G7OUKD.js.map +0 -1
- package/dist/chunk-SHTXZ4O2.js +0 -113
- package/dist/chunk-SHTXZ4O2.js.map +0 -1
- package/dist/chunk-VIDQF3F5.js.map +0 -1
- package/dist/chunk-VUINJM5M.js.map +0 -1
- package/dist/chunk-YGYXHNAQ.js.map +0 -1
- package/dist/chunk-YV7J7X5N.js.map +0 -1
- /package/dist/{chunk-FZWAFVAA.js.map → chunk-4FBZZIYD.js.map} +0 -0
- /package/dist/{chunk-OTYQPHPL.js.map → chunk-6SOJM3VR.js.map} +0 -0
- /package/dist/{chunk-Z7VFTS2J.js.map → chunk-CY6U5S3X.js.map} +0 -0
- /package/dist/{chunk-WJL2NJXN.js.map → chunk-GSH6QNNS.js.map} +0 -0
- /package/dist/{chunk-RBNA5AZT.js.map → chunk-L3JOU6XM.js.map} +0 -0
- /package/dist/{chunk-ZZ2HOPME.js.map → chunk-TWS7AZEY.js.map} +0 -0
- /package/dist/{run-campaign-4Y5V5CN3.js.map → perf/index.js.map} +0 -0
package/dist/contract/index.d.ts
CHANGED
|
@@ -1,32 +1,36 @@
|
|
|
1
|
-
import { S as Scenario, M as MutableSurface, b as DispatchContext, a as JudgeConfig, I as ImprovementDriver, G as Gate, L as LabeledScenarioStore, c as GateDecision } from '../types-
|
|
2
|
-
export { C as CampaignAggregates, d as CampaignArtifactWriter, e as CampaignCellResult, f as CampaignCostMeter, g as CampaignResult, h as CampaignTraceWriter, i as CodeSurface, D as Dispatch, j as GateContext, k as GateResult, l as GenerationCandidate, m as GenerationRecord, n as JudgeDimension, J as JudgeScore, o as Mutator, O as OptimizerConfig, p as SessionScript } from '../types-
|
|
3
|
-
import { L as LoopProvenanceRecord } from '../provenance-
|
|
4
|
-
export { A as AxisEvidence, a as AxisVerdict, B as BuildEvidenceVectorOptions, D as DefaultProductionGateOptions, E as EvidenceVector, b as EvolutionaryDriverOptions, H as HeldOutGateOptions, O as ObjectiveSource, P as ParetoSignificanceGateOptions, c as PromotionObjective, d as PromotionPolicy, R as RunEvalOptions, e as buildEvidenceVector, f as composeGate, g as defaultProductionGate, h as evolutionaryDriver, i as heldOutGate, p as paretoPolicy, j as paretoSignificanceGate, r as runEval } from '../provenance-
|
|
5
|
-
import { C as CampaignStorage, R as RunOptimizationOptions, a as RunImprovementLoopResult } from '../run-improvement-loop-
|
|
6
|
-
export { G as GepaDriverOptions, b as RunCampaignOptions, c as RunImprovementLoopOptions, f as fsCampaignStorage, g as gepaDriver, i as inMemoryCampaignStorage, r as runCampaign, d as runImprovementLoop } from '../run-improvement-loop-
|
|
1
|
+
import { S as Scenario, M as MutableSurface, b as DispatchContext, a as JudgeConfig, I as ImprovementDriver, G as Gate, L as LabeledScenarioStore, c as GateDecision } from '../types-BU-7W85F.js';
|
|
2
|
+
export { C as CampaignAggregates, d as CampaignArtifactWriter, e as CampaignCellResult, f as CampaignCostMeter, g as CampaignResult, h as CampaignTraceWriter, i as CodeSurface, D as Dispatch, j as GateContext, k as GateResult, l as GenerationCandidate, m as GenerationRecord, n as JudgeDimension, J as JudgeScore, o as Mutator, O as OptimizerConfig, p as SessionScript } from '../types-BU-7W85F.js';
|
|
3
|
+
import { L as LoopProvenanceRecord } from '../provenance-LnqRT0sS.js';
|
|
4
|
+
export { A as AxisEvidence, a as AxisVerdict, B as BuildEvidenceVectorOptions, D as DefaultProductionGateOptions, E as EvidenceVector, b as EvolutionaryDriverOptions, H as HeldOutGateOptions, O as ObjectiveSource, P as ParetoSignificanceGateOptions, c as PromotionObjective, d as PromotionPolicy, R as RunEvalOptions, e as buildEvidenceVector, f as composeGate, g as defaultProductionGate, h as evolutionaryDriver, i as heldOutGate, p as paretoPolicy, j as paretoSignificanceGate, r as runEval } from '../provenance-LnqRT0sS.js';
|
|
5
|
+
import { C as CampaignStorage, R as RunOptimizationOptions, a as RunImprovementLoopResult } from '../run-improvement-loop-5z_l5zDz.js';
|
|
6
|
+
export { G as GepaDriverOptions, b as RunCampaignOptions, c as RunImprovementLoopOptions, f as fsCampaignStorage, g as gepaDriver, i as inMemoryCampaignStorage, r as runCampaign, d as runImprovementLoop } from '../run-improvement-loop-5z_l5zDz.js';
|
|
7
7
|
export { D as DeploymentOutcome, F as FileSystemOutcomeStore, a as FileSystemOutcomeStoreOptions, I as InMemoryOutcomeStore, b as OutcomeStore } from '../outcome-store-rnXLEqSn.js';
|
|
8
8
|
import { HostedTenant, EvalRunCellScore, EvalRunGenerationSnapshot, EvalRunEvent, TraceSpanEvent } from '../hosted/index.js';
|
|
9
|
-
import { R as RunRecord, a as RunSplitTag } from '../run-record-
|
|
10
|
-
import { I as InsightReport } from '../insight-report-
|
|
11
|
-
export { F as FailureClusterInsight, a as InterRaterInsight, J as JudgeInsight, L as LiftInsight, O as OutcomeCorrelationInsight, R as Recommendation, b as ReleaseSummary, S as ScalarDistribution } from '../insight-report-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
export {
|
|
15
|
-
|
|
9
|
+
import { R as RunRecord, a as RunSplitTag } from '../run-record-e7vj1uZQ.js';
|
|
10
|
+
import { I as InsightReport } from '../insight-report-BBwvOh6x.js';
|
|
11
|
+
export { F as FailureClusterInsight, a as InterRaterInsight, J as JudgeInsight, L as LiftInsight, O as OutcomeCorrelationInsight, R as Recommendation, b as ReleaseSummary, S as ScalarDistribution } from '../insight-report-BBwvOh6x.js';
|
|
12
|
+
export { D as DefaultAnalystRegistryOptions, b as buildDefaultAnalystRegistry } from '../default-registry-zoGHUQEH.js';
|
|
13
|
+
export { c as AnalystFinding } from '../types-2VVIL04s.js';
|
|
14
|
+
export { A as AnalyzeRunsOptions, a as analyzeRuns } from '../analyze-runs-DwCEkpO_.js';
|
|
15
|
+
export { C as CodeAgentSessionDiagnostic, a as CodeAgentSessionIntakeOptions, b as CodeAgentSessionIntakeResult, c as CodeAgentSessionMetrics, d as CodeAgentSessionSource, P as ParsedCodeAgentJsonl, f as fromClaudeCodeSession, e as fromCodexSession, g as fromKimiCodeSession, h as fromOpenCodeSession, i as fromPiSession, j as fromPigraphSession, p as parseCodeAgentJsonl } from '../code-agent-session-BO8nCnv3.js';
|
|
16
|
+
import '../red-team-BXHil6c8.js';
|
|
17
|
+
import '../dataset-BbGkaN2I.js';
|
|
18
|
+
import '../errors-CzMUYo7b.js';
|
|
16
19
|
import '../store-CKUAgsJz.js';
|
|
17
20
|
import '../schema-m0gsnbt3.js';
|
|
18
21
|
import '../pareto-E-pembql.js';
|
|
19
|
-
import '../statistics-
|
|
20
|
-
import '../judge-calibration-
|
|
22
|
+
import '../statistics-C7PozGrZ.js';
|
|
23
|
+
import '../judge-calibration-0p2QcWNE.js';
|
|
21
24
|
import '../types-Croy5h7V.js';
|
|
22
25
|
import '@tangle-network/tcloud';
|
|
23
|
-
import '../llm-client-
|
|
24
|
-
import '../errors-Dwqw-T_m.js';
|
|
26
|
+
import '../llm-client-BeEcAokY.js';
|
|
25
27
|
import '../raw-provider-sink-C46HDghv.js';
|
|
26
|
-
import '../summary-report-
|
|
28
|
+
import '../summary-report-DGmUucwQ.js';
|
|
27
29
|
import '../failure-cluster-CL7IVgkJ.js';
|
|
28
|
-
import '
|
|
30
|
+
import '@ax-llm/ax';
|
|
31
|
+
import '../kind-factory-5b7xXXOr.js';
|
|
29
32
|
import '../store-C1YxJDEK.js';
|
|
33
|
+
import 'zod';
|
|
30
34
|
|
|
31
35
|
/**
|
|
32
36
|
* # `selfImprove()` — the LAND-tier one-shot.
|
|
@@ -306,81 +310,6 @@ interface SelfImproveResult<TScenario extends Scenario, TArtifact> {
|
|
|
306
310
|
*/
|
|
307
311
|
declare function selfImprove<TScenario extends Scenario, TArtifact>(opts: SelfImproveOptions<TScenario, TArtifact>): Promise<SelfImproveResult<TScenario, TArtifact>>;
|
|
308
312
|
|
|
309
|
-
/**
|
|
310
|
-
* # `analyzeRuns()` — turn a set of agent runs into an actionable decision packet.
|
|
311
|
-
*
|
|
312
|
-
* Wires the substrate's statistical, calibration, clustering, Pareto, and
|
|
313
|
-
* release-confidence primitives into one `InsightReport`. Two top-level
|
|
314
|
-
* entry points use this function:
|
|
315
|
-
*
|
|
316
|
-
* - `selfImprove()` calls it on the campaign output to attach a packet
|
|
317
|
-
* to every run.
|
|
318
|
-
* - Consumers with observed `RunRecord[]` (production traces, gold
|
|
319
|
-
* corpora, approve/reject tables) call it directly via `analyzeRuns()`
|
|
320
|
-
* for analysis without a closed loop.
|
|
321
|
-
*
|
|
322
|
-
* Every section is opt-in based on what the input data supports — the
|
|
323
|
-
* function never invents signal. If runs carry no judge scores, `judges`
|
|
324
|
-
* is empty. If there's no baseline/candidate split, `lift` is undefined.
|
|
325
|
-
* If no `analyst` is wired, `failureClusters` is undefined.
|
|
326
|
-
*
|
|
327
|
-
* The `recommendations` array is the human-readable layer; everything
|
|
328
|
-
* else is the evidence backing each recommendation.
|
|
329
|
-
*/
|
|
330
|
-
|
|
331
|
-
interface AnalyzeRunsOptions {
|
|
332
|
-
/** The runs to analyze. */
|
|
333
|
-
runs: RunRecord[];
|
|
334
|
-
/** Which split to score against when reading composite from RunOutcome.
|
|
335
|
-
* Default: holdout when ANY run has a `holdoutScore`, else search. */
|
|
336
|
-
split?: 'search' | 'holdout' | 'auto';
|
|
337
|
-
/** Pairwise analysis configuration. When both `baselineCandidateId` and
|
|
338
|
-
* `candidateCandidateId` are present, lift is computed on paired
|
|
339
|
-
* (experimentId, seed) tuples shared between the two sides. */
|
|
340
|
-
baselineCandidateId?: string;
|
|
341
|
-
candidateCandidateId?: string;
|
|
342
|
-
/** Canary scenarios — checked against every run's raw output for
|
|
343
|
-
* holdout contamination. */
|
|
344
|
-
canaryScenarios?: DatasetScenario[];
|
|
345
|
-
/** Analyst registry for failure clustering. When omitted, the
|
|
346
|
-
* `failureClusters` section is left undefined. */
|
|
347
|
-
analyst?: AnalystRegistry;
|
|
348
|
-
/** Downstream outcome metric per run (e.g. engagement rate, approval
|
|
349
|
-
* rate, downstream pass rate). When present, the report includes
|
|
350
|
-
* `outcomeCorrelation` + a simple linear reward model fit. */
|
|
351
|
-
outcomeSignal?: {
|
|
352
|
-
metric: string;
|
|
353
|
-
valueByRunId: Record<string, number>;
|
|
354
|
-
};
|
|
355
|
-
/** Multi-rater feedback for inter-rater agreement. Each entry is one
|
|
356
|
-
* rater's score for one run. Two or more raters → kappa + disagreement
|
|
357
|
-
* triage list. */
|
|
358
|
-
raterScores?: Array<{
|
|
359
|
-
runId: string;
|
|
360
|
-
rater: string;
|
|
361
|
-
score: number;
|
|
362
|
-
}>;
|
|
363
|
-
/** Number of histogram bins for distributional summaries. Default 12. */
|
|
364
|
-
histogramBins?: number;
|
|
365
|
-
/** Decision threshold — the smallest composite lift the caller cares
|
|
366
|
-
* about. Used by the recommendations engine to call ship vs hold.
|
|
367
|
-
* Default 0.02. */
|
|
368
|
-
decisionThreshold?: number;
|
|
369
|
-
/** Optional prior-period runs. When set, the report includes
|
|
370
|
-
* `priorPeriodComparison` with per-metric Welch-CI deltas and
|
|
371
|
-
* recommendations fire on statistically significant regressions.
|
|
372
|
-
* The two windows do NOT have to share scenarios — the comparison
|
|
373
|
-
* is two-sample unpaired (the substrate's `lift` field uses paired
|
|
374
|
-
* bootstrap on shared (experimentId, seed) tuples; this is the
|
|
375
|
-
* shape for "this week vs last week" rather than "candidate vs
|
|
376
|
-
* baseline within a campaign"). */
|
|
377
|
-
baselineRuns?: RunRecord[];
|
|
378
|
-
/** Human-readable label for the baseline window, e.g. "vs prior 7
|
|
379
|
-
* days", "vs v3.1 release". Surfaces in recommendations + UI. */
|
|
380
|
-
baselineLabel?: string;
|
|
381
|
-
}
|
|
382
|
-
declare function analyzeRuns(opts: AnalyzeRunsOptions): Promise<InsightReport>;
|
|
383
|
-
|
|
384
313
|
/**
|
|
385
314
|
* # `@tangle-network/agent-eval/contract` — eval-run diff primitive.
|
|
386
315
|
*
|
|
@@ -710,4 +639,4 @@ interface FromOtelSpansOptions {
|
|
|
710
639
|
}
|
|
711
640
|
declare function fromOtelSpans(opts: FromOtelSpansOptions): RunRecord[];
|
|
712
641
|
|
|
713
|
-
export { type AgentTraceContributor, type AgentTraceContributorType, type AgentTraceConversation, type AgentTraceFile, type AgentTraceIndex, type AgentTraceRange, type AgentTraceRecord, type
|
|
642
|
+
export { type AgentTraceContributor, type AgentTraceContributorType, type AgentTraceConversation, type AgentTraceFile, type AgentTraceIndex, type AgentTraceRange, type AgentTraceRecord, type AuthoringProvenance, CampaignStorage, DispatchContext, type EvalCellScoreDelta, type EvalDimensionDelta, type EvalGenerationDiff, type EvalRunDiff, type FeedbackTableMeta, type FeedbackTableRow, type FromFeedbackTableOptions, type FromFeedbackTableResult, type FromOtelSpansOptions, Gate, GateDecision, ImprovementDriver, InsightReport, JudgeConfig, MutableSurface, type PartitionByAuthoringModelResult, RunImprovementLoopResult, Scenario, type SelfImproveBudget, type SelfImproveLlm, type SelfImproveOptions, type SelfImproveProgressEvent, type SelfImproveResult, diffGenerations, diffRunBaselineToWinner, diffRuns, fromFeedbackTable, fromOtelSpans, parseAgentTrace, partitionRunsByAuthoringModel, selfImprove };
|