I want to try out this whole agent stuff.
I set up an Ubuntu VM for hermes and I'm running koboldcpp with gemma-4-26B on my PC.
It was able to figure out that it's running on an ubuntu system and it could write/read/delete a file in the home directory (I had to approve the rm command), so tool calling generally seems to work.
But when I asked it to test getting the latest news, it just output
<|toolcall>call:browsernavigate{url:<|"|>https://news.google.com<|"|>}<tool_call|>
and then on the second attempt
<|toolcall>call:terminal{command:<|"|>curl -s https://news.google.com | head -n 20<|"|>}<toolcall|>
instead of actually executing the tool call. Any idea what's wrong? I also tried asking it, but pic related was the result. Is the thinking messing with the tools?