Hey guys, I have a project where I’m using 2 agents. 1 agent is for searching the internet and 2nd agent is for writing the output of this in an excel file.
the 1st agent uses any search tool which is fine but I’m lost on the 2nd agent because I need to go row by row in my excel file and take some columns as my input and use that input when doing both tasks from both agents
1 Like
Why isn’t the import for crewai.tools import tool working even though thats how it shows in the documentation.
Create Custom Tools - CrewAI
I updated my package and it worked but can someone check why the code isn’t working when it wants to use the CodeInterpreter() tool?
Data-Analysis/crew at master · yazanrisheh/Data-Analysis
Can you please explain what you mean by saying “isn’t working”? What error do you get?
The code interpreter tool isn’t working. It can’t read the file path for some reason as well
This is the error I am getting