feat: add conformance workflow and compatibility fixes#387
Merged
liujuanjuan1984 merged 4 commits intomainfrom Apr 3, 2026
Merged
feat: add conformance workflow and compatibility fixes#387liujuanjuan1984 merged 4 commits intomainfrom
liujuanjuan1984 merged 4 commits intomainfrom
Conversation
Collaborator
Author
|
本次独立审查结果如下。 发现
开放问题
PR 标题与描述
除上述两点风险与一个策略问题外,其余改动方向是合理的;尤其是把 conformance 从 |
Collaborator
Author
|
本轮已收尾此前审查中提出的两项风险:
验证:
对应提交: |
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.
概述
./scripts/doctor.sh主回归流程分离A2A-Version: 1.0下的 PascalCase JSON-RPC alias 兼容,以及GET /v1/tasks返回500 NotImplementedError模块变更
1. Conformance 实验入口与文档
scripts/conformance.sh,用于本地/手动运行官方a2aproject/a2a-tckdocs/conformance.md,说明实验入口、环境变量、产物与解释方式docs/conformance-triage.md,沉淀首轮 failed/error 的逐条归因CONTRIBUTING.md与scripts/README.md,明确 conformance 入口与doctor.sh的职责边界2. JSON-RPC 兼容补丁
A2A-Version: 1.0下,对 PascalCase JSON-RPC 方法名做归一化处理SendMessage、SendStreamingMessage、GetTask、CancelTask、GetExtendedAgentCard以及 push notification config 相关 alias0.3基线行为不变,未声明1.0时不放宽这些 alias3. REST
/v1/tasks修复/v1/tasksREST 路由,避免落到 SDK 默认RESTHandler.list_tasks()的NotImplementedErrormemory/database)读取任务contextId、status、statusTimestampAfter、pageSize、pageTokenhistoryLength与includeArtifacts控制返回载荷4. 测试
/v1/tasks分页、过滤、history/artifacts 控制、参数校验测试验证
./scripts/doctor.shbash ./scripts/conformance.sh mandatory结果说明
1.0为 partial compatibility,而不是完整 1.0 迁移Issue 关联
Closes #370
Closes #385
Closes #386