-
Notifications
You must be signed in to change notification settings - Fork 1k
Upgrade a2a to spec v0.2.3 #2144
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
physicsrob
wants to merge
24
commits into
pydantic:main
Choose a base branch
from
physicsrob:part1-upgrade-a2a-v0.2.3
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.
+1,146
−291
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
be6e37f
feat: upgrade A2A protocol from v0.1 to v0.2.3
physicsrob 22e825f
test: add comprehensive test for Pydantic model outputs with metadata
physicsrob a6d958b
feat: add context storage for conversation continuity
physicsrob 3901954
Fix types
physicsrob 55f3ced
Fix misattributed TODOs -- oops!
physicsrob 0a95bf9
Update docs/a2a.md
physicsrob 5785901
Update fasta2a/fasta2a/applications.py
physicsrob d1ff90a
Update fasta2a/fasta2a/applications.py
physicsrob 15df524
Update fasta2a/fasta2a/schema.py
physicsrob 1a245a7
Update fasta2a/fasta2a/schema.py
physicsrob ffe8a6e
Update fasta2a/fasta2a/schema.py
physicsrob 5fd0dde
Update docs
physicsrob 872714e
Remove deprecation exception
physicsrob 9372d3c
Remove deprecation exception
physicsrob c5dd525
Change DataPart data type back to dict[str, Any]; Update result artif…
physicsrob a131482
More PR feedback on spec
physicsrob bfd305f
fix: make DataPart spec-compliant and improve message/artifact separ…
physicsrob 2f05b6c
Remove is_task/is_message
physicsrob a23582a
Address PR feedback on task_manager
physicsrob 06b2d88
Update tests for requiring message_id
physicsrob 36fc9e8
apply my comments
Kludex a984a68
Merge remote-tracking branch 'origin/main' into part1-upgrade-a2a-v0.2.3
Kludex d50cd8e
update types with claude
Kludex d24fcca
update tests
Kludex 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
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.
What is this ID? Is it the
request_id
?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.
Yes, this is the request_id for JSON-RPC. Let me know if you think a clarifying comment would be helpful, or if there's something off about the variable names