| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-03 | 1.8 kB | |
| v2.3.6 source code.tar.gz | 2025-12-03 | 18.2 MB | |
| v2.3.6 source code.zip | 2025-12-03 | 20.1 MB | |
| Totals: 3 Items | 38.2 MB | 0 | |
Changelog
New Features:
- Amazon Redshift Tools: Added toolkit for exploring Amazon Redshift databases and running queries. See the docs.
- Spotify Tools: Added toolkit for managing your Spotify library. See the docs.
Improvements:
- Faster accuracy evaluations with AgentOS: Now when running multiple accuracy evaluations via the AgentOS for the same Agent, fresh sessions will always be used. This speeds-up the process.
Bug Fixes:
- Session state persistence with Workflows: Fix a bug persisting the
session_statein certain scenarios when using Worfklows. - Empty sessions in AgentOS API: Ensure all AgentOS API endpoints work fine with empty agent/team/workflow sessions if there’s any in the database.
What's Changed
- fix: preserve empty dict references by replacing
or {}with explici… by @opleonnn in https://github.com/agno-agi/agno/pull/5589 - fix: handle empty sessions in the get sessions endpoint by @manuhortet in https://github.com/agno-agi/agno/pull/5591
- fix: accuracy evals with multiple iterations to run in different sessions by @manuhortet in https://github.com/agno-agi/agno/pull/4879
- fix: get memory topics function for sqlite and postgres by @manuhortet in https://github.com/agno-agi/agno/pull/5595
- feat: spotify toolkit by @ysolanky in https://github.com/agno-agi/agno/pull/5545
- chore: Release 2.3.6 by @dirkbrnd in https://github.com/agno-agi/agno/pull/5597
New Contributors
- @opleonnn made their first contribution in https://github.com/agno-agi/agno/pull/5589
Full Changelog: https://github.com/agno-agi/agno/compare/v2.3.5...v2.3.6