@@ -269,10 +269,19 @@ nav:
269269 - Benefits : " swarms/concept/why.md"
270270 - Choosing Multi Agent Architecture : " swarms/concept/how_to_choose_swarms.md"
271271
272- - Reference Documentation :
272+ - Architecture Reference Docs :
273273 - Overview : " swarms/structs/overview.md"
274274 - Custom Multi Agent Architectures : " swarms/structs/custom_swarm.md"
275275 - Debate Multi-Agent Architectures : " swarms/structs/orchestration_methods.md"
276+
277+ - Most Used Architectures :
278+ - SequentialWorkflow : " swarms/structs/sequential_workflow.md"
279+ - ConcurrentWorkflow : " swarms/structs/concurrentworkflow.md"
280+ - HierarchicalSwarm : " swarms/structs/hierarchical_swarm.md"
281+ - GraphWorkflow : " swarms/structs/graph_workflow.md"
282+
283+
284+
276285 - DebateWithJudge : " swarms/structs/debate_with_judge.md"
277286 - MajorityVoting : " swarms/structs/majorityvoting.md"
278287 - RoundRobin : " swarms/structs/round_robin_swarm.md"
@@ -285,37 +294,20 @@ nav:
285294 - LLM Council : " swarms/structs/llm_council.md"
286295 - Heavy Swarm : " swarms/structs/heavy_swarm.md"
287296 - Social Algorithms : " swarms/structs/social_algorithms.md"
288-
289- - Hiearchical Architectures :
290- - Overview : " swarms/structs/multi_swarm_orchestration.md"
291- - HierarchicalSwarm : " swarms/structs/hierarchical_swarm.md"
292- - Hierarchical Structured Communication Framework : " swarms/structs/hierarchical_structured_communication_framework.md"
293- - Hybrid Hierarchical-Cluster Swarm : " swarms/structs/hhcs.md"
294- - Auto Swarm Builder : " swarms/structs/auto_swarm_builder.md"
295- - Swarm Matcher : " swarms/structs/swarm_matcher.md"
296- - Board of Directors : " swarms/structs/BoardOfDirectors.md"
297-
298-
299- - Routers :
300- - SwarmRouter : " swarms/structs/swarm_router.md"
301- - MultiAgentRouter : " swarms/structs/multi_agent_router.md"
302- - AgentRouter : " swarms/structs/agent_router.md"
303- - ModelRouter : " swarms/structs/model_router.md"
304-
305-
306- - Rearrangers :
307- - SwarmRearrange : " swarms/structs/swarm_rearrange.md"
308- - AgentRearrange : " swarms/structs/agent_rearrange.md"
309-
310- - GroupChats :
311- - GroupChat : " swarms/structs/group_chat.md"
312-
313- - Workflows :
314- - ConcurrentWorkflow : " swarms/structs/concurrentworkflow.md"
315- - SequentialWorkflow : " swarms/structs/sequential_workflow.md"
316- - GraphWorkflow : " swarms/structs/graph_workflow.md"
317- - BatchedGridWorkflow : " swarms/structs/batched_grid_workflow.md"
318-
297+ - Overview : " swarms/structs/multi_swarm_orchestration.md"
298+ - Hierarchical Structured Communication Framework : " swarms/structs/hierarchical_structured_communication_framework.md"
299+ - Hybrid Hierarchical-Cluster Swarm : " swarms/structs/hhcs.md"
300+ - Auto Swarm Builder : " swarms/structs/auto_swarm_builder.md"
301+ - Swarm Matcher : " swarms/structs/swarm_matcher.md"
302+ - Board of Directors : " swarms/structs/BoardOfDirectors.md"
303+ - SwarmRouter : " swarms/structs/swarm_router.md"
304+ - MultiAgentRouter : " swarms/structs/multi_agent_router.md"
305+ - AgentRouter : " swarms/structs/agent_router.md"
306+ - ModelRouter : " swarms/structs/model_router.md"
307+ - SwarmRearrange : " swarms/structs/swarm_rearrange.md"
308+ - AgentRearrange : " swarms/structs/agent_rearrange.md"
309+ - GroupChat : " swarms/structs/group_chat.md"
310+ - BatchedGridWorkflow : " swarms/structs/batched_grid_workflow.md"
319311 - Communication Structure : " swarms/structs/conversation.md"
320312
321313 - Utilities :
0 commit comments