Rip&Tear
Rip&Tear
The way I use crewAI with dev containers is by having dev containers start with the requirements file loading in all the crewAI, no need for a docker file as...

Thanks for doing that, unfortunately its still doing it with GPT4 Error: `I encountered an error while trying to use the tool. This was the error: GithubSearchTool._run() missing 1 required...
This is also affecting the directory search tool as well as the GitHub search tool
I can now confirm the the TXTSearchTool is also having the same issue ``` I encountered an error while trying to use the tool. This was the error: TXTSearchTool._run() missing...
This is still an issue in latest version 0.28.7 & 0.1.7 - seems to be loading the repo but then hitting a 404  This is my cofnig for the...
Seems you have to set search_query when initialising the tool Like so using the DirectorySearchTool as an example: `# initialize the DirectorySearchTool directory_search_tool = DirectorySearchTool( search_query="", search_directory="./test" )` But the...
There is no setting to change the colors, but you can money patch, Closing as original issue fixed
You havent specified the manager_llm attribute in your crew - https://docs.crewai.com/core-concepts/Processes/
Can you share the exact error please? the LLM will hallucinate if it cannot use the tool(s)