Skip to content

Commit 96bf8a0

Browse files
committed
update
1 parent e167b60 commit 96bf8a0

File tree

1 file changed

+78
-35
lines changed

1 file changed

+78
-35
lines changed

changelog/overview.mdx

Lines changed: 78 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ mode: "wide"
44
---
55

66
<Update label="2025-04-23" description="v1.4.0">
7-
#
87

98
## New Features:
109

@@ -24,8 +23,10 @@ mode: "wide"
2423
## Breaking Changes:
2524

2625
- **Memory:** Agents will now by default use an improved `Memory` instead of the now deprecated `AgentMemory`. - `agent.memory.messages``run.messages for run in agent.memory.runs` (or `agent.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.
27-
</Update>
28-
<Update label="2025-04-21" description="v1.3.5">
26+
27+
</Update>
28+
29+
<Update label="2025-04-21" description="v1.3.5">
2930

3031
## Improvements:
3132

@@ -45,8 +46,10 @@ mode: "wide"
4546
## Bug Fixes
4647

4748
- **Firecrawl Scrape**: Fixed issues with non-serializable types for during Firecrawl execution. https://github.com/agno-agi/agno/issues/2883
48-
</Update>
49-
<Update label="2025-04-18" description="v1.3.4">
49+
50+
</Update>
51+
52+
<Update label="2025-04-18" description="v1.3.4">
5053

5154
## New Features:
5255

@@ -68,8 +71,10 @@ mode: "wide"
6871

6972
- **DynamoDB Storage:** Fixed an issue with storage handling in DynamoDB-based setups.
7073
- **DeepSeek:** Fixed a bug with API key validation logic.
71-
</Update>
72-
<Update label="2025-04-17" description="v1.3.3">
74+
75+
</Update>
76+
77+
<Update label="2025-04-17" description="v1.3.3">
7378

7479
## Improvements:
7580

@@ -81,9 +86,11 @@ mode: "wide"
8186

8287
- **PPrint Util Async**: Added `apprint_run_response` to support async.
8388
- **Mistral Reasoning:** Fixed issues with using a Mistral model for chain-of-thought reasoning.
84-
</Update>
89+
90+
</Update>
8591

8692
<Update label="2025-04-16" description="v1.3.2">
93+
8794
## New Features:
8895

8996
- **Redis Memory DB**: Added Redis as a storage provider for `Memory`. See [here](https://docs.agno.com/examples/concepts/memory/mem-redis-memory).
@@ -102,7 +109,8 @@ mode: "wide"
102109
- **LiteLLM Streaming Tool Calls**: Fixed issues with tool call streaming in LiteLLM.
103110
- **E2B Casing Issue**: Fixed issues with parsed Python code that would make some values lowercase.
104111
- **Team Member IDs**: Fixed edge-cases with team member IDs causing teams to break.
105-
</Update>
112+
113+
</Update>
106114

107115
<Update label="2025-04-12" description="v1.3.0">
108116
## New Features:
@@ -139,7 +147,8 @@ mode: "wide"
139147
- **ChromaDB Version Compatibility:** Fix to ensure that ChromaDB and Agno are compatible with newer versions of ChromaDB.
140148
- **Team-Member Interactions**: Fixed issue where if members respond with empty content the team would halt. This is now be resolved.
141149
- **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
142-
</Update>
150+
151+
</Update>
143152

144153
<Update label="2025-04-07" description="v1.2.12">
145154
## New Features:
@@ -151,29 +160,33 @@ mode: "wide"
151160
## Improvements:
152161

153162
- **Async Vector DB and Knowledge Base Improvements**: More knowledge bases have been updated for `async-await` support: - `URLKnowledgeBase` → Find some examples [here](https://github.com/agno-agi/agno/blob/9d1b14af9709dde1e3bf36c241c80fb295c3b6d3/cookbook/agent_concepts/knowledge/url_kb_async.py). - `FireCrawlKnowledgeBase` → Find some examples [here](https://github.com/agno-agi/agno/blob/596898d5ba27d2fe228ea4f79edbe9068d34a1f8/cookbook/agent_concepts/knowledge/firecrawl_kb_async.py). - `DocxKnowledgeBase` → Find some examples [here](https://github.com/agno-agi/agno/blob/f6db19f4684f6ab74044a4466946e281586ca1cf/cookbook/agent_concepts/knowledge/docx_kb_async.py).
154-
</Update>
163+
164+
</Update>
155165

156166
<Update label="2025-04-07" description="v1.2.11">
157167
## Bug Fixes:
158168

159169
- **Fix for structured outputs**: Fixed cases of structured outputs for reasoning.
160-
</Update>
170+
171+
</Update>
161172

162173
<Update label="2025-04-07" description="v1.2.10">
163174
## 1.2.10
164175

165176
## New Features:
166177

167178
- **Knowledge Tools**: Added `KnowledgeTools` for thinking, searching and analysing documents in a knowledge base.
168-
</Update>
179+
180+
</Update>
169181

170182
<Update label="2025-04-05" description="v1.2.9">
171183
## 1.2.9
172184

173185
## Improvements:
174186

175187
- **Simpler MCP Interface**: Added `MultiMCPTools` to support multiple server connections and simplified the interface to allow `command` to be passed. See [these examples](https://github.com/agno-agi/agno/blob/382667097c31fbb9f08783431dcac5eccd64b84a/cookbook/tools/mcp) of how to use it.
176-
</Update>
188+
189+
</Update>
177190

178191
<Update label="2025-04-04" description="v1.2.8">
179192
## 1.2.8
@@ -187,8 +200,10 @@ mode: "wide"
187200
## Bug Fixes:
188201

189202
- **Teams transfer functions**: Some tool definitions of teams failed for certain models. This has been fixed.
190-
</Update>
191-
<Update label="2025-04-02" description="v1.2.7">
203+
204+
</Update>
205+
206+
<Update label="2025-04-02" description="v1.2.7">
192207

193208
## 1.2.7
194209

@@ -219,7 +234,8 @@ mode: "wide"
219234
## Bug Fixes:
220235

221236
- **Recursive Chunking Infinite Loop**: Fixes an issue with RecursiveChunking getting stuck in an infinite loop for large documents.
222-
</Update>
237+
238+
</Update>
223239

224240
<Update label="2025-03-28" description="v1.2.6">
225241
## 1.2.6
@@ -230,7 +246,9 @@ mode: "wide"
230246
- **Reasoning fix**: Fixed an issue with default reasoning and improved logging for reasoning models .
231247

232248
</Update>
249+
233250
<Update label="2025-03-27" description="v1.2.5">
251+
234252
## 1.2.5
235253

236254
## New Features:
@@ -252,6 +270,7 @@ mode: "wide"
252270
- **Worklow session retrieval from storage**: Fixed `entity_id` mappings.
253271

254272
</Update>
273+
255274
<Update label="2025-03-25" description="v1.2.4">
256275
## 1.2.4
257276

@@ -263,31 +282,36 @@ mode: "wide"
263282

264283
- **Sessions not created**: Made issue where sessions would not be created in existing tables without a migration be more visible. Please read the docs on [storage schema migrations](https://docs.agno.com/agents/storage).
265284
- **Todoist fixes**: Fixed `update_task` on `TodoistTools`.
266-
</Update>
285+
286+
</Update>
267287

268288
<Update label="2025-03-24" description="v1.2.3">
269289
## 1.2.3
270290

271291
## Improvements:
272292

273293
- **Teams Error Handling:** Improved the flow in cases where the model gets it wrong when forwarding tasks to members.
274-
</Update>
275-
<Update label="2025-03-24" description="v1.2.2">
294+
295+
</Update>
296+
297+
<Update label="2025-03-24" description="v1.2.2">
276298

277299
## 1.2.2
278300

279301
## Bug Fixes:
280302

281303
- **Teams Memory:** Fixed issues related to memory not persisting correctly across multiple sessions.
282-
</Update>
304+
305+
</Update>
283306

284307
<Update label="2025-03-24" description="v1.2.1">
285308
## 1.2.1
286309

287310
## Bug Fixes:
288311

289312
- **Teams Markdown**: Fixed issue with markdown in teams responses.
290-
</Update>
313+
314+
</Update>
291315

292316
<Update label="2025-03-24" description="v1.2.0">
293317
## 1.2.0
@@ -305,15 +329,17 @@ mode: "wide"
305329
## Bug Fixes:
306330

307331
- **Azure AI Factory:** Fix for a broken import in Azure AI Factory.
308-
</Update>
332+
333+
</Update>
309334

310335
<Update label="2025-03-23" description="v1.1.17">
311336
## 1.1.17
312337

313338
## Improvements:
314339

315340
- **Better Debug Logs**: Enhanced debug logs for better readability and clarity.
316-
</Update>
341+
342+
</Update>
317343

318344
<Update label="2025-03-22" description="v1.1.16">
319345
## 1.1.16
@@ -341,7 +367,8 @@ mode: "wide"
341367
- Websitetools
342368
- YFinanceTools
343369
- **Show tool calls**: Improved how tool calls are displayed when `print_response` and `aprint_response` is used. They are now displayed in a separate panel different from response panel. It can also be used in conjunction in `response_model`.
344-
</Update>
370+
371+
</Update>
345372

346373
<Update label="2025-03-20" description="v1.1.14">
347374
## 1.1.14 - Teams Revamp
@@ -375,6 +402,7 @@ mode: "wide"
375402
- **Agent Team:** `Agent.team` is deprecated with the release of our new Teams implementation [here](https://docs.agno.com/teams/introduction). This will be removed in a future major version release.
376403

377404
</Update>
405+
378406
<Update label="2025-03-14" description="v1.1.13">
379407
## 1.1.13
380408

@@ -392,6 +420,7 @@ mode: "wide"
392420
- **Google Maps Places**: Support from Google for Places API has been changed and this brings it up to date so we can continue to support “search places”.
393421

394422
</Update>
423+
395424
<Update label="2025-03-13" description="v1.1.12">
396425
## 1.1.12
397426

@@ -408,6 +437,7 @@ mode: "wide"
408437
- **MemoryManager**: Limit parameter was added fixing a KeyError in MongoMemoryDb.
409438

410439
</Update>
440+
411441
<Update label="2025-03-13" description="v1.1.11">
412442
## 1.1.11
413443

@@ -421,6 +451,7 @@ mode: "wide"
421451
- **Storage Refactor:** Merged agent and workflow storage classes to align storage better for agents, teams and workflows. This change is backwards compatible and should not result in any disruptions.
422452

423453
</Update>
454+
424455
<Update label="2025-03-12" description="v1.1.10">
425456
## 1.1.10
426457

@@ -456,6 +487,7 @@ mode: "wide"
456487
- **Mistral with reasoning**: Fixed cases where Mistral would fail when reasoning models from other providers generated reasoning content.
457488

458489
</Update>
490+
459491
<Update label="2025-03-03" description="v1.1.8">
460492
## 1.1.8
461493

@@ -482,6 +514,7 @@ mode: "wide"
482514
- **Claude Thinking Streaming**: Fix Claude thinking when streaming is active, as well as for async runs.
483515

484516
</Update>
517+
485518
<Update label="2025-02-24" description="v1.1.6">
486519
## 1.1.6
487520

@@ -544,7 +577,8 @@ mode: "wide"
544577
- **FixedSizeChunking issue with overlap:** Fixed issue where chunking would fail if overlap was set.
545578
- **Claude tools with multiple types**: Fixed an issue where Claude tools would break when handling a union of types in parameters.
546579
- **JSON response parsing**: Fixed cases where JSON model responses returned quoted strings within dictionary values.
547-
</Update>
580+
581+
</Update>
548582

549583
<Update label="2025-02-17" description="v1.1.4">
550584
## 1.1.4
@@ -559,15 +593,17 @@ mode: "wide"
559593
- **Gemini Safety Parameters**: Fixed an issue with passing safety parameters in Gemini.
560594
- **ChromaDB Multiple Docs:** Fixed an issue with loading multiple documents into ChromaDB.
561595
- **Agentic Chunking:** Fixed an issue where OpenAI was required for chunking even when a model was provided.
562-
</Update>
596+
597+
</Update>
563598

564599
<Update label="2025-02-16" description="v1.1.3">
565600
## 1.1.3
566601

567602
## Bug Fixes:
568603

569604
- **Gemini Tool-Call History**: Fixed an issue where Gemini rejected tool-calls from historic messages.
570-
</Update>
605+
606+
</Update>
571607

572608
<Update label="2025-02-15" description="v1.1.2">
573609
## 1.1.2
@@ -594,7 +630,8 @@ mode: "wide"
594630
- **Singlestore Fix:** Fixed an issue where querying SingleStore caused the embeddings column to return in binary format.
595631
- **MongoDB Vectorstore Fix:** Fixed multiple issues in MongoDB, including duplicate creation and deletion of collections during initialization. All known issues have been resolved.
596632
- **LanceDB Fix:** Fixed various errors in LanceDB and added on_bad_vectors as a parameter.
597-
</Update>
633+
634+
</Update>
598635

599636
<Update label="2025-02-14" description="v1.1.1">
600637
## 1.1.1
@@ -639,7 +676,8 @@ mode: "wide"
639676
- **MistralEmbedder:** Fixed issue with instantiation of `MistralEmbedder`.
640677
- **Reasoning**: Fixed an issue with setting reasoning models.
641678
- **Audio Response:** Fixed an issue with streaming audio artefacts to the playground.
642-
</Update>
679+
680+
</Update>
643681

644682
<Update label="2025-02-12" description="v1.1.0">
645683
## 1.1.0 - Models Refactor and Cloud Support
@@ -705,7 +743,8 @@ mode: "wide"
705743
## Bug Fixes:
706744

707745
- **Retriever as knowledge source**: Added small fix and examples for using the custom `retriever` parameter with an agent.
708-
</Update>
746+
747+
</Update>
709748

710749
<Update label="2025-02-05" description="v1.0.6">
711750
## 1.0.6
@@ -719,7 +758,8 @@ mode: "wide"
719758

720759
- **Zoom tools fix:** Zoom tools updated to include the auth step and other misc fixes.
721760
- **Github search_repositories pagination**: Pagination did not work correctly and this was fixed.
722-
</Update>
761+
762+
</Update>
723763

724764
<Update label="2025-02-03" description="v1.0.5">
725765
## 1.0.5
@@ -733,7 +773,8 @@ mode: "wide"
733773
- **Exa Toolkit Upgrade:** Added `find_similar` to `ExaTools`
734774
- **Claude Async:** Claude models can now be used with `await agent.aprint_response()` and `await agent.arun()`.
735775
- **Mistral Vision:** Mistral vision models are now supported. Various examples were added to illustrate [example](https://github.com/agno-agi/agno/blob/main/cookbook/models/mistral/image_file_input_agent.py).
736-
</Update>
776+
777+
</Update>
737778

738779
<Update label="2025-02-02" description="v1.0.4">
739780
## 1.0.4
@@ -765,15 +806,17 @@ mode: "wide"
765806

766807
- **Agent Dataclass Compatibility:** Removed `slots=True` from the agent dataclass decorator, which was not compatible with Python < 3.10.
767808
- **AzureOpenAIEmbedder:** Made `AzureOpenAIEmbedder` a dataclass to match other embedders.
768-
</Update>
809+
810+
</Update>
769811

770812
<Update label="2025-01-31" description="v1.0.1">
771813
## 1.0.1
772814

773815
## Improvement:
774816

775817
- **Mistral Model Caching:** Enabled caching for Mistral models.
776-
</Update>
818+
819+
</Update>
777820

778821
<Update label="2025-01-30" description="v1.0.0">
779822
## 1.0.0 - Agno

0 commit comments

Comments
 (0)