pull/792/head
Kye Gomez 1 month ago
parent 0171ddd3ae
commit 11d940d744

@ -142,20 +142,15 @@ markdown_extensions:
nav: nav:
- Home: - Home:
- Overview: "index.md" - Overview: "index.md"
# - The Vision: "swarms/framework/vision.md"
# - Docker Setup: "swarms/install/docker_setup.md"
- Swarms Vision: "swarms/concept/vision.md" - Swarms Vision: "swarms/concept/vision.md"
- Swarm Ecosystem: "swarms/concept/swarm_ecosystem.md"
- Swarms Products: "swarms/products.md"
- Onboarding: - Onboarding:
- Installation: "swarms/install/install.md" - Installation: "swarms/install/install.md"
- Environment Configuration: "swarms/install/workspace_manager.md" - Environment Configuration: "swarms/install/env.md"
- Environment Variables: "swarms/install/env.md"
- Quickstart: "swarms/install/quickstart.md" - Quickstart: "swarms/install/quickstart.md"
- Swarms CLI: "swarms/cli/main.md" - Swarms CLI: "swarms/cli/main.md"
- Swarms Framework Architecture: "swarms/concept/framework_architecture.md" - Swarms Framework Architecture: "swarms/concept/framework_architecture.md"
# - Prelimary: - Swarm Ecosystem: "swarms/concept/swarm_ecosystem.md"
# - 80/20 Rule For Agents: "swarms/prompting/8020.md" - Swarms Products: "swarms/products.md"
- Agents: - Agents:
# - Overview: "swarms/structs/index.md" # - Overview: "swarms/structs/index.md"
- Managing Prompts in Production: "swarms/prompts/main.md" - Managing Prompts in Production: "swarms/prompts/main.md"
@ -175,7 +170,7 @@ nav:
- Creating Custom Agents: "swarms/agents/new_agent.md" - Creating Custom Agents: "swarms/agents/new_agent.md"
- Reasoning Agents: - Reasoning Agents:
- Self Consistency Agent: "swarms/agents/consistency_agent.md" - Self Consistency Agent: "swarms/agents/consistency_agent.md"
- Iterative Reflective Expansion (IRE) Agent: "swarms/agents/iterative_agent.md" - IRE Agent: "swarms/agents/iterative_agent.md"
- Swarm Architectures: - Swarm Architectures:
- Why MultiAgent Collaboration is Necessary: "swarms/concept/why.md" - Why MultiAgent Collaboration is Necessary: "swarms/concept/why.md"
- Swarm Architectures: "swarms/concept/swarm_architectures.md" - Swarm Architectures: "swarms/concept/swarm_architectures.md"

@ -185,3 +185,4 @@ SWARMS_VERBOSE_GLOBAL="True"
- [Swarms Documentation](https://docs.swarms.world) - [Swarms Documentation](https://docs.swarms.world)
- [Security Best Practices](https://swarms.world/security) - [Security Best Practices](https://swarms.world/security)
- [API Documentation](https://swarms.world/docs/api) - [API Documentation](https://swarms.world/docs/api)

Loading…
Cancel
Save