chore(deps): bump @tangle-network/agent-eval 0.20.12 → ^0.23.0#100
Merged
Conversation
Pulls in 0.21 capture-integrity, 0.22 EvalCampaign + replay + always-valid + outcome calibration, and 0.23 RL primitives. All consumer imports (aggregateRunScore, AxGepaSteeringOptimizer, JsonlTrialCache, PairwiseSteeringOptimizer, runPromptEvolution, validateRunRecord) remain exported with compatible signatures, so no source changes were required. Verified: pnpm install, pnpm lint (tsc --noEmit), pnpm build, pnpm test (127 files / 1543 tests passing).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
@tangle-network/agent-evalfrom0.20.12to^0.23.0.Note: the request framed this as a six-version leap from
0.17.3, but thecurrent
mainpin is already0.20.12. The actual leap is three minorreleases (0.21, 0.22, 0.23):
API drift
None observed. The only consumer in this repo is
bench/research/webvoyager-agent-eval-loop.mjs, which imports six symbols:aggregateRunScoresrc/run-score.ts)AxGepaSteeringOptimizersrc/steering-optimizer.ts)JsonlTrialCachesrc/jsonl-trial-cache.ts)PairwiseSteeringOptimizersrc/steering-optimizer.ts)runPromptEvolutionsrc/prompt-evolution.ts)validateRunRecordsrc/run-record.ts)A runtime resolution check confirms all six load as functions/classes; no
source changes required.
The lockfile shrank by ~23 lines because 0.23 has fewer transitive deps.
Test plan
pnpm installclean (worked under pnpm 10.23 / Node lockfile).pnpm lint(tsc --noEmit) — passes with no errors.pnpm build(tsc+ asset copy) — passes.pnpm test— 127 files / 1543 tests passing.0.23.0package.E2E / external-bench scripts (WebVoyager loop, design-bench, etc.) were not
exercised here; they require external API keys and live infra. The static
verifications above cover the surface area touched by this bump.