From a57d629bb92c3c0cd70b88705eda88caca030eac Mon Sep 17 00:00:00 2001 From: "Xiang (Sean) Zhou" Date: Fri, 11 Jul 2025 16:44:29 -0700 Subject: [PATCH] chore: Update the README of a2a sample agent PiperOrigin-RevId: 782153753 --- contributing/samples/a2a_auth/README.md | 3 ++- contributing/samples/a2a_basic/README.md | 3 ++- contributing/samples/a2a_human_in_loop/README.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/contributing/samples/a2a_auth/README.md b/contributing/samples/a2a_auth/README.md index 00382661..a732c03c 100644 --- a/contributing/samples/a2a_auth/README.md +++ b/contributing/samples/a2a_auth/README.md @@ -163,7 +163,8 @@ You can extend this sample by: - Ensure the local ADK web server is running on port 8000 - Ensure the remote A2A server is running on port 8001 - Check that no firewall is blocking localhost connections -- Verify the agent.json URL matches the running A2A server +- Verify the agent card URL passed to RemoteA2AAgent constructor matches the running A2A server + **OAuth Issues:** - Verify OAuth client ID and secret are correctly set in .env file diff --git a/contributing/samples/a2a_basic/README.md b/contributing/samples/a2a_basic/README.md index d2bc84b0..2a856aa5 100644 --- a/contributing/samples/a2a_basic/README.md +++ b/contributing/samples/a2a_basic/README.md @@ -113,7 +113,8 @@ You can extend this sample by: - Ensure the local ADK web server is running on port 8000 - Ensure the remote A2A server is running on port 8001 - Check that no firewall is blocking localhost connections -- Verify the agent.json URL matches the running A2A server +- Verify the agent card URL passed to RemoteA2AAgent constructor matches the running A2A server + **Agent Not Responding:** - Check the logs for both the local ADK web server on port 8000 and remote A2A server on port 8001 diff --git a/contributing/samples/a2a_human_in_loop/README.md b/contributing/samples/a2a_human_in_loop/README.md index 9cbce9c9..b985e6b9 100644 --- a/contributing/samples/a2a_human_in_loop/README.md +++ b/contributing/samples/a2a_human_in_loop/README.md @@ -122,7 +122,7 @@ You can extend this sample by: - Ensure the local ADK web server is running on port 8000 - Ensure the remote A2A server is running on port 8001 - Check that no firewall is blocking localhost connections -- Verify the agent.json URL matches the running A2A server +- Verify the agent card URL passed to RemoteA2AAgent constructor matches the running A2A server **Agent Not Responding:** - Check the logs for both the local ADK web server on port 8000 and remote A2A server on port 8001