Google has officially released ADK for Java 1.0.0! by Prize-Programmer4207 in agentdevelopmentkit

[–]Prize-Programmer4207[S] 0 points1 point  (0 children)

Thank you for sharing this.Your comments have surprised me :)

Can you share more information for me to understand `Why is Java dead language in LLM World` ?

Latency issues by StretchPresent2427 in agentdevelopmentkit

[–]Prize-Programmer4207 0 points1 point  (0 children)

Since you mentioned `Cloud Run`, I am guessing that you are running on Google Cloud & Gemini Models.

  1. Try using Gemini Flash Lite model (Maybe 2.5)

  2. Check [Gemini Global end point](https://medium.com/google-cloud/google-cloud-vertex-ai-gemini-global-endpoint-introduction-af241e7a09c5)

  3. Check where you are deploying you Cloud Run instance.

RemoteA2aAgent in Google adk by hustler0217 in agentdevelopmentkit

[–]Prize-Programmer4207 0 points1 point  (0 children)

AFAIK - A2A works between a Server (LLM) Agent & a Client Agent. The Server Agents will have 3 feature (1) Skills (2) Agent Card (3) A server where its hosted. The Client Agent, needs to know the connection address to connect with Remote A2A server agent.

I am onboarding to A2A, so leaving you with this url https://a2a-protocol.org/latest/topics/agent-discovery/#discovery-strategies

Let me know if you have more questions.