diff --git a/docs/applications/business-analyst-agent.md b/docs/applications/business-analyst-agent.md index dcad5b33..b5c51731 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 31ee9b7f..54bc5d08 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**