Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
argentpapa committed Jan 22, 2025
1 parent e06652e commit d6f2385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/applications/business-analyst-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/corporate/data_room.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit d6f2385

Please sign in to comment.