From 394c114657f222330414c9c71af4db850e33d317 Mon Sep 17 00:00:00 2001 From: Samarth Rawat Date: Thu, 7 Aug 2025 21:08:19 +0530 Subject: [PATCH 1/2] Update memory.mdx --- docs/en/concepts/memory.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/concepts/memory.mdx b/docs/en/concepts/memory.mdx index fa0ad037f2..e210616604 100644 --- a/docs/en/concepts/memory.mdx +++ b/docs/en/concepts/memory.mdx @@ -6,7 +6,7 @@ icon: database ## Overview -The CrewAI framework provides a sophisticated memory system designed to significantly enhance AI agent capabilities. CrewAI offers **three distinct memory approaches** that serve different use cases: +The CrewAI framework provides a sophisticated memory system designed to significantly enhance AI agent capabilities. CrewAI offers **Two distinct memory approaches** that serve different use cases: 1. **Basic Memory System** - Built-in short-term, long-term, and entity memory 2. **External Memory** - Standalone external memory providers From 9e2365b305339a707a0b95320bc16e59a78a2353 Mon Sep 17 00:00:00 2001 From: Samarth Rawat Date: Thu, 7 Aug 2025 21:54:23 +0530 Subject: [PATCH 2/2] Update memory.mdx --- docs/en/concepts/memory.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/concepts/memory.mdx b/docs/en/concepts/memory.mdx index e210616604..603263a4fa 100644 --- a/docs/en/concepts/memory.mdx +++ b/docs/en/concepts/memory.mdx @@ -6,7 +6,7 @@ icon: database ## Overview -The CrewAI framework provides a sophisticated memory system designed to significantly enhance AI agent capabilities. CrewAI offers **Two distinct memory approaches** that serve different use cases: +The CrewAI framework provides a sophisticated memory system designed to significantly enhance AI agent capabilities. CrewAI offers **two distinct memory approaches** that serve different use cases: 1. **Basic Memory System** - Built-in short-term, long-term, and entity memory 2. **External Memory** - Standalone external memory providers