Get Started
Agent Observability
Monitoring
Want to monitor and track your Agents?
Agno provides built-in monitoring capabilities that track session and performance metrics through app.agno.com. To enable monitoring:
-
Authenticate (one of these methods):
- Run
agno setup
in your terminal - Export
AGNO_API_KEY=***
in your environment
- Run
-
Enable monitoring (one of these methods):
- Set
monitoring=True
when creating an Agent - Set
AGNO_MONITOR=true
in your environment
- Set
Create a file monitoring.py
with the following code:
monitoring.py
Run the agent locally and view your sessions at app.agno.com/sessions
Facing issues? Check out our troubleshooting guide