| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-11 | 1.3 kB | |
| v2.3.11 source code.tar.gz | 2025-12-11 | 18.3 MB | |
| v2.3.11 source code.zip | 2025-12-11 | 20.3 MB | |
| Totals: 3 Items | 38.5 MB | 0 | |
Changelog
Improvements:
- Knowledge:
- Fixed an issue with custom readers not always displaying correctly on AgentOS.
- Improved reader and chunking handling for Knowledge uploads via AgentOS
- Agno Tracing: Improved the upsert functionality of traces across DBs to avoid errors during update operations on traces data.
- OpenAI provider data: Add new OpenAI-specific fields to our
RunOutputandRunCompletedEventclasses, to make them available both in streaming and non-streaming cases.
Bug Fixes:
- Culture with async PostgreSQL or SQLite: Fixed a problem using the Culture feature with one of the
AsyncPostgresDborAsyncSqliteDbclasses.
What's Changed
- fix: Knowledge updates by @willemcdejongh in https://github.com/agno-agi/agno/pull/5689
- feat: Populate response_provider_data in OpenAI Chat provider by @JasonLovesDoggo in https://github.com/agno-agi/agno/pull/5683
- fix: trace upsert by @kausmeows in https://github.com/agno-agi/agno/pull/5669
- fix: missing create table for culture instead of raise by @xpander-moriel in https://github.com/agno-agi/agno/pull/5692
- chore: v2.3.11 by @manuhortet in https://github.com/agno-agi/agno/pull/5693
Full Changelog: https://github.com/agno-agi/agno/compare/v2.3.10...v2.3.11