Merge pull request #758 from argentpapa/master

chore: fix typos
pull/772/head
Kye Gomez 2 months ago committed by GitHub
commit 00561e4b70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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