Docs: Typo Fix

Corrected "continously" to "continuously" in [README.md].

This pull request addresses a minor typo found in repository. The typo has been corrected to improve clarity and maintain the quality of the documentation.

This change is purely cosmetic and does not affect functionality.
pull/617/head
Rahul 2 months ago committed by GitHub
parent 2387096ac3
commit d1c1653a23
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