From d6f2385f158a3dfb50979df5ef2909d01f7ca8e9 Mon Sep 17 00:00:00 2001 From: argentpapa Date: Wed, 22 Jan 2025 23:58:29 +0800 Subject: [PATCH] chore: fix typos --- docs/applications/business-analyst-agent.md | 4 ++-- docs/corporate/data_room.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/applications/business-analyst-agent.md b/docs/applications/business-analyst-agent.md index dcad5b33b..b5c51731c 100644 --- a/docs/applications/business-analyst-agent.md +++ b/docs/applications/business-analyst-agent.md @@ -307,7 +307,7 @@ Essentially, we can spawn parallel agents to gather the data. Each agent will ha - Internet access - Financial data retrieval -As they run parallely, they will add their knowledge into a common long-term memory. We will then spawn a separate report writing agent with access to this memory to generate our business case report. +As they run parallelly, they will add their knowledge into a common long-term memory. We will then spawn a separate report writing agent with access to this memory to generate our business case report. #### Step 4. Defining Tools for Worker Agents @@ -359,7 +359,7 @@ def kay_retriever(query: str) -> str: #### Step 5. Defining Long-Term Memory -As mentioned previously, the worker agents running parallely, will pool their knowledge into a common memory. Let us define that. +As mentioned previously, the worker agents running parallelly, will pool their knowledge into a common memory. Let us define that. ```python import logging diff --git a/docs/corporate/data_room.md b/docs/corporate/data_room.md index 31ee9b7f6..54bc5d082 100644 --- a/docs/corporate/data_room.md +++ b/docs/corporate/data_room.md @@ -49,7 +49,7 @@ - Case Studies and Use Cases -## **Introdution** +## **Introduction** Swarms provides automation-as-a-service through swarms of autonomous agents that work together as a team. We enable our customers to build, deploy, and scale production-grade multi-agent applications to automate real-world tasks. ### **Vision**