Skip to content

Commit f4fe755

Browse files
authored
changelogs for release 1.4.2 (#228)
1 parent 2f7bbde commit f4fe755

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

changelog/overview.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ title: "Product updates"
33
mode: "wide"
44
---
55

6+
<Update label="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.
25+
26+
</Update>
27+
628
<Update label="2025-04-23" description="v1.4.0">
729

830
## New Features:

0 commit comments

Comments
 (0)