Skip to content

Conversation

@koushiv777
Copy link
Contributor

@koushiv777 koushiv777 commented Jan 5, 2026

Implementing the support to set the A2A transport type when adding the A2A agent url.


Note

Introduces configurable transport selection across A2A delegation.

  • Adds transport_protocol: Literal['JSONRPC', 'GRPC', 'HTTP+JSON'] to A2AConfig (default JSONRPC)
  • Threads transport_protocol through execute_a2a_delegation, aexecute_a2a_delegation, and internal _aexecute_a2a_delegation_impl
  • Updates client setup to pass supported_transports=[transport_protocol] in _create_a2a_client
  • Updates A2A wrapper to forward agent_config.transport_protocol in both sync and async paths
  • Documents the new transport_protocol option in docs/en/learn/a2a-agent-delegation.mdx

Written by Cursor Bugbot for commit e4798bf. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

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.

Copy link
Collaborator

@lorenzejay lorenzejay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only thing is more examples with a2a docs with this, but not a blocker for now

@greysonlalonde greysonlalonde merged commit 8f99fa7 into crewAIInc:main Jan 12, 2026
54 of 139 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants