chore(deps): align eval and interface cohort - #105
Merged
Conversation
Align the knowledge stack to the current single compatible cohort: agent-eval 0.140.1 -> agent-core 0.4.29 -> agent-interface 0.40.0. No source changes; the cohort contract test and hardened package verification run against the new pins unmodified.
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
@tangle-network/agent-evalto0.140.1and keep@tangle-network/agent-interfaceat0.40.00.140.1→ Agent Core0.4.29→ Agent Interface0.40.0(verified vianpm viewof each package's published dependencies)7.0.4following the release convention for cohort movesorigin/main(which already moved to eval0.139.2via #106/#107) is merged into this branch; the released7.0.1changelog entry is restored to what7.0.1actually shipped, and the cohort update is recorded under Unreleased. The current source APIs compile against the new cohort without any source compatibility patch — this repo does not use the analyst API removed in eval0.139.x.Scope
Relative to
origin/main, exactly five files change:package.json,pnpm-lock.yaml,CHANGELOG.md,scripts/verify-package.mjs, andtests/contracts/agent-stack-cohort.ts.No Discovery or Agent Runtime files change.
Verification (rerun 2026-07-31 on the merged branch at
1e2081f)pnpm lint— 203 files checked, no fixes appliedpnpm typecheck— source and public contracts passedAGENT_KNOWLEDGE_RUN_NETWORK_TESTS=1 pnpm test— 59 files passed, 2 skipped; 550 tests passed, 7 skippedpnpm build— 35 files emittedpnpm verify:package— Publint and package types passed; clean npm consumer installed one physical copy each of Eval0.140.1, Core0.4.29, and Interface0.40.0; five exports, CLI, skill, and repack passedpnpm verify:official-optimizers—agent-eval-rpc==0.140.1from PyPI matched the pinned eval version; 2 integration tests passedgit merge-tree --write-tree origin/main HEAD—6ed5fd3cbd633f761eec2c050b10788f8be81b5f(clean, no conflicts)