a2aproject / a2aproject/a2a-samples

Java A2A Agents cannot be accessed Using Python ADK RemoteA2aAgent

オープン
#402 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Jupyter Notebook
スター
1.8k
フォーク
751
PR マージ指標
30日以内にマージされた PR はありません

説明

### 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:

1) Run any Java agent (e.g., Content Editor Agent).

2) 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}",
)
`

3) 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

```shell

```

### Code of Conduct

- [x] I agree to follow this project's Code of Conduct

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。