@tangle-network/agent-eval 0.114.0 → 0.115.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 CHANGED
@@ -4,6 +4,18 @@ All notable changes to `@tangle-network/agent-eval` and its sibling `agent-eval-
4
4
 
5
5
  ---
6
6
 
7
+ ## [0.115.0] — 2026-07-11 — auditable cross-surface improvement search
8
+
9
+ ### Added
10
+
11
+ - `openSearchLedger()` records the predeclared candidate, task, and operation denominators for an improvement search in a durable hash-chained event stream.
12
+ Failed proposal slots, partial batches, task attempts, measured cost, surface firing and effect, and terminal selection decisions remain replayable after a crash.
13
+ - `analyzeCrossSurfaceInteractions()` compares fixed, best-single, blind-union, and interaction-aware agent changes on the same task rows.
14
+ It preserves missing and invalid attempts, cost, firing, effect, synergy, interference, and every evaluated composition path, including combinations whose constituents are neutral alone.
15
+
16
+ This release is additive.
17
+ Existing consumers do not need to update unless they want durable improvement-search accounting or cross-surface composition.
18
+
7
19
  ## [0.114.0] — 2026-07-11 — exact directional paired inference
8
20
 
9
21
  ### Added
package/README.md CHANGED
@@ -127,7 +127,7 @@ Each example: `README.md` + a single `index.ts` runnable via `pnpm tsx`. Prints
127
127
  | `…/adapters/otel` | `createOtelBridge` — forwards OpenTelemetry-shape spans into the hosted-tier ingest, no `@opentelemetry/*` dependency |
128
128
  | `…/adapters/langchain` | Wrap any LangChain `Runnable` as a `Dispatch` (or `JudgeConfig`), no `@langchain/core` peer dep |
129
129
  | `…/adapters/http` | `httpDispatch` + `runDispatchServer` — run a campaign's worker on another machine (multi-region, remote worker execution) |
130
- | `…/campaign` | **The measurement + improvement engine**: `runProfileMatrix`, `compareProposers`, every surface proposer (`gepaProposer`, `fapoProposer`, `parameterSweepProposer`, `haloProposer`, `skillOptProposer`, `aceProposer`, `memoryCurationProposer`, …), the gates, storage backends, and loop provenance. `/contract` re-exports the app-facing subset. |
130
+ | `…/campaign` | **The measurement + improvement engine**: `runProfileMatrix`, `compareProposers`, `analyzeCrossSurfaceInteractions`, every surface proposer (`gepaProposer`, `fapoProposer`, `parameterSweepProposer`, `haloProposer`, `skillOptProposer`, `aceProposer`, `memoryCurationProposer`, …), the gates, storage backends, and loop provenance. `/contract` re-exports the app-facing subset. |
131
131
  | `…/rl` | Bridge from eval artifacts to training signal: verifiable rewards, preferences, OPE, tournaments, contamination, compute curves, trainer-format exporters, process rewards, plus the durable corpus + `buildRlDataset` / datasheet bundle |
132
132
  | `…/reporting` | Release-decision statistics: `pairedBootstrap`, `benjaminiHochberg`, anytime-valid sequential e-values, `evaluateReleaseConfidence`, and the report renderers |
133
133
  | `…/analyst` | The trace-analyst surface: `AnalystRegistry` + `buildDefaultAnalystRegistry` (run the failure-clustering panel), `FindingsStore`, and the LLM chat transports |
@@ -11,7 +11,7 @@ import {
11
11
  diffFindings,
12
12
  emitSkillUsageFindings,
13
13
  runSemanticConceptJudge
14
- } from "../chunk-4FRTXH2M.js";
14
+ } from "../chunk-I2HNIE6N.js";
15
15
  import {
16
16
  behavioralAnalyst,
17
17
  buildDefaultAnalystRegistry,
@@ -33,7 +33,7 @@ import {
33
33
  policyEditsFromFindings,
34
34
  scorePolicyEditReadiness,
35
35
  validatePolicyEdit
36
- } from "../chunk-HJWNHCD5.js";
36
+ } from "../chunk-AN5UYSVD.js";
37
37
  import {
38
38
  ANALYST_SEVERITIES,
39
39
  AnalystRegistry,
@@ -17,11 +17,11 @@ import {
17
17
  runBenchmarkAdapter,
18
18
  summarizeBenchmarkCampaign
19
19
  } from "../chunk-3LXTCTWL.js";
20
- import "../chunk-VHPD6AXX.js";
20
+ import "../chunk-MNR6ZW4P.js";
21
21
  import "../chunk-N6MTC3GK.js";
22
22
  import "../chunk-VI2UW6B6.js";
23
23
  import "../chunk-FAOEFFRT.js";
24
- import "../chunk-HJWNHCD5.js";
24
+ import "../chunk-AN5UYSVD.js";
25
25
  import "../chunk-DWLIGZBX.js";
26
26
  import "../chunk-ARU2PZFM.js";
27
27
  import "../chunk-PJQFMIOX.js";