Changelog
New Features:
- GPT-5 Compatibility: Support for GPT-5 with our
OpenAIResponsesclass
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
roleparameter to theTeamclass for defining the team's purpose and specialization.
Bug fixes:
- Support for all GPT reasoning models with our
OpenAIResponsesclass
What's Changed
- feat: KB - PDF with password by @Mustafa-Esoofally in #4106
- [fix] Implement weaviate knowledge upsert. Improve AgentKnowledge class. by @Siete-F in #3784
- fix: handle receiving a list of Message as input for team arun by @manuhortet in #4167
- cookbook: update mcp library for gibsonai tool by @Boburmirzo in #4173
- feat: pagination with metadata for github issues by @harshithvh in #4166
- [feat] Add role parameter to Team class by @harshithvh in #4172
- feat: support new responses API for GPT-5 and all other GPT reasoning models by @RockPaperSmittie in #4186
- Fix session states merge precedence by @abiari in #4182
- chore: Release 1.7.10 by @manuhortet in #4187
New Contributors
Full Changelog: v1.7.9...v1.7.10