-
Notifications
You must be signed in to change notification settings - Fork 5.7k
feat: a2a async updates #4180
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
feat: a2a async updates #4180
Conversation
final answer was incorrectly trying to parse response models
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 is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on January 28
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
lorenzejay
left a comment
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.
lgtm
Note
Introduces configurable async update mechanisms for A2A delegation and refactors execution to a handler-based architecture.
StreamingConfig,PollingConfig,PushNotificationConfigand handlers; wire viaA2AConfig.updates(defaultStreamingConfig) andutils.get_handlera2a/task_helpers.pyand definesA2APollingTimeoutErrorA2APollingStartedEvent,A2APollingStatusEvent,A2APushNotification*) and renders polling status in console formatter; registers listeners inevent_listener.pyREMOTE_AGENT_COMPLETED_NOTICEand adjusts flow to respecttrust_remote_completion_statusand terminalTaskStatea2a/__init__.pyresponse_modelis set (validate JSON before parsing)docs/en/learn/a2a-agent-delegation.mdx; adds integration tests and VCR cassettes; filters newx-a2a-*headers in testsWritten by Cursor Bugbot for commit 2deddb8. This will update automatically on new commits. Configure here.