Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-20 | 2.2 kB | |
v1.7.12 source code.tar.gz | 2025-08-20 | 13.2 MB | |
v1.7.12 source code.zip | 2025-08-20 | 14.8 MB | |
Totals: 3 Items | 28.0 MB | 0 |
Changelog
Improvements:
- Teams Collaborate Streaming: Added support for streaming or teams on
collaborate
mode. - OpenAI Verbosity: Added
verbosity
parameter toOpenAIChat
andOpenAIResponses
. - Gemini URL Context Tool: Adds support fior Gemini URL context tool.
Bug Fixes:
- GCSKnowledgeBase Load: Fixed cases where
.load()
functioned incorrectly. - Youtube Transcripts: Removed deprecated implementation in
YoutubeTools
.
What's Changed
- [feat] Allow a user to specify DynamoDB provisioned throughput when initializing DynamoDbStorage class. by @oakhan3 in https://github.com/agno-agi/agno/pull/4112
- [feat] Add Vertex AI support for GeminiEmbedder by @smilewilson1999 in https://github.com/agno-agi/agno/pull/4223
- feat: Team streaming events on Collaborate mode by @dirkbrnd in https://github.com/agno-agi/agno/pull/4220
- Fix: Preserve context, session_state, and extra_data when creating default reasoning agents by @hussain-mohammed in https://github.com/agno-agi/agno/pull/4081
- fix(discord): Ensure Discord ID integrity by using string type by @MatheusCally in https://github.com/agno-agi/agno/pull/4240
- [fix] Make Gemini aware of pre-tool messages by @guyrosin in https://github.com/agno-agi/agno/pull/4252
- fix: GCS KnowledgeBase; Brave Search Tool by @willemcdejongh in https://github.com/agno-agi/agno/pull/4260
- feat: Gemini URL context tool by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/4270
- feat: New OpenAI params by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/4265
- fix: transcript function from YouTube API by @harshithvh in https://github.com/agno-agi/agno/pull/4280
- chore: Release 1.7.12 by @dirkbrnd in https://github.com/agno-agi/agno/pull/4274
New Contributors
- @smilewilson1999 made their first contribution in https://github.com/agno-agi/agno/pull/4223
- @hussain-mohammed made their first contribution in https://github.com/agno-agi/agno/pull/4081
- @MatheusCally made their first contribution in https://github.com/agno-agi/agno/pull/4240
Full Changelog: https://github.com/agno-agi/agno/compare/v1.7.11...v1.7.12