refactor: finalize a2a v1 extension convergence#436
Draft
liujuanjuan1984 wants to merge 3 commits intomainfrom
Draft
refactor: finalize a2a v1 extension convergence#436liujuanjuan1984 wants to merge 3 commits intomainfrom
liujuanjuan1984 wants to merge 3 commits intomainfrom
Conversation
Collaborator
Author
|
独立审查结果:
结论:
|
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.
Closes #435
变更概览
本 PR 完成仓库在 A2A v1.0 extension 方向的收敛:稳定 extension identity、最小化 public discovery surface、统一 authenticated extended card 与匿名 OpenAPI 的披露边界,并对齐运行时协商、文档与测试。
contracts
main文档路径切回版本化永久 URN 命名空间。GET /extendedAgentCard。server
A2A-Extensions。/agent/authenticatedExtendedCardalias,仅保留 canonical/extendedAgentCard。client
docs
docs/extension-specifications.md,明确“稳定 URI 与 GitHub 文档承载路径解耦”。docs/extensions/**中每个 extension 的 canonical URI 到新 URN。docs/guide.md、docs/compatibility.md的 extended card、OpenAPI 披露边界与 compatibility 叙事漂移。tests
验证
uv run pytest --no-cov tests/server/test_transport_contract.py tests/server/test_agent_card.py tests/contracts/test_extension_contract_consistency.py tests/client/test_agent_card.pybash ./scripts/doctor.sh