There is no tool_call_limit on default reasoning agent. It went into a loop and kept making llm calls.
OpenAI client raised 429 error and kept retrying the request. But there is no retry value is set.
There is no tool_call_limit on default reasoning agent. It went into a loop and kept making llm calls.
OpenAI client raised 429 error and kept retrying the request. But there is no retry value is set.
Hey @rvm_1, thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon.If it’s urgent, please let us know. We appreciate your patience!
Hey @rvm_1
We’ve added the ability to pass down the tool_call_limit from the agent to default reasoning agent.
Please make sure you’re using the latest release.
Appreciate the patience on this one!