From 243bda2efa865813805070c55e8bd19689259693 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 9 Jun 2024 03:24:00 +0900 Subject: [PATCH] docs: update README.md faciliate -> facilitate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13f69301..51681087 100644 --- a/README.md +++ b/README.md @@ -532,7 +532,7 @@ print(f"Task result: {task.result}") # Multi-Agent Orchestration: -Swarms was designed to faciliate the communication between many different and specialized agents from a vast array of other frameworks such as langchain, autogen, crew, and more. +Swarms was designed to facilitate the communication between many different and specialized agents from a vast array of other frameworks such as langchain, autogen, crew, and more. In traditional swarm theory, there are many types of swarms usually for very specialized use-cases and problem sets. Such as Hiearchical and sequential are great for accounting and sales, because there is usually a boss coordinator agent that distributes a workload to other specialized agents.