| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-23 | 1.1 kB | |
| v2.3.21 source code.tar.gz | 2025-12-23 | 18.5 MB | |
| v2.3.21 source code.zip | 2025-12-23 | 20.6 MB | |
| Totals: 3 Items | 39.1 MB | 0 | |
Changelog
New Features:
- Agent as Judge on AgentOS: Our new [AgentAsJudge Evals](https://docs.agno.com/basics/evals/agent-as-judge/overview) are now completely supported on the AgentOS: you can configure and trigger new runs, and will see existing runs listed with the rest in the Evals page.
Bug Fixes:
- RunInput parsing: Fixed an issue persisting RunInput objects when providing it as a list of Message objects.
- Mistral Embedder: Fixed an issue setting timeout values for the MistralEmbedder class.
What's Changed
- cookbook: Speech to text workflow example by @willemcdejongh in https://github.com/agno-agi/agno/pull/5742
- feat: return agent-as-judge evals on GET endpoints [SDK-403] by @manuhortet in https://github.com/agno-agi/agno/pull/5663
- [fix] Make RunInput input_content JSON-serializable by @liqiongyu in https://github.com/agno-agi/agno/pull/5810
- chore: v2.3.21 by @manuhortet in https://github.com/agno-agi/agno/pull/5840
Full Changelog: https://github.com/agno-agi/agno/compare/v2.3.20...v2.3.21