@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
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { A as AgentEvalError } from './errors-
|
|
2
|
-
import { R as RunRecord } from './run-record-
|
|
1
|
+
import { A as AgentEvalError } from './errors-CzMUYo7b.js';
|
|
2
|
+
import { R as RunRecord } from './run-record-e7vj1uZQ.js';
|
|
3
3
|
import { TCloud } from '@tangle-network/tcloud';
|
|
4
|
+
import { D as DefaultVerdict } from './verdict-C9MlYujm.js';
|
|
4
5
|
|
|
5
6
|
/**
|
|
6
7
|
* Backend-integrity guard: distinguish "agent failed" from "eval ran against
|
|
@@ -216,7 +217,10 @@ interface RequirementCheck {
|
|
|
216
217
|
/** Human-readable evidence for the verdict. */
|
|
217
218
|
evidence: string[];
|
|
218
219
|
}
|
|
219
|
-
|
|
220
|
+
/** Extends the substrate verdict spine: `valid` = `fullyComplete` and
|
|
221
|
+
* `score` = `completionRate` — derived in `completionVerdict()`, the one
|
|
222
|
+
* place those equalities hold by construction. */
|
|
223
|
+
interface CompletionVerdict extends DefaultVerdict {
|
|
220
224
|
taskId: string;
|
|
221
225
|
requirements: RequirementCheck[];
|
|
222
226
|
/** satisfied / total requirements. */
|
|
@@ -224,6 +228,17 @@ interface CompletionVerdict {
|
|
|
224
228
|
/** Every requirement satisfied. */
|
|
225
229
|
fullyComplete: boolean;
|
|
226
230
|
}
|
|
231
|
+
/**
|
|
232
|
+
* Construct a `CompletionVerdict` from the per-requirement checks, deriving
|
|
233
|
+
* `completionRate` / `fullyComplete` and the spine fields (`valid` =
|
|
234
|
+
* `fullyComplete`, `score` = `completionRate`) in one place. Throws on zero
|
|
235
|
+
* requirements — a verdict over nothing is a misconfiguration, mirroring
|
|
236
|
+
* `verifyCompletion`'s gold-spec guard.
|
|
237
|
+
*/
|
|
238
|
+
declare function completionVerdict(input: {
|
|
239
|
+
taskId: string;
|
|
240
|
+
requirements: RequirementCheck[];
|
|
241
|
+
}): CompletionVerdict;
|
|
227
242
|
/**
|
|
228
243
|
* Decides whether a produced item's content actually fulfils a requirement.
|
|
229
244
|
* Injected so the structural verifier stays pure and unit-testable; the
|
|
@@ -373,4 +388,129 @@ interface AgentProfile {
|
|
|
373
388
|
*/
|
|
374
389
|
declare function agentProfileHash(profile: AgentProfile): string;
|
|
375
390
|
|
|
376
|
-
|
|
391
|
+
/**
|
|
392
|
+
* Pre-registered hypotheses — declare what you're testing BEFORE the
|
|
393
|
+
* run, check it AFTER. Prevents p-hacking, optional stopping, and the
|
|
394
|
+
* "we ran until it looked good" failure mode.
|
|
395
|
+
*
|
|
396
|
+
* Manifest is a plain JSON-friendly object. Sign it with a content hash
|
|
397
|
+
* + timestamp; the registered record becomes immutable. Post-run,
|
|
398
|
+
* evaluate the manifest against observed results — the library refuses
|
|
399
|
+
* to let you re-interpret a different metric as the declared one.
|
|
400
|
+
*/
|
|
401
|
+
interface HypothesisManifest {
|
|
402
|
+
id: string;
|
|
403
|
+
/** Human prose — goes into the audit trail. */
|
|
404
|
+
hypothesis: string;
|
|
405
|
+
/** Metric the hypothesis claims to move. */
|
|
406
|
+
metric: string;
|
|
407
|
+
/** 'increase' = candidate should score higher than baseline; 'decrease' = lower. */
|
|
408
|
+
direction: 'increase' | 'decrease';
|
|
409
|
+
/** Minimum effect size to count (same units as the metric). */
|
|
410
|
+
minEffect: number;
|
|
411
|
+
/** Alpha threshold. */
|
|
412
|
+
alpha: number;
|
|
413
|
+
/** Target statistical power at which sample size was pre-computed. */
|
|
414
|
+
power: number;
|
|
415
|
+
/** Declared N per arm before running. */
|
|
416
|
+
preRegisteredN: number;
|
|
417
|
+
/** ISO8601 timestamp the manifest was registered. */
|
|
418
|
+
registeredAt: string;
|
|
419
|
+
/** Optional identifiers to tie into the trace corpus. */
|
|
420
|
+
baselineLabel?: string;
|
|
421
|
+
candidateLabel?: string;
|
|
422
|
+
}
|
|
423
|
+
/**
|
|
424
|
+
* Identifier for the hashing scheme used to produce `contentHash`.
|
|
425
|
+
*
|
|
426
|
+
* `'sha256-content'` — sha256 hex over the canonicalized manifest with
|
|
427
|
+
* the `contentHash` and `algo` fields stripped. Held as a string union
|
|
428
|
+
* so future schemes can be added without breaking parsers; SignedManifest
|
|
429
|
+
* values without `algo` deserialize cleanly because the field is optional.
|
|
430
|
+
*/
|
|
431
|
+
type SignedManifestAlgo = 'sha256-content';
|
|
432
|
+
interface SignedManifest extends HypothesisManifest {
|
|
433
|
+
/** sha256 hex of canonicalized manifest (everything except contentHash and algo). */
|
|
434
|
+
contentHash: string;
|
|
435
|
+
/**
|
|
436
|
+
* Algorithm string describing how `contentHash` was produced.
|
|
437
|
+
*
|
|
438
|
+
* Optional on the type so serialized manifests without it still parse,
|
|
439
|
+
* but ALWAYS populated by {@link signManifest}. Consumers that want to
|
|
440
|
+
* enforce a known algorithm should reject manifests where this field
|
|
441
|
+
* is missing or unrecognized.
|
|
442
|
+
*/
|
|
443
|
+
algo?: SignedManifestAlgo;
|
|
444
|
+
}
|
|
445
|
+
interface HypothesisResult {
|
|
446
|
+
manifest: SignedManifest;
|
|
447
|
+
observedN: number;
|
|
448
|
+
observedEffect: number;
|
|
449
|
+
observedPValue: number;
|
|
450
|
+
/** True iff the observed effect hits the pre-declared direction with
|
|
451
|
+
* magnitude ≥ minEffect AND p < alpha. */
|
|
452
|
+
confirmed: boolean;
|
|
453
|
+
/** Enumerated reasons the hypothesis was rejected (each a machine-tag). */
|
|
454
|
+
rejectionReasons: Array<'wrong_direction' | 'effect_too_small' | 'not_significant' | 'undersampled'>;
|
|
455
|
+
notes?: string;
|
|
456
|
+
}
|
|
457
|
+
/**
|
|
458
|
+
* Deterministic JSON canonicalization — sort object keys recursively.
|
|
459
|
+
*
|
|
460
|
+
* Two semantically-equal objects produce byte-identical canonicalized output;
|
|
461
|
+
* this is what makes a content-hash stable across encoders, key insertion
|
|
462
|
+
* orders, and runtime versions. Exported for any consumer that needs the same
|
|
463
|
+
* canonicalization guarantee outside the manifest-signing path (e.g., signing
|
|
464
|
+
* an artifact bundle, hashing a dataset version, etc.).
|
|
465
|
+
*/
|
|
466
|
+
declare function canonicalize(v: unknown): unknown;
|
|
467
|
+
/**
|
|
468
|
+
* SHA-256 hex (full 64 chars) over the canonicalized JSON encoding of `obj`.
|
|
469
|
+
*
|
|
470
|
+
* The same primitive `signManifest` and `verifyManifest` are built on, exposed
|
|
471
|
+
* directly so consumers signing arbitrary structured content (artifact bundles,
|
|
472
|
+
* production packets, dataset manifests, etc.) don't have to re-derive
|
|
473
|
+
* canonicalize+sha256 from scratch.
|
|
474
|
+
*
|
|
475
|
+
* Stable across:
|
|
476
|
+
* - object key insertion order (canonicalization sorts keys recursively)
|
|
477
|
+
* - encoder choice (UTF-8 via TextEncoder, fixed)
|
|
478
|
+
* - runtime (uses the Web Crypto subtle digest, present in Node ≥18 and browsers)
|
|
479
|
+
*
|
|
480
|
+
* Named `hashJson` to disambiguate from `prompt-registry.ts`'s `hashContent`,
|
|
481
|
+
* which takes a string input and returns a truncated 12-char prompt id.
|
|
482
|
+
* Use `hashJson` when you mean "canonicalize then hash."
|
|
483
|
+
*
|
|
484
|
+
* @example
|
|
485
|
+
* const hash = await hashJson({ id: '1', kind: 'spec' })
|
|
486
|
+
* // 'a3f1...' (64 hex chars)
|
|
487
|
+
*/
|
|
488
|
+
declare function hashJson<T>(obj: T): Promise<string>;
|
|
489
|
+
/**
|
|
490
|
+
* Sign a manifest with a SHA-256 content hash.
|
|
491
|
+
*
|
|
492
|
+
* The hash covers the canonicalized manifest with the `contentHash`
|
|
493
|
+
* and `algo` fields stripped; this lets verifiers re-sign the rest and
|
|
494
|
+
* compare. Returned manifest always carries `algo: 'sha256-content'`
|
|
495
|
+
* so downstream consumers can identify the scheme; manifests without
|
|
496
|
+
* `algo` still verify because it is stripped before hashing on both sides.
|
|
497
|
+
*/
|
|
498
|
+
declare function signManifest(m: HypothesisManifest): Promise<SignedManifest>;
|
|
499
|
+
/**
|
|
500
|
+
* Verify that a signed manifest has not been tampered with.
|
|
501
|
+
*
|
|
502
|
+
* Strips `contentHash` and `algo` before re-signing so manifests without
|
|
503
|
+
* `algo` verify identically to ones that carry it.
|
|
504
|
+
*/
|
|
505
|
+
declare function verifyManifest(m: SignedManifest): Promise<boolean>;
|
|
506
|
+
/**
|
|
507
|
+
* Evaluate a pre-registered hypothesis against observed results.
|
|
508
|
+
* Mechanical — no re-interpretation permitted.
|
|
509
|
+
*/
|
|
510
|
+
declare function evaluateHypothesis(manifest: SignedManifest, observed: {
|
|
511
|
+
n: number;
|
|
512
|
+
effect: number;
|
|
513
|
+
pValue: number;
|
|
514
|
+
}): Promise<HypothesisResult>;
|
|
515
|
+
|
|
516
|
+
export { type AgentProfile as A, type BackendIntegrityReport as B, type CompletionRequirement as C, hashJson as D, jsonHasKeys as E, parseCorrectnessResponse as F, regexMatch as G, type HypothesisManifest as H, signManifest as I, summarizeBackendIntegrity as J, verifyCompletion as K, type LlmCorrectnessCheckerOpts as L, verifyManifest as M, type ProducedState as P, type RuntimeEventLike as R, type SignedManifest as S, type TaskGold as T, type ValidationContext as V, type CompletionVerdict as a, type CorrectnessChecker as b, type Artifact as c, type ArtifactEventLike as d, type ArtifactValidator as e, BackendIntegrityError as f, type HypothesisResult as g, type ProducedProposal as h, type ProposalEventLike as i, type RequirementCheck as j, type SatisfiedBy as k, type SignedManifestAlgo as l, type ToolCallEventLike as m, type ValidationIssue as n, type ValidationResult as o, agentProfileHash as p, assertRealBackend as q, byteLengthRange as r, canonicalize as s, completionVerdict as t, composeValidators as u, containsAll as v, createLlmCorrectnessChecker as w, createTokenRecallChecker as x, evaluateHypothesis as y, extractProducedState as z };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { o as Mutator, I as ImprovementDriver, S as Scenario, G as Gate, k as GateResult, j as GateContext, g as CampaignResult, M as MutableSurface, c as GateDecision } from './types-
|
|
2
|
-
import { R as RedTeamCase } from './red-team-
|
|
3
|
-
import { R as RunRecord } from './run-record-
|
|
1
|
+
import { o as Mutator, I as ImprovementDriver, S as Scenario, G as Gate, k as GateResult, j as GateContext, g as CampaignResult, M as MutableSurface, c as GateDecision } from './types-BU-7W85F.js';
|
|
2
|
+
import { R as RedTeamCase } from './red-team-BXHil6c8.js';
|
|
3
|
+
import { R as RunRecord } from './run-record-e7vj1uZQ.js';
|
|
4
4
|
import { D as Direction } from './pareto-E-pembql.js';
|
|
5
|
-
import { a as PairedBootstrapResult } from './statistics-
|
|
6
|
-
import { b as RunCampaignOptions, C as CampaignStorage } from './run-improvement-loop-
|
|
5
|
+
import { a as PairedBootstrapResult } from './statistics-C7PozGrZ.js';
|
|
6
|
+
import { b as RunCampaignOptions, C as CampaignStorage } from './run-improvement-loop-5z_l5zDz.js';
|
|
7
7
|
import { HostedClient, TraceSpanEvent } from './hosted/index.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { D as DatasetSplit, c as DatasetManifest, a as DatasetScenario } from './dataset-
|
|
2
|
-
import { m as GateDecision } from './summary-report-
|
|
3
|
-
import { R as RunRecord, a as RunSplitTag } from './run-record-
|
|
1
|
+
import { D as DatasetSplit, c as DatasetManifest, a as DatasetScenario } from './dataset-BbGkaN2I.js';
|
|
2
|
+
import { m as GateDecision } from './summary-report-DGmUucwQ.js';
|
|
3
|
+
import { R as RunRecord, a as RunSplitTag } from './run-record-e7vj1uZQ.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Release confidence gate.
|
package/dist/reporting.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { R as RubricOutcomePair, a as RubricPredictiveValidityInput, b as RubricPredictiveValidityReport, c as RubricRanking, r as rubricPredictiveValidity } from './rubric-predictive-validity-
|
|
2
|
-
export { B as BootstrapOptions, a as BootstrapResult, J as JudgeReplayGateArgs, R as ReleaseConfidenceAxis, b as ReleaseConfidenceAxisName, c as ReleaseConfidenceInput, d as ReleaseConfidenceIssue, e as ReleaseConfidenceMetrics, f as ReleaseConfidenceScorecard, g as ReleaseConfidenceStatus, h as ReleaseConfidenceThresholds, i as ReleaseTraceEvidence, j as RenderReleaseReportOptions, V as Verdict, k as assertReleaseConfidence, l as bootstrapCi, m as evaluateReleaseConfidence, n as judgeReplayGate, r as renderReleaseReport } from './release-report-
|
|
1
|
+
export { R as RubricOutcomePair, a as RubricPredictiveValidityInput, b as RubricPredictiveValidityReport, c as RubricRanking, r as rubricPredictiveValidity } from './rubric-predictive-validity-Cy_W-hWZ.js';
|
|
2
|
+
export { B as BootstrapOptions, a as BootstrapResult, J as JudgeReplayGateArgs, R as ReleaseConfidenceAxis, b as ReleaseConfidenceAxisName, c as ReleaseConfidenceInput, d as ReleaseConfidenceIssue, e as ReleaseConfidenceMetrics, f as ReleaseConfidenceScorecard, g as ReleaseConfidenceStatus, h as ReleaseConfidenceThresholds, i as ReleaseTraceEvidence, j as RenderReleaseReportOptions, V as Verdict, k as assertReleaseConfidence, l as bootstrapCi, m as evaluateReleaseConfidence, n as judgeReplayGate, r as renderReleaseReport } from './release-report-euXIV_Sk.js';
|
|
3
3
|
export { I as InterimReleaseConfidence, a as InterimReleaseConfidenceInput, P as PairedEvalueOptions, b as PairedEvalueSequence, c as PairedEvalueStep, S as SequentialDecision, e as evaluateInterimReleaseConfidence, p as pairedEvalueSequence } from './sequential-5iSVfzl2.js';
|
|
4
|
-
export { P as PairedBootstrapOptions, a as PairedBootstrapResult, b as benjaminiHochberg, p as pairedBootstrap, w as wilcoxonSignedRank } from './statistics-
|
|
5
|
-
export { G as GainDistributionBin, a as GainDistributionFigureSpec, b as GainDistributionOptions, P as ParetoFigureSpec, c as ParetoPoint, R as RESEARCH_REPORT_HARD_PAIR_FLOOR, d as ResearchReport, e as ResearchReportCandidate, f as ResearchReportDecision, g as ResearchReportMethodology, h as ResearchReportOptions, i as ResearchReportRecommendation, S as SummaryTable, j as SummaryTableOptions, k as SummaryTableRow, l as gainHistogram, p as paretoChart, r as researchReport, s as summaryTable } from './summary-report-
|
|
6
|
-
import './run-record-
|
|
7
|
-
import './errors-
|
|
4
|
+
export { P as PairedBootstrapOptions, a as PairedBootstrapResult, b as benjaminiHochberg, p as pairedBootstrap, w as wilcoxonSignedRank } from './statistics-C7PozGrZ.js';
|
|
5
|
+
export { G as GainDistributionBin, a as GainDistributionFigureSpec, b as GainDistributionOptions, P as ParetoFigureSpec, c as ParetoPoint, R as RESEARCH_REPORT_HARD_PAIR_FLOOR, d as ResearchReport, e as ResearchReportCandidate, f as ResearchReportDecision, g as ResearchReportMethodology, h as ResearchReportOptions, i as ResearchReportRecommendation, S as SummaryTable, j as SummaryTableOptions, k as SummaryTableRow, l as gainHistogram, p as paretoChart, r as researchReport, s as summaryTable } from './summary-report-DGmUucwQ.js';
|
|
6
|
+
import './run-record-e7vj1uZQ.js';
|
|
7
|
+
import './errors-CzMUYo7b.js';
|
|
8
8
|
import './schema-m0gsnbt3.js';
|
|
9
9
|
import './outcome-store-rnXLEqSn.js';
|
|
10
|
-
import './dataset-
|
|
11
|
-
import './judge-calibration-
|
|
10
|
+
import './dataset-BbGkaN2I.js';
|
|
11
|
+
import './judge-calibration-0p2QcWNE.js';
|
|
12
12
|
import './types-Croy5h7V.js';
|
|
13
13
|
import '@tangle-network/tcloud';
|
|
14
14
|
import './failure-cluster-CL7IVgkJ.js';
|
package/dist/reporting.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
evaluateReleaseConfidence,
|
|
5
5
|
judgeReplayGate,
|
|
6
6
|
renderReleaseReport
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-4FBZZIYD.js";
|
|
8
8
|
import {
|
|
9
9
|
rubricPredictiveValidity
|
|
10
10
|
} from "./chunk-YRZ4M5GS.js";
|
|
@@ -18,12 +18,12 @@ import {
|
|
|
18
18
|
paretoChart,
|
|
19
19
|
researchReport,
|
|
20
20
|
summaryTable
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-CY6U5S3X.js";
|
|
22
22
|
import {
|
|
23
23
|
benjaminiHochberg,
|
|
24
24
|
pairedBootstrap,
|
|
25
25
|
wilcoxonSignedRank
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-LMZQ2Z4U.js";
|
|
27
27
|
import "./chunk-VSMTAMNK.js";
|
|
28
28
|
import "./chunk-3BFEG2F6.js";
|
|
29
29
|
import "./chunk-PZ5AY32C.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as RunSplitTag, b as RunTokenUsage, c as RunJudgeMetadata, J as JudgeScoresRecord, A as AgentProfileCell, d as AgentProfileCellInput, R as RunRecord } from './run-record-
|
|
2
|
-
import { L as LlmClientOptions, a as LlmRouteRequirements } from './llm-client-
|
|
3
|
-
import { h as ResearchReportOptions, d as ResearchReport, m as GateDecision } from './summary-report-
|
|
1
|
+
import { a as RunSplitTag, b as RunTokenUsage, c as RunJudgeMetadata, J as JudgeScoresRecord, A as AgentProfileCell, d as AgentProfileCellInput, R as RunRecord } from './run-record-e7vj1uZQ.js';
|
|
2
|
+
import { L as LlmClientOptions, a as LlmRouteRequirements } from './llm-client-BeEcAokY.js';
|
|
3
|
+
import { h as ResearchReportOptions, d as ResearchReport, m as GateDecision } from './summary-report-DGmUucwQ.js';
|
|
4
4
|
import { T as TraceEmitter, R as RunCompleteHook } from './emitter-DEZwY14K.js';
|
|
5
|
-
import { R as RunIntegrityExpectations, a as RunIntegrityReport } from './integrity-
|
|
5
|
+
import { R as RunIntegrityExpectations, a as RunIntegrityReport } from './integrity-VJ9A7aST.js';
|
|
6
6
|
import { R as RawProviderSink } from './raw-provider-sink-C46HDghv.js';
|
|
7
7
|
import { F as FailureClass } from './schema-m0gsnbt3.js';
|
|
8
8
|
import { T as TraceStore } from './store-CKUAgsJz.js';
|