refactor(context): simplify micro compact builder wiring#25
Merged
Conversation
- 新增 MicroCompactConfig 结构体,将 MicroCompactPolicySource、 MicroCompactSummarizerSource、MicroCompactPinChecker 三个接口 打包为单一配置对象,简化 Builder 构造参数 - 新增 NewConfiguredBuilder 作为统一构造入口,支持可变 SectionSource - newPromptSources 改为接受 ...SectionSource 可变参数,nil 自动跳过 - 旧构造函数保留并标记 Deprecated,委托到新入口 - 更新 bootstrap.go 和 runtime.go 使用新构造 API - 补充 TestNewConfiguredBuilder 覆盖 5 个子场景 关联: 1024XEngineer#416
Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: Yumiue <188874804+Yumiue@users.noreply.github.com>
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
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.
Requested by @Yumiue
Summary