pxb1000
pxb1000
@windowshopr I'm getting the same KeyError for projects where I have separate main, agents, tasks, and tools modules/files, but finally got it to work in having it all in main....
@windowshopr I finally debugged the KeyError in the multi-module format. I added a "tools" method in my search_tools.py module, and this method calls the SearchTools.search method with the @tool decorator....
@windowshopr After trying a bunch of different versions, this is what finally worked for me in a multi-module setup. In the search_tools.py module I used a variation of what I...
@windowshopr I've been working through a few KeyError issues on other tools, and in looking back at your posts, take another look at the method naming and instance naming. Here's...