Any example on how to have a crewai project call an exisitng agent that is exposed via a2a?

Hi folks!

I was going over the forums and docs but could not find a snippet on how to have my crewAI project call an external agent via a2a protocol.

The idea is to have the external agent (behind a2a) to be one of the tools that my crewAI agent leverages.

My idea is to have a custom tool that leverages an a2a python client and expose the external agent this way.

If there is any best practice or snippet, please let me know.

Thank you.

2 Likes

did you get any soulution?