Replies: 2 comments 3 replies
-
|
Hey,
I have similar issues with using skills and memories for example. I'm using Qwen3.5 2B |
Beta Was this translation helpful? Give feedback.
-
|
I've run into this issue a lot. Agent mode simply doesn't work well, unfortunately. Not yet anyways. It often goes into loops replying to itself and trying to run commands I didn't ask it to. I asked it to look up steps how to set up a GitHub repository (to test the agent and web search) and it started to try to create a GitHub repo in my machine. I don't think it's an agent issue because this has happened with different models. I still need to run some more tests. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm running Odysseus on docker, on macOS. I'm having some issues getting agent mode to work. It seems likely that I'm doing something wrong, but I'm not sure where to look for instructions/requirements for using this feature. Perhaps my model doesn't support it, or something like that, but unsure.
Anyway, I'm starting with just debugging the issues I have.
(BTW - I take it that discussions are a better place to debug things than the issues area? Seems like issues is meant less for getting help debugging things, and more for reporting something you strongly suspect of being a bug).
I'm running Ollama, and when I try to get Qwen:3.4b to use agent mode, this is what happens:
The first basic issue that jumps out is:
So that looks to me like one of the API endpoints is not reachable for some reason. I'm not really sure where to start with actually debugging this further, but I found what I think is the corresponding logs in Docker:
Do I just not have something configured or set up correctly to use this API? Anything I should check first?
Also, if this is just a matter of my LLM model not supporting this stuff, is there a good, standard way to confirm which models work for this stuff? Would be cool if Odysseus could even show a warning to you that your LLM model may not be compatible.
Beta Was this translation helpful? Give feedback.
All reactions