Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-12 | 1.8 kB | |
v1.7.10 source code.tar.gz | 2025-08-12 | 13.2 MB | |
v1.7.10 source code.zip | 2025-08-12 | 14.7 MB | |
Totals: 3 Items | 27.9 MB | 0 |
Changelog
New Features:
- GPT-5 Compatibility: Support for GPT-5 with our
OpenAIResponses
class
Improvements:
- Knowledge Base PDF with Password Support: Added support for password-protected PDFs on
PDFKnowledgeBase
. - Pagination for GitHub Tools: Added pagination with metadata for GitHub Tools.
- Team Role Parameter: Added a
role
parameter to theTeam
class for defining the team's purpose and specialization.
Bug fixes:
- Support for all GPT reasoning models with our
OpenAIResponses
class
What's Changed
- feat: KB - PDF with password by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/4106
- [fix] Implement weaviate knowledge upsert. Improve AgentKnowledge class. by @Siete-F in https://github.com/agno-agi/agno/pull/3784
- fix: handle receiving a list of Message as input for team arun by @manuhortet in https://github.com/agno-agi/agno/pull/4167
- cookbook: update mcp library for gibsonai tool by @Boburmirzo in https://github.com/agno-agi/agno/pull/4173
- feat: pagination with metadata for github issues by @harshithvh in https://github.com/agno-agi/agno/pull/4166
- [feat] Add role parameter to Team class by @harshithvh in https://github.com/agno-agi/agno/pull/4172
- feat: support new responses API for GPT-5 and all other GPT reasoning models by @RockPaperSmittie in https://github.com/agno-agi/agno/pull/4186
- Fix session states merge precedence by @abiari in https://github.com/agno-agi/agno/pull/4182
- chore: Release 1.7.10 by @manuhortet in https://github.com/agno-agi/agno/pull/4187
New Contributors
- @abiari made their first contribution in https://github.com/agno-agi/agno/pull/4182
Full Changelog: https://github.com/agno-agi/agno/compare/v1.7.9...v1.7.10