chore: Update the README of a2a sample agent

PiperOrigin-RevId: 782153753
This commit is contained in:
Xiang (Sean) Zhou
2025-07-11 16:44:29 -07:00
committed by Copybara-Service
parent 202558fd52
commit a57d629bb9
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -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
+2 -1
View File
@@ -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
@@ -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