docs: propose analysis planning architecture - #52
Open
Wzh20040721 wants to merge 2 commits into
Open
Conversation
Owner
|
感谢这份高质量的 RFC,方向我完全认可。以下是维护者意见: ✅ 方向认可
📝 修改意见(请修订后重新提交,我会审查并合并)
方向没问题,按上述意见修订后重新提交即可。 |
Contributor
Author
|
已按五项意见完成 RFC 修订,commit:
第 9.4 节给出了待确认的建议门槛;当前没有基线,因此 RFC 没有声称或伪造提升结果。本 PR 仍只修改 RFC 文档,不含生产代码。 请重新审查,并确认评测抽审方式、建议门槛,以及是否允许在 PR 合并后(或明确许可后)开始本地 Analysis 侧实现与评测。 |
Owner
|
RFC 方向认可,但请调整提交方式。 提交方式调整(关键)不接受纯文档单文件 RFC PR。请在本地完成 Analysis 侧代码实现——数据契约、能力元数据、Candidate Planner、确定性 Validator、统一决策、AnalysisResult、兼容适配与本地离线评测——然后连同这份 RFC 文档一起提交为一个完整 PR,再请求审查。本 PR(纯文档)请保持或关闭。 |
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.
目的
这是一个仅包含文档的 RFC,用于在开始生产代码改造前征求维护者意见。
当前分析方法选择分散在 Skill 检索、Prompt、LLM 判断、分析注册表和图表规则中。本提案建议增加统一、结构化且可验证的
AnalysisPlan,让 LLM 负责语义理解与有限候选生成,让确定性代码负责数据适用性、参数、置信度和澄清边界。这份 RFC 提议什么
AnalysisIntent、DataContext、AnalysisCapability、AnalysisPlan、AnalysisResult和PresentationPlan契约。run_analysis、select_charts和generate_chart公共入口兼容。为什么这样做
本 PR 的实际变更
docs/15-analysis-planning-architecture-rfc.md。希望维护者确认
AnalysisPlan和能力注册表作为后续演进方向?如果方向或范围不符合项目路线,欢迎直接指出;在得到确认前不会开始生产代码改造。
验证
git diff --check upstream/main...HEAD