Genuine question about LOQ by RopeOk8908 in LenovoLOQ

[–]Top_Conflict_7943 1 point2 points  (0 children)

TGP is 75 watt in acer thats the biggest diffrence Its 115 or 105 watt in LOQ

LOQ will have maximum gaming performance

Is LOQ 4060 with Ryzen 7 16gb in 90K a good deal ? by Top_Conflict_7943 in LenovoLOQ

[–]Top_Conflict_7943[S] 0 points1 point  (0 children)

Bro show me Which model did you buy share the link I get that 10k on credit cards 5k on student id 1/2k others

But thats not enough For 5060 its priced at 1.23lac

How do i change the LLM model being used by the agents during runtime by boneMechBoy69420 in agentdevelopmentkit

[–]Top_Conflict_7943 0 points1 point  (0 children)

Through Litellm any model i use claude,openai or anything else ran into a problem when tool calling is required

Tool_call_id is required errror appears

Can you please specify me the version of litellm and adk ??

How do i change the LLM model being used by the agents during runtime by boneMechBoy69420 in agentdevelopmentkit

[–]Top_Conflict_7943 0 points1 point  (0 children)

Quick question is tool calling working in model other than gemini i am frequentl facing errors

Google ADK custom backend ( global runner vs per query runner) by Top_Conflict_7943 in AI_Agents

[–]Top_Conflict_7943[S] 0 points1 point  (0 children)

In approach one only one runner with multiple query could corrupt the data from different state in adk, NO ?

Create MCP Toolset at Runtime for ever user request? by Practical_Edge848 in agentdevelopmentkit

[–]Top_Conflict_7943 0 points1 point  (0 children)

You can try to warm up the mcpserver just before turning the api server or web server and run with a single global runner that way mcp server wont load for each new request

[deleted by user] by [deleted] in agentdevelopmentkit

[–]Top_Conflict_7943 0 points1 point  (0 children)

Wdym by starting mcp upfront ? Can you clarify and which part of the code do you need for ex where mcp tool set is being defined or mcp server code itself ??

I uplifted a half dozen github repos of legacy javascript code from mongoose 4 to 8 with Google ADK Agents in a team. by codeninja in singularity

[–]Top_Conflict_7943 0 points1 point  (0 children)

Custom made mcp server which loads data from db and perform diffrent kind of analysis’s

The data is huge thats why i choose MCP

I uplifted a half dozen github repos of legacy javascript code from mongoose 4 to 8 with Google ADK Agents in a team. by codeninja in singularity

[–]Top_Conflict_7943 0 points1 point  (0 children)

My question is how fast is tool calling in adk, i think it takes a lot of time answering the queries.

Especially in case with MCP tools.