Start Agent monitoring, evaluation, and observability
requirements.txt
:
called instrument_crewai()
before running your crew. This initializes logging hooks correctly.
debug=True
in your instrument_crewai()
call to surface any internal errors:
verbose=True
to capture detailed logs:
instrument_crewai()
is called before creating or executing agents. This might be obvious, but it’s a common oversight.