There are multiple events in the verbose section during the execution where it is described what is the crew doing currently doing, e.g, thinking, processing, executing tasks, using tools, delegating tasks or even providing feedback to other agents. I struggle hard to understand a tasks execution chronology when some part of “verbose process” appears to be repeating.
Is there any guide on how to interpret the crew verbose or how did you make sense of it
Thanks in advance
In the latest stable release of CrewAI (0.108.0
), the output of executions has become much more organized — now it even simulates a call tree. Make sure you’re running the latest version:
pip install --upgrade crewai crewai-tools
1 Like