Update mkdocs.yml

pull/576/head
Kye Gomez 4 months ago committed by GitHub
parent eba2a2db4e
commit 3bf2d1bc61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -177,7 +177,7 @@ nav:
- Multi Agent Collaboration:
- Overview: "swarms/structs/multi_agent_orchestration.md"
- Swarm Architectures: "swarms/concept/swarm_architectures.md"
- Multi-Agent Workflows: "swarms/structs/multi_agent_collaboration_examples.md"
# - Multi-Agent Workflows: "swarms/structs/multi_agent_collaboration_examples.md"
- Conversation: "swarms/structs/conversation.md"
- SwarmNetwork: "swarms/structs/swarm_network.md"
- MajorityVoting: "swarms/structs/majorityvoting.md"
@ -185,9 +185,8 @@ nav:
- RoundRobin: "swarms/structs/round_robin_swarm.md"
- Mixture of Agents: "swarms/structs/moa.md"
- GraphWorkflow: "swarms/structs/graph_workflow.md"
- AsyncWorkflow: "swarms/structs/async_workflow.md"
- AutoSwarmRouter: "swarms/structs/auto_swarm_router.md"
- AutoSwarm: "swarms/structs/auto_swarm.md"
# - AutoSwarmRouter: "swarms/structs/auto_swarm_router.md"
# - AutoSwarm: "swarms/structs/auto_swarm.md"
- GroupChat: "swarms/structs/group_chat.md"
- AgentRegistry: "swarms/structs/agent_registry.md"
- SpreadSheetSwarm: "swarms/structs/spreadsheet_swarm.md"
@ -235,4 +234,4 @@ nav:
# - Add Tools: "swarms_platform/fetch_tools.md"
- Guides:
- Understanding Agent Evaluation Mechanisms: "guides/agent_evals.md"
- Agent Glossary: "swarms/glossary.md"
- Agent Glossary: "swarms/glossary.md"

Loading…
Cancel
Save