Monitoring
You can track your Agent in real-time on app.agno.com.Authenticate
Authenticate with agno.com to start monitoring your sessions. Check out Authentication guide for instructions on how to Authenticate with Agno.Enable Monitoring
Enable monitoring for a single agent or globally for all agents by settingAGNO_MONITOR=true
.
For a Specific Agent
Globally for all Agents
Monitor Your Agents
Run your agent and view the sessions on the sessions page.1
Create a file with sample code
monitoring.py
2
Run your Agent
3
View your sessions
View your sessions at app.agno.com/sessions

Facing issues? Check out our troubleshooting guide
Debug Logs
Want to see the system prompt, user messages and tool calls? Agno includes a built-in debugger that will print debug logs in the terminal. Setdebug_mode=True
on any agent or set AGNO_DEBUG=true
in your environment.
debug_logs.py
Telemetry
Agno logs which model an agent used so we can prioritize updates to the most popular providers. You can disable this by settingAGNO_TELEMETRY=false
in your environment.