From 86a558f41af08a8e91115875590bc0c6279053f6 Mon Sep 17 00:00:00 2001 From: Fabian Peschke <68806729+Fadope1@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:06:15 +0100 Subject: [PATCH 1/2] Fixed typo in docs --- docs/swarms/concept/framework_architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swarms/concept/framework_architecture.md b/docs/swarms/concept/framework_architecture.md index 56c5c455..f6ea324c 100644 --- a/docs/swarms/concept/framework_architecture.md +++ b/docs/swarms/concept/framework_architecture.md @@ -57,7 +57,7 @@ The **Swarms framework** is composed of several key folders, each serving a spec --- -### **4. Memory Folder (`memory/`) Depcriated!!** +### **4. Memory Folder (`memory/`) deprecated!!** - **Role:** - The **memory** folder handles the framework's memory management for agents. This allows agents to retain and recall past interactions or task contexts, enabling continuity in long-running processes or multi-step workflows. - **Context Retention:** Agents that depend on historical context to make decisions or carry out tasks can store and access memory using this folder. From 80154de3b72df07b50daf74038c750f13b326ca3 Mon Sep 17 00:00:00 2001 From: Fabian Peschke <68806729+Fadope1@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:08:57 +0100 Subject: [PATCH 2/2] Made the word uppercase --- docs/swarms/concept/framework_architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swarms/concept/framework_architecture.md b/docs/swarms/concept/framework_architecture.md index f6ea324c..b5e3682a 100644 --- a/docs/swarms/concept/framework_architecture.md +++ b/docs/swarms/concept/framework_architecture.md @@ -57,7 +57,7 @@ The **Swarms framework** is composed of several key folders, each serving a spec --- -### **4. Memory Folder (`memory/`) deprecated!!** +### **4. Memory Folder (`memory/`) Deprecated!!** - **Role:** - The **memory** folder handles the framework's memory management for agents. This allows agents to retain and recall past interactions or task contexts, enabling continuity in long-running processes or multi-step workflows. - **Context Retention:** Agents that depend on historical context to make decisions or carry out tasks can store and access memory using this folder.