You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog/overview.mdx
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,28 @@ title: "Product updates"
3
3
mode: "wide"
4
4
---
5
5
6
+
<Updatelabel="2025-04-25"description="v1.4.2">
7
+
8
+
## New Features:
9
+
10
+
-**MCP SSE Support**: Added support for connecting to SSE MCP Servers.
11
+
-**Tool Hooks**: You can now have a hook that is wrapped around all tool calls. This works for `Toolkits` and custom tools. See [this example](https://github.com/agno-agi/agno/blob/main/cookbook/agent_concepts/tool_concepts/toolkits/tool_hook.py).
12
+
-**Team Session State:** You can now manage a single state dictionary across a team leader and team members inside tools given to the team leader/members. See [this example](https://github.com/agno-agi/agno/blob/main/cookbook/teams/team_with_shared_state.py).
13
+
-**Cartesia Tool**: Added support for Cartesia for text-to-speech capabilities.
14
+
-**Gemini Image Tools:** Added a tool that uses Gemini models to generate images.
15
+
-**Groq Audio Tools**: Added a tool that uses Groq models to translate, transcribe and generate audio.
16
+
17
+
## Improvements:
18
+
19
+
-**PubmedTools Expanded Results**: Added expanded result sets for `PubmedTools` .
20
+
-**Variety in Tool Results**: Custom tools can now have any return type and it would be handled before being provided to the model.
21
+
22
+
## Bug Fixes:
23
+
24
+
-**Teams Shared Model Bug**: Fixed issues where a single model is used across team members. This should reduce tool call failures in team execution.
0 commit comments