v1.6.1
Changelog
New Features:
- Nebius Embeddings: Added support for embedding models on Nebius.
- Firestore Memory and Storage: Added support for Firestore both as memory and storage provider for your agents.
Improvements:
- Improved Event Payloads: Added
agent_name
to agent events, andteam_name
to team events. Also addedteam_session_id
to team-member events to indicate that it belongs to the top-level team session. - Team Run Events: Added
stream_member_events
to teams to optionally disable streaming of member events. - DocumentKnowledgeBase Async: Added
async
support onDocumentKnowledgeBase
- Enums on Custom Tools: Added support for
enum
parameters in custom tools.
Bug Fixes:
- Team Events: Fixed issues related to team and member events not being part of the same session. Going forward a team and its members will all have the same session ID.
What's Changed
- [fix] Open AI tools missing api key by @celobusana in #3517
- [fix] Fix quote escaping in string utility function. Ensure only unescaped … by @kostadinov92 in #3529
- Fix multi Image generations by @VirusDumb in #3536
- chore: Update file save method by @Mustafa-Esoofally in #3533
- feat: Add Nebius embedding support by @SamuelJacobJ in #3531
- fix: Do not leak the full host env vars into MCP tools by @kepler in #3547
- fix: Add doc KB async by @dirkbrnd in #3550
- feat: Add version on FastAPIApp by @dirkbrnd in #3549
- fix: handle json workflow input in our fastapi app by @manuhortet in #3543
- fix: Run response events agent name by @dirkbrnd in #3546
- fix: Enums support on custom tools for all models by @SamuelJacobJ in #3532
- Firestore memory by @jeffbryner in #1975
- fix: Azure imports by @ysolanky in #3558
- chore: Release 1.6.1 by @dirkbrnd in #3557
New Contributors
- @celobusana made their first contribution in #3517
- @kostadinov92 made their first contribution in #3529
- @jeffbryner made their first contribution in #1975
Full Changelog: v1.6.0...v1.6.1