crewAIInc / crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
https://crewai.com
MIT License
19k stars 2.62k forks source link

Fix logging types to bool #1051

Closed lorenzejay closed 1 month ago

lorenzejay commented 1 month ago

resolves https://github.com/crewAIInc/crewAI/issues/1041

prev was bool or int. now true or false.