feat(1.5.0)!: shed legacy KB-optimization orchestrator; campaign-native release#15
Merged
Merged
Conversation
…ve release report agent-eval 0.42.0 deleted the multi-shot orchestration. agent-knowledge's optimization.ts was a thin wrapper over the deleted runMultiShotOptimization; release.ts consumed its MultiShotOptimizationResult shape + the deleted releaseTraceEvidenceFromMultiShotTrials. BREAKING: remove optimization.ts (runKnowledgeBaseOptimization + KnowledgeBase* types) — consumers call the agent-eval campaign substrate (runImprovementLoop / gepaDriver) directly now. Rewrite release.ts: knowledgeReleaseReport takes campaign-native inputs (candidate/baseline RunRecord[] + ReleaseTraceEvidence + gate decision) and folds them into a ReleaseConfidenceScorecard + KnowledgeRelease — decoupled from any optimizer result shape. Only agent-builder used the removed KB-opt API; knowledge features (the other 7 agent-eval importers) use kept symbols and are unchanged. Bump agent-eval ^0.42.0 + agent-runtime ^0.25.0. This is the permanent fix for the scoped-pin trap consumers needed (agent-knowledge no longer imports any deleted symbol). typecheck + build + 99 tests green.
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.
BREAKING. agent-eval 0.42.0 deleted the multi-shot orchestration. agent-knowledge no longer imports any deleted symbol — the permanent fix for the consumer scoped-pin trap.
optimization.ts(runKnowledgeBaseOptimization+KnowledgeBase*) — it wrapped the deletedrunMultiShotOptimization. Consumers call the campaign substrate directly.release.ts:knowledgeReleaseReporttakes campaign-native inputs (candidate/baselineRunRecord[]+ReleaseTraceEvidence+ gate decision), decoupled fromMultiShotOptimizationResult.typecheck + build + 99 tests green.