Learn how to add Maxim observability and tracing to your CrewAI agent applications in just one line of code.
requirements.txt
:
.env
file in your project root:
instrument_crewai()
before running your crewdebug=True
in your instrument_crewai()
call to surface any internal errorsverbose=True
to capture detailed logsinstrument_crewai()
is called before creating or executing agents