-
Notifications
You must be signed in to change notification settings - Fork 332
Merge main into 1.0-dev #623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lkawka
wants to merge
21
commits into
1.0-dev
Choose a base branch
from
main
base: 1.0-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
fc31d03
fix: Ensure metadata propagation for `Task` `ToProto` and `FromProto`…
sokoliva dbc73e8
chore(main): release 0.3.16 (#562)
a2a-bot 53bbf7a
feat(client): allow specifying `history_length` via call-site `Messag…
TadakiAsechi 7e121e0
chore(main): release 0.3.17 (#565)
a2a-bot 0ce239e
fix: return updated `agent_card` in `JsonRpcTransport.get_card()` (#552)
ShishirRmc 213d9f8
chore(main): release 0.3.18 (#567)
a2a-bot 847f18e
fix(jsonrpc, rest): `extensions` support in `get_card` methods in `js…
sokoliva 3bfbea9
chore(main): release 0.3.19 (#568)
a2a-bot 7ea7475
fix: Improve streaming errors handling (#576)
lkawka 174d58d
chore(main): release 0.3.20 (#577)
a2a-bot 5fea21f
docs: Fixing typos (#586)
didier-durand 8a76730
feat: Implement Agent Card Signing and Verification per Spec (#581)
sokoliva 090ca9c
chore: Fixing typos (final round) (#588)
didier-durand 03fa4c2
chore(main): release 0.3.21 (#587)
a2a-bot 04bcafc
feat: Add custom ID generators to SimpleRequestContextBuilder (#594)
chenweiyang0204 e12ca42
test: adding 2 additional tests to user.py (#595)
didier-durand 3deecc4
test: adding 21 tests for client/card_resolver.py (#592)
didier-durand 6fa6a6c
refactor: Move agent card signature verification into `A2ACardResolve…
sokoliva 86c6759
chore(main): release 0.3.22 (#599)
a2a-bot df78a94
test: adding 13 tests for id_generator.py (#591)
didier-durand cb7cdb3
chore(deps): bump the github-actions group across 1 directory with 4 …
dependabot[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,9 +47,14 @@ initdb | |
| inmemory | ||
| INR | ||
| isready | ||
| jku | ||
| JPY | ||
| JSONRPCt | ||
| jwk | ||
| jwks | ||
| JWS | ||
| jws | ||
| kid | ||
| kwarg | ||
| langgraph | ||
| lifecycles | ||
|
|
||
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ jobs: | |
| pull-requests: write | ||
| steps: | ||
| - name: Checkout code | ||
| uses: actions/checkout@v5 | ||
| uses: actions/checkout@v6 | ||
| - name: Set up Python | ||
| uses: actions/setup-python@v6 | ||
| with: | ||
|
|
@@ -42,7 +42,7 @@ jobs: | |
| uv run scripts/grpc_gen_post_processor.py | ||
| echo "Buf generate finished." | ||
| - name: Create Pull Request with Updates | ||
| uses: peter-evans/create-pull-request@v7 | ||
| uses: peter-evans/create-pull-request@v8 | ||
| with: | ||
| token: ${{ secrets.A2A_BOT_PAT }} | ||
| committer: a2a-bot <[email protected]> | ||
|
|
||
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change adds a comma for better readability, which is a good grammatical correction.