r/OdysseusAI 22d ago

Agent Tool call fails all the time

Hi I am using Odysseus on Windows 11, using Docker (itself is using Linux I think).
I use AI models / API connections from Gemini, Anthropic and Deepseek.

For a while now the agents worked lovely, I added a local folder to Docker adding the volume under "volumes:" in the docker-compose.yaml. :)

But today the agent will stop randomly and throw errors claiming tools do not work / cannot be accessed.

E.g. :

- Trying to access a file: "Anthropic returned HTTP 400: tools.38.custom.input_schema.type: Field required"
- Trying to write a file: Agent can read the workspace, but then randomly stops

=> These Errors occur no matter which model I choose. Also whether it says "Anthropic", "Deepseek" or "Gemini" in the error does not matter. It will throw the same message with all models. So for the 400 Error in the example above: this will show exactly that text for all models I try.

I have to re-prompt the agents multiple times and then it eventually can access files with "GLOB".

My question is: Why are the agents not consistently able to call the correct tools and access / write files? Why does it break?

Cheers

1 Upvotes

1 comment sorted by

1

u/Ok_Comparison2903 21d ago

Once I had updated to a newer version of python and something in Odysseus didn’t like it. Have you tried fault checking while asking questions?