| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-14 | 2.0 kB | |
| v2.2.12 source code.tar.gz | 2025-11-14 | 9.9 MB | |
| v2.2.12 source code.zip | 2025-11-14 | 11.8 MB | |
| Totals: 3 Items | 21.7 MB | 0 | |
Changelog
New Features:
- Knowledge Search Filter Expressions: Added a new metadata-based Filter DSL (EQ, IN, GT/LT, NOT, AND, OR) enabling targeted Knowledge searches across. Support for PGVector only in this release, support for more VectorDB’s to follow. Added ew cookbook examples showing practical usage.
Improvements
- Slack interface: Your Agno agents used via the Slack interface will now default to only answering messages directed at them. A
reply_to_mentions_onlyparameter was also added to adjust the behavior.
Bug Fixes:
- Gemini Parse of Any in Tool Parameters: Fixed issues where tools with pydantic objects in the parameters with
anyas a type was not parsed correctly for Gemini. This affected Agentic Knowledge Filtering, which is also fixed.
What's Changed
- fix: Slack should only reply to mentions - not all channel messages by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/5366
- fix: KnowledgeFilter types update to support Gemini agentic filters by @willemcdejongh in https://github.com/agno-agi/agno/pull/5388
- feat: Knowledge advanced filtering by @willemcdejongh in https://github.com/agno-agi/agno/pull/5223
- fix: AgentSession deserialization by @dirkbrnd in https://github.com/agno-agi/agno/pull/5411
- fix: ensure parent_run_id is correctly assigned when streaming member events by @raphaelrodrigues in https://github.com/agno-agi/agno/pull/5406
- fix: Add session_id parameter to workflow.get_run() and workflow.aget_run() methods by @bhatt-neel-dev in https://github.com/agno-agi/agno/pull/5374
- chore: v2.2.12 by @manuhortet in https://github.com/agno-agi/agno/pull/5420
New Contributors
- @raphaelrodrigues made their first contribution in https://github.com/agno-agi/agno/pull/5406
- @bhatt-neel-dev made their first contribution in https://github.com/agno-agi/agno/pull/5374
Full Changelog: https://github.com/agno-agi/agno/compare/v2.2.11...v2.2.12