I'm building a distributed agentic system using ADK and A2A.
My solution is composed of two components:
- A Python implementation with several ADK agents, where some of them are exposed through A2A.
- A Java implementation of an ADK agent that connects to and consumes the Python agents.
I’d like to connect both components using A2A — the Java agent consuming the Python agents through A2A.
However, I can’t find the Maven dependency for the ADK A2A Java library; it doesn’t seem to be available in Maven repositories.
Could you please tell me if I’m doing something wrong, or when you expect to publish the Java ADK A2A library?
Thanks!
I'm building a distributed agentic system using ADK and A2A.
My solution is composed of two components:
I’d like to connect both components using A2A — the Java agent consuming the Python agents through A2A.
However, I can’t find the Maven dependency for the ADK A2A Java library; it doesn’t seem to be available in Maven repositories.
Could you please tell me if I’m doing something wrong, or when you expect to publish the Java ADK A2A library?
Thanks!