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 #5689
- feat: Populate response_provider_data in OpenAI Chat provider by @JasonLovesDoggo in #5683
- fix: trace upsert by @kausmeows in #5669
- fix: missing create table for culture instead of raise by @xpander-moriel in #5692
- chore: v2.3.11 by @manuhortet in #5693
Full Changelog: v2.3.10...v2.3.11