From c173c0f6456261b99d066901ef5961d822fbe124 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 9 Oct 2024 19:19:00 -0400 Subject: [PATCH] [DOCS FIX] --- docs/index.md | 5 +++++ docs/swarms/concept/how_to_choose_swarms.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 84e5930e..6f09ca60 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,6 +12,11 @@ | Agent API | [Agent API](https://docs.swarms.world/en/latest/swarms/structs/agent/) | | Integrating External Agents Griptape, Autogen, etc | [Integrating External APIs](https://docs.swarms.world/en/latest/swarms/agents/external_party_agents/) | | Creating Agents from YAML | [Creating Agents from YAML](https://docs.swarms.world/en/latest/swarms/agents/create_agents_yaml/) | +| Why You Need Swarms | [Why MultiAgent Collaboration is Necessary](https://docs.swarms.world/en/latest/swarms/concept/why/) | +| Swarm Architectures Analysis | [Swarm Architectures¶ +](https://docs.swarms.world/en/latest/swarms/concept/swarm_architectures/) | +| Choosing the Right Swarm for Your Business Problem¶ | [CLICK HERE](https://docs.swarms.world/en/latest/swarms/concept/swarm_architectures/) | +| AgentRearrange Docs| [CLICK HERE](https://docs.swarms.world/en/latest/swarms/structs/agent_rearrange/) | ## Ecosystem diff --git a/docs/swarms/concept/how_to_choose_swarms.md b/docs/swarms/concept/how_to_choose_swarms.md index 167deb73..84d8f7a9 100644 --- a/docs/swarms/concept/how_to_choose_swarms.md +++ b/docs/swarms/concept/how_to_choose_swarms.md @@ -1,6 +1,6 @@ # Choosing the Right Swarm for Your Business Problem -`AgentRearrange` provides various swarm structures designed to fit specific business needs. Depending on the complexity and nature of your problem, different swarm configurations can be more effective in achieving optimal performance. This guide provides a detailed explanation of when to use each swarm type, including their strengths and potential drawbacks. +Depending on the complexity and nature of your problem, different swarm configurations can be more effective in achieving optimal performance. This guide provides a detailed explanation of when to use each swarm type, including their strengths and potential drawbacks. ## Swarm Types Overview