Open priamai opened 3 weeks ago
Quick fix on that line 83, they changed the method to be a boolean:
# Create the crew
crew = Crew(
agents=[researcher, analyst],
tasks=[research_task, analysis_task],
process=Process.sequential,
verbose=True # Increased verbosity for more detailed output
)
Found this issue, I am not a CrewAI expert but seems to be related to Pydantic. I debugged until Line 83: