From d1c1653a2319da924cda7ec583470a01c2bc0ac0 Mon Sep 17 00:00:00 2001 From: Rahul Date: Mon, 28 Oct 2024 22:35:56 +0530 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7aa6dd5..96be5b67 100644 --- a/README.md +++ b/README.md @@ -1555,7 +1555,7 @@ print(output) ## `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: - `name` (str): Name of the SwarmRouter instance.