What happened?
I tested this with several Java agents such as the Weather Agent and Content Writer Agent. It appears that all Java agents exposed via A2A fail to return responses correctly when accessed through ADK RemoteA2aAgent.
Steps to Reproduce:
-
Run any Java agent (e.g., Content Editor Agent).
-
Create a simple agent using ADK:
root_agent = RemoteA2aAgent( name="remote_agent", description="Helpful assistant to write content", agent_card=f"http://localhost:10003/{AGENT_CARD_WELL_KNOWN_PATH}", )
-
Run adk web , select the remote_agent and try to chat with the agent.
- The response does not appear in the UI.
Relevant log output
Code of Conduct