Monday, June 30, 2025

ADK Quick Review

 Got into a new job and i had to switch cloud vendors, so part of my learning curve is to get involve in new SDK's like the ADK from google, I havent paid much attention to that one as i thought it was Gemini only but it seems we can run locall LLM's with it and take advantage of their features.
So, I have decieded to run a quick demo to see how fast we can implement a quick agent with tools. On this example i will let the Agent talk to Docker API on the system.

 

Now, let try let the LLM look into logs, find errors and provide suggestions:


 

 

This was a quick night after work so i didnt have much time to set it up but i am quite impress with the tracing/sessions/states/artifacts this is quite the framework to work with Agents it does makes things much easier at 1st glance.
Ofcourse on this sample the LLM its a bit confuse and tries to talk me into using the CLI but that's just because i didnt set a proper prompt i was testing how fast we can get on track.
I switch to an MCP server as they are too convinient to move around Agents and worked right away.
I'll try to create some better workflows and test the A2A framework in another time.

No comments: