-
Notifications
You must be signed in to change notification settings - Fork 282
feat: Add client-side extension support #525
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
sokoliva
wants to merge
37
commits into
a2aproject:main
Choose a base branch
from
sokoliva:Extension-support-for-Client
base: main
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 18 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
01b421e
fix: change "client/test_client.py" to "client/test_client_factory.py…
sokoliva 697438f
feat: Add client-side extension support
sokoliva 17d30a4
Merge branch 'main' into Extension-support-for-Client
sokoliva 860f2d5
refactor: remove redundant tests for send_message without extensions …
sokoliva 511de38
refactor: reorder parameters in JsonRpcTransport and RestTransport co…
sokoliva 6e80123
refactor: reorder parameters in JsonRpcTransport and RestTransport co…
sokoliva fd5986a
Merge branch 'Extension-support-for-Client' of https://github.com/sok…
sokoliva 31a4581
Fix Parsing Bug in _update_extension_header method
sokoliva 5fc530e
Fix Parsing Bug in _update_extension_header method
sokoliva 3144f43
Merge branch 'Extension-support-for-Client' of https://github.com/sok…
sokoliva 97eec52
refactor: streamline extension header handling in JsonRpcTransport an…
sokoliva caba0a2
refactor: rename client_extensions to extensions in JsonRpcTransport …
sokoliva 28b1d53
feat: move common functions for managing HTTP extension headers to ut…
sokoliva 270d6e7
Remove extensions from grpc methog get_card
sokoliva a9aa9ee
feat: add support for extensions in Client and BaseClient, update tra…
sokoliva 948d3f3
fix: correct order of extension header updates in update_extension_he…
sokoliva 4073c0b
refactor: streamline extension handling in BaseClient and GrpcTranspo…
sokoliva c5cea2c
Move transport tests from tests/client to tests/client/transport. Add…
sokoliva 6e856d5
feat: enhance GrpcTransport to manage extensions in metadata and upda…
sokoliva edd7982
refactor: remove unused __merge_extensions function from utils.py
sokoliva 48ea2ae
feat: update extension handling in transports and tests, migrate util…
sokoliva ffc0279
Merge remote-tracking branch 'origin/main' into Extension-support-for…
sokoliva 5b47562
fix(client): clarify the purpose of the extensions parameter in Clien…
sokoliva a2eeb7b
feat: enhance extension handling across client and transport layers
sokoliva 0746541
feat: add extensions parameter documentation in ClientFactory and upd…
sokoliva f5443d6
Merge branch 'main' into Extension-support-for-Client
sokoliva 1337dcf
refactor: streamline extension handling in transport classes and upda…
sokoliva 7f4ba58
Merge remote-tracking branch 'refs/remotes/upstream/Extension-support…
sokoliva a97c5b3
Merge branch 'main' into Extension-support-for-Client
sokoliva 16ee453
add integration test for extensions. Add a test case to test_common.p…
sokoliva 674e840
Merge branch 'main' into Extension-support-for-Client
sokoliva 7fb55d0
Merge remote-tracking branch 'refs/remotes/upstream/Extension-support…
sokoliva 80be4bf
change test case name in tests/extensions/test_common.py
sokoliva 4a423ef
Change the order of update_extension_header and _apply_interceptors f…
sokoliva 9a5b1d6
Merge branch 'main' into Extension-support-for-Client
sokoliva 125406d
Change assertion in test_client_server_integration
sokoliva f581c27
Merge remote-tracking branch 'refs/remotes/upstream/Extension-support…
sokoliva 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
Some comments aren't visible on the classic Files Changed page.
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.