1votes
1answer
7 views
When a tool returns an error my agent just calls it again with the same args, indefinitely. I expected it to adapt. Using a basic ReAct loop.
Showing 2 posts
When a tool returns an error my agent just calls it again with the same args, indefinitely. I expected it to adapt. Using a basic ReAct loop.
My agent narrates every single tool call ("Now I will read the file...") which bloats the transcript. I want it to just act and only speak when it has something for the user. What…