Rip&Tear

Results 77 comments of Rip&Tear

@windowshopr your crewAI version is out of date, add to the latest RC with with pip install crewai==0.30.0rc6 crewai-tools==0.2.3 --update

I wonder if the issue id in the way you are setting up the tools: ``` tools=[DirectoryLoader(path="./free_programming_books/project_manager", recursive=True, show_progress=True), WebsiteSearchTool(website='https://www.google.ca/'), YoutubeVideoSearchTool(), ScrapeWebsiteTool(), ], ``` Can you try instantiating outside of...

tool = PDFSearchTool(pdf='path/to/your/document.pdf')

> PDFSearchTool Do you have any agents or tasks that have no tools set like this: `tools = []` if so try removing that line

Do your other agents have this configured: `tools = []`

No, remove it if you are not using tools on an agent

Try upgrading crewai - pip install crewai --upgrade