Monitoring & Debugging
Monitor your Agents, Teams and Workflows in real-time.
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 setting AGNO_MONITOR=true
.
For a Specific Agent
Globally for all Agents
Monitor Your Agents
Run your agent and view the sessions on the sessions page.
Create a file with sample code
Run your Agent
View your sessions
View your sessions at app.agno.com/sessions
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. Set debug_mode=True
on any agent or set AGNO_DEBUG=true
in your environment.
Run the agent to view debug logs in the terminal: