pull/491/head
Kye Gomez 7 months ago
parent ff874c7f7b
commit d9f039e18a

@ -93,23 +93,23 @@ nav:
- Overview: "index.md" - Overview: "index.md"
- Install: "swarms/install/install.md" - Install: "swarms/install/install.md"
- Docker Setup: "swarms/install/docker_setup.md" - Docker Setup: "swarms/install/docker_setup.md"
- Usage Examples: - Usage Examples:
- Overview: "swarms/usage/index.md" # Explains how the framework is decomposed into agents, models, and swarms - Overview: "swarms/usage/index.md" # Explains how the framework is decomposed into agents, models, and swarms
- Models: - Models:
- How to Create A Custom Language Model: "swarms/models/custom_model.md" - How to Create A Custom Language Model: "swarms/models/custom_model.md"
- Models Available: "swarms/models/index.md" - Models Available: "swarms/models/index.md"
- MultiModal Models Available: "swarms/models/multimodal_models.md" - MultiModal Models Available: "swarms/models/multimodal_models.md"
- Agents: - Agents:
- Getting started with Agents: "swarms/structs/diy_your_own_agent.md" - Getting started with Agents: "swarms/structs/diy_your_own_agent.md"
- Tools: - Tools:
- Functions, Pydantic BaseModels, and More: "swarms/tools/main.md" - Functions, Pydantic BaseModels, and More: "swarms/tools/main.md"
- Memory: - Memory:
- Building Custom Vector Memory Databases with the BaseVectorDatabase Class: "swarms/memory/diy_memory.md" - Building Custom Vector Memory Databases with the BaseVectorDatabase Class: "swarms/memory/diy_memory.md"
- ShortTermMemory: "swarms/memory/short_term_memory.md" - ShortTermMemory: "swarms/memory/short_term_memory.md"
- Multi-Agent Collaboration: - Multi-Agent Collaboration:
- SwarmNetwork: "swarms/structs/swarmnetwork.md" - SwarmNetwork: "swarms/structs/swarmnetwork.md"
- AgentRearrange: "swarms/structs/agent_rearrange.md" - AgentRearrange: "swarms/structs/agent_rearrange.md"
- Why does Swarms Exist?: "swarms/usage/why_swarms.md" - Why does Swarms Exist?: "swarms/usage/why_swarms.md"
- References: - References:
- Agent Glossary: "swarms/glossary.md" - Agent Glossary: "swarms/glossary.md"
- List of The Best Multi-Agent Papers: "swarms/papers.md" - List of The Best Multi-Agent Papers: "swarms/papers.md"

Loading…
Cancel
Save