Phidata comes with built-in monitoring and debugging.
monitoring=True
on any agent to log that agent’s sessions or set PHI_MONITORING=true
in your environment to log all agent sessions.
Create a file monitoring.py
with the following code:
PHI_API_KEY
for your workspace from phidata.app
debug_mode=True
on any agent to view debug logs or set PHI_DEBUG=true
in your environment.