v1.4.0
Changelog
New Features:
- Memory Generally Available: We have made improvements and adjustments to how Agentic user memory management works. This is now out of beta and generally available. See these examples and these docs for more info.
- OpenAI Tools: Added
OpenAITools
to enable text-to-speech and image generation through OpenAI’s APIs. - Zep Tools: Added
ZepTools
andAsyncZepTools
to manage memories for your Agent usingzep-cloud
Improvements:
- Azure AI Foundry Reasoning: Added support for reasoning models via Azure AI Foundry. E.g. Deepseek-R1.
- Include/Exclude Tools: Added
include_tools
andexclude_tools
for all toolkits. This allows for selective enabling / disabling of tools inside toolkits, which is especially useful for larger toolkits.
Bug Fixes:
- Gemini with Memory: Fixed issue with
deepcopy
when Gemini is used withMemory
.
Breaking Changes:
- Memory: Agents will now by default use an improved
Memory
instead of the now deprecatedAgentMemory
.agent.memory.messages
→run.messages for run in agent.memory.runs
(oragent.get_messages_for_session()
)create_user_memories
→enable_user_memories
and is now set on the Agent/Team directly.create_session_summary
→enable_session_summaries
and is now set on the Agent/Team directly.
What's Changed
- improve instruction for agno assist by @anuragts in #2917
- Add azure AI foundry for reasoning by @dirkbrnd in #2923
- fix: fixed auto-escaping issue in debug mode when content is in Chine… by @KinonoChen in #2915
- zep-integration-ag-2991 by @ysolanky in #2853
- Openai native model tool calls by @Mustafa-Esoofally in #2736
- Feature: Include/Exclude tools from toolkit by @dirkbrnd in #2918
- agent.py fix by @ashpreetbedi in #2936
- update-stale-issues-workflow-ag-3007 by @ysolanky in #2935
- fix(mcp): handle empty exclude_tools field by @manuhortet in #2941
- fix(playground): stream response only if response is streamable by @manuhortet in #2930
- Fix gemini deepcopy by @dirkbrnd in #2922
- fix/remove memory from agentic rag by @Ayush0054 in #2890
- Release 1.4.0 by @dirkbrnd in #2932
New Contributors
- @KinonoChen made their first contribution in #2915
Full Changelog: v1.3.5...v1.4.0