#Agent refuses to use skills/tools?
1 messages ยท Page 1 of 1 (latest)
Did the Hermes update this morning 6 hours ago, and again 14 minutes ago
are you running a hosted version of honcho?
I'm not even using it right now, it wasn't even calling the skills so the memory wasn't being used. Disabled it until I fix this issue.
I think I've solved it though.
All fixed ๐
My LLM calls were never getting tool registry, so my agent never actually new it had tools unless I told it.
I ended up modifying that prompt to pass it a few useful tools it may want based on a fuzzy search of the message, and nudged it to use the tools if useful kr search the tool registry if none of them were applicable.
It's night and day different for me.
Not sure why my agent never got the tool call, I could only see it being called on Telegram bot command, user forward slash and another specific reason.
Now I just pass the tools that may be useful with a "These are just some of your tools, use the tool skill to find more that may be relevant" now it's performing incredibly better lol ๐
It'll break on update but it's a quick fix for my use case
If you can ask it to make a PR or a TLDR on how it fixed it I can maybe add the fix to main
I will see if I can make something better.
Would you be interested in a memory upgrade to a passive, lossless system ๐ I created it yesterday as a plugin but I did have to remove the built in memory tools and make one other tweak so don't want to push it as a plugin that needs tweaks to base code.
just launch it as a plugin boss
Yes but as I just said need to fix the modifications to core files so it's a plugin ๐