Skip to main content

2 posts tagged with "Google ADK"

Google Agent Development Kit

View All Tags

Using vLLora with Google ADK

· 2 min read
Mrunmay
AI Engineer

Google ADK (Agent Development Kit) lets you build multi-agent systems across different LLM providers—Gemini, OpenAI, Anthropic, and more. But when your planner agent produces a FunctionCall for an AgentTool that doesn't run correctly, or a nested sub-agent fails silently, debugging what happened across agents and sessions becomes nearly impossible.

Traces of Google ADK on vLLora

Using vLLora to debug Agents

· 3 min read
Mrunmay
AI Engineer

Building AI agents is hard. Debugging them locally across multiple SDKs, tools, and providers feels like flying blind. Logs give you partial visibility. You need to see every call, latency, cost, and output in context without rewriting code.

Debugging demo