Merge pull request #617 from RahulK4102/patch-1

Docs: Typo Fix
pull/620/head
Kye Gomez 2 months ago committed by GitHub
commit 56139f0d22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1555,7 +1555,7 @@ print(output)
## `SwarmRouter` ## `SwarmRouter`
The `SwarmRouter` class is a flexible routing system designed to manage different types of swarms for task execution. It provides a unified interface to interact with various swarm types, including `AgentRearrange`, `MixtureOfAgents`, `SpreadSheetSwarm`, `SequentialWorkflow`, and `ConcurrentWorkflow`. We will be continously adding more and more swarm architectures here as we progress with new architectures. The `SwarmRouter` class is a flexible routing system designed to manage different types of swarms for task execution. It provides a unified interface to interact with various swarm types, including `AgentRearrange`, `MixtureOfAgents`, `SpreadSheetSwarm`, `SequentialWorkflow`, and `ConcurrentWorkflow`. We will be continuously adding more and more swarm architectures here as we progress with new architectures.
#### Attributes: #### Attributes:
- `name` (str): Name of the SwarmRouter instance. - `name` (str): Name of the SwarmRouter instance.

Loading…
Cancel
Save