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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,27 @@ title: "Product updates"
3
3
mode: "wide"
4
4
---
5
5
6
+
<Updatelabel="2025-04-16"description="v1.3.2">
7
+
## New Features:
8
+
9
+
-**Redis Memory DB**: Added Redis as a storage provider for `Memory`. See [here](https://docs.agno.com/examples/concepts/memory/mem-redis-memory).
10
+
11
+
## Improvements:
12
+
13
+
-**Memory Updates**: Various performance improvements made and convenience functions added:
14
+
-`agent.get_session_summary()` → Use to get the previous session summary from the agent.
15
+
-`agent.get_user_memories()` → Use to get the current user’s memories.
16
+
- You can also add additional instructions to the `MemoryManager` or `SessionSummarizer`.
17
+
-**Confluence Bypass SSL Verification**: If required, you can now skip SSL verification for Confluence connections.
18
+
-**More Flexibility On Team Prompts**: Added `add_member_tools_to_system_message` to remove the member tool names from the system message given to the team leader, which allows flexibility to make teams transfer functions work in more cases.
19
+
20
+
## Bug Fixes:
21
+
22
+
-**LiteLLM Streaming Tool Calls**: Fixed issues with tool call streaming in LiteLLM.
23
+
-**E2B Casing Issue**: Fixed issues with parsed Python code that would make some values lowercase.
24
+
-**Team Member IDs**: Fixed edge-cases with team member IDs causing teams to break.
0 commit comments