Deprecate AgentMergeSortPolicy and AgentAdjacentDifferencePolicy#9235
Deprecate AgentMergeSortPolicy and AgentAdjacentDifferencePolicy#9235bernhardmgruber wants to merge 3 commits into
AgentMergeSortPolicy and AgentAdjacentDifferencePolicy#9235Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
OverviewThis pull request deprecates AgentMergeSortPolicy and AgentAdjacentDifferencePolicy by moving their implementations into internal detail:: agent policy structs and exposing the original names as deprecated aliases. The change completes cleanup left over from PRs ChangesAdjacent Difference Policy
Merge Sort Policy
API / ABI impact
Review notes
suggestion: WalkthroughRefactors adjacent-difference and merge-sort agent policies by introducing internal ChangesPolicy Type Abstraction Refactoring
Possibly related PRs
Suggested reviewers
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the Comment |
🥳 CI Workflow Results🟩 Finished in 2h 17m: Pass: 100%/284 | Total: 11d 05h | Max: 2h 17m | Hits: 20%/938455See results here. |
Left over from #9218 and #8600.