Evals
Evals on the Agno platform
You can track your evaluation runs on the Agno platform
Track your evaluations
Apart from running your evaluations on the CLI, you can also track them on the Agno platform. This is useful to keep track of results and share them with your team. Do it following these steps:
1
Authenticate
You can authenticate using your CLI or API key.
Using your CLI:
Using your API key:
Get your API key from Agno App and use it to link your locally running agents to the Agno platform.
2
Track your evaluations
When running an evaluation, set monitoring=True
to track all its runs on the Agno platform:
You can also set the AGNO_MONITOR
environment variable to true
to track all evaluation runs.
3
View your evaluations
You can now view your evaluations on the Agno platform at app.agno.com/evaluations.
Facing issues? Check out our troubleshooting guide