chore: fix typos

pull/758/head
argentpapa 3 months ago
parent e06652ed8b
commit d6f2385f15

@ -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

@ -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**

Loading…
Cancel
Save