Rip&Tear
Rip&Tear
I dont see a crewai Issue here
@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
What website is it trying to access
Try upgrading crewai - pip install crewai --upgrade
monitoring the PR for now