[DOCS][CLEANUP]

pull/584/head
Your Name 4 months ago
parent e8e9c4741c
commit cff909198a

@ -132,12 +132,12 @@ markdown_extensions:
nav: nav:
- Home: - Home:
- Overview: "index.md" - Overview: "index.md"
- The Vision: "swarms/framework/vision.md" # - The Vision: "swarms/framework/vision.md"
- Philosophy: "swarms/concept/philosophy.md" - Philosophy: "swarms/concept/philosophy.md"
- Install: "swarms/install/install.md" - Install: "swarms/install/install.md"
- Swarms Framework Architecture: "swarms/concept/framework_architecture.md" - Swarms Framework Architecture: "swarms/concept/framework_architecture.md"
- Docker Setup: "swarms/install/docker_setup.md" # - Docker Setup: "swarms/install/docker_setup.md"
- Multi-Agent Repository Template: "swarms/install/multi_agent_template.md" # - Multi-Agent Repository Template: "swarms/install/multi_agent_template.md"
- Agents: - Agents:
# - Overview: "swarms/structs/index.md" # - Overview: "swarms/structs/index.md"
- Agent Architecture: "swarms/framework/agents_explained.md" - Agent Architecture: "swarms/framework/agents_explained.md"

@ -11,7 +11,7 @@ swarms/
├── artifacts/ ├── artifacts/
├── cli/ ├── cli/
├── memory/ ├── memory/
├── models/ ├── models/ ---> Moved to swarm_models
├── prompts/ ├── prompts/
├── schemas/ ├── schemas/
├── structs/ ├── structs/
@ -66,7 +66,7 @@ The **Swarms framework** is composed of several key folders, each serving a spec
--- ---
### **5. Models Folder (`models/`)** ### **5. Models Folder (`models/`) Moved to `swarm_models`**
- **Role:** - **Role:**
- The **models** folder houses pre-trained machine learning models that agents utilize to complete their tasks. These models could include LLMs (Large Language Models), custom-trained models, or fine-tuned models specific to the tasks being handled by the agents. - The **models** folder houses pre-trained machine learning models that agents utilize to complete their tasks. These models could include LLMs (Large Language Models), custom-trained models, or fine-tuned models specific to the tasks being handled by the agents.
- **Plug-and-Play Architecture:** The framework allows users to easily add or switch models depending on the specific needs of their agents. - **Plug-and-Play Architecture:** The framework allows users to easily add or switch models depending on the specific needs of their agents.

Loading…
Cancel
Save