Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-15 | 2.3 kB | |
v1.7.3 source code.tar.gz | 2025-07-15 | 12.2 MB | |
v1.7.3 source code.zip | 2025-07-15 | 13.6 MB | |
Totals: 3 Items | 25.9 MB | 0 |
Changelog
New Features:
- Session State on Run: You can now pass
session_state
when running an agent or team. See docs for more information. - GCS Support for PDF Knowledge Base: Added
GCSPDFKnowledgeBase
to support PDFs on Google Cloud Storage.
Bug Fixes:
- Workflows Async + Storage: Fixed issues where sessions was not correctly stored with async workflow executions.
- Session State Management: Fixed issues around session state management in teams and agents. Session state and session name will now correctly reset and load from storage if sessions are switched.
- Metadata Support for Document Knowledge Base: Adds metadata support for
DocumentKnowledgeBase
- Session Metrics with History: Fixed bug with session metrics on
Agent
where history is enabled.
What's Changed
- feat: Startup analyst example - Scrapegraph by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/3813
- Inside the
format.bat
, enable the .venv environment when available. by @Siete-F in https://github.com/agno-agi/agno/pull/3807 - feat: Atla observability example by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/3810
- fix: add metadata support for document kb by @kausmeows in https://github.com/agno-agi/agno/pull/3814
- feat: Stagehand MCP example by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/3815
- fix: Workflows async + storage by @dirkbrnd in https://github.com/agno-agi/agno/pull/3827
- [feat] added optional user-provided client, hitl, type ann. by @djoek in https://github.com/agno-agi/agno/pull/3639
- chore: Add example for dynamic instructions by @dirkbrnd in https://github.com/agno-agi/agno/pull/3835
- [fix] Fix session metrics counting history messages multiple times by @NTTLuke in https://github.com/agno-agi/agno/pull/3830
- fix: Handle session state creation by @dirkbrnd in https://github.com/agno-agi/agno/pull/3824
- feat: gcs storage by @pritipsingh in https://github.com/agno-agi/agno/pull/3804
- chore: Release 1.7.3 by @dirkbrnd in https://github.com/agno-agi/agno/pull/3846
New Contributors
- @NTTLuke made their first contribution in https://github.com/agno-agi/agno/pull/3830
Full Changelog: https://github.com/agno-agi/agno/compare/v1.7.2...v1.7.3