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
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,36 @@ title: "Product updates"
3
3
mode: "wide"
4
4
---
5
5
6
+
<Updatelabel="2025-04-08"description="v1.2.14">
7
+
## Improvements:
8
+
9
+
-**Improved Github Tools**: Added many more capabilities to `GithubTools`.
10
+
-**Windows Scripts Support**: Converted all the utility scripts to be Windows compatible.
11
+
-**MongoDB VectorDB Async Support**: MongoDB can now be used in async knowledge bases.
12
+
13
+
## Bug Fixes:
14
+
15
+
-**Gemini Tool Formatting**: Fixed various cases where functions would not be parsed correctly when used with Gemini.
16
+
-**ChromaDB Version Compatibility:** Fix to ensure that ChromaDB and Agno are compatible with newer versions of ChromaDB.
17
+
-**Team-Member Interactions**: Fixed issue where if members respond with empty content the team would halt. This is now be resolved.
18
+
-**Claude Empty Response:** Fixed a case when the response did not include any content with tool calls resulting in an error from the Anthropic API
19
+
</Update>
20
+
21
+
<Updatelabel="2025-04-07"description="v1.2.12">
22
+
## New Features:
23
+
24
+
-**Timezone Identifier:** Added a new `timezone_identifier` parameter in the Agent class to include the timezone alongside the current date in the instructions.
25
+
-**Google Cloud JSON Storage**: Added support for JSON-based session storage on Google Cloud.
26
+
-**Reasoning Tools**: Added `ReasoningTools` for an advanced reasoning scratchpad for agents.
27
+
28
+
## Improvements:
29
+
30
+
-**Async Vector DB and Knowledge Base Improvements**: More knowledge bases have been updated for `async-await` support:
31
+
-`URLKnowledgeBase` → Find some examples [here](https://github.com/agno-agi/agno/blob/9d1b14af9709dde1e3bf36c241c80fb295c3b6d3/cookbook/agent_concepts/knowledge/url_kb_async.py).
32
+
-`FireCrawlKnowledgeBase` → Find some examples [here](https://github.com/agno-agi/agno/blob/596898d5ba27d2fe228ea4f79edbe9068d34a1f8/cookbook/agent_concepts/knowledge/firecrawl_kb_async.py).
33
+
-`DocxKnowledgeBase` → Find some examples [here](https://github.com/agno-agi/agno/blob/f6db19f4684f6ab74044a4466946e281586ca1cf/cookbook/agent_concepts/knowledge/docx_kb_async.py).
0 commit comments