Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-17 | 1.5 kB | |
v1.7.5 source code.tar.gz | 2025-07-17 | 13.1 MB | |
v1.7.5 source code.zip | 2025-07-17 | 14.6 MB | |
Totals: 3 Items | 27.7 MB | 8 |
Changelog
New Features:
- SurrealDB: Added SurrealDB support as a vector DB for knowledge bases.
Improvements:
- Session Caching: Added
cache_session
attribute to allow users to switch off session caching, which improves on memory management. - Workflows 2.0 FastAPI Support: Added support for running the new workflows in
FastAPIApp
.
Bug Fixes:
- Nested Tool Hooks: Fixed bug with nested tool hooks.
What's Changed
- feat: Integrate Surrealdb as VectorDB by @dsaad68 in https://github.com/agno-agi/agno/pull/3235
- feat: Deep research example [Nebius x Scrapegraph] by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/3863
- fix: Nested tool hooks by @dirkbrnd in https://github.com/agno-agi/agno/pull/3876
- fix: Improve session memory usage by @dirkbrnd in https://github.com/agno-agi/agno/pull/3877
- fix(knowledge): fixed async_document_lists call in combined.py by @zouchanglin in https://github.com/agno-agi/agno/pull/3834
- [fix]: Added app_id as optional argument for Workflow v2. This PR fixes the issue [#3882] by @SOORAJTS2001 in https://github.com/agno-agi/agno/pull/3878
- chore: Release 1.7.5 by @dirkbrnd in https://github.com/agno-agi/agno/pull/3885
New Contributors
- @zouchanglin made their first contribution in https://github.com/agno-agi/agno/pull/3834
- @SOORAJTS2001 made their first contribution in https://github.com/agno-agi/agno/pull/3878
Full Changelog: https://github.com/agno-agi/agno/compare/v1.7.4...v1.7.5