pull/491/head
Kye Gomez 7 months ago
parent a35f742cc7
commit 71c6840385

@ -44,9 +44,6 @@ plugins:
extra_css: extra_css:
- assets/css/extra.css - assets/css/extra.css
extra: extra:
analytics:
provider: google
property: G-N5DYRKYB2H
social: social:
- icon: fontawesome/brands/twitter - icon: fontawesome/brands/twitter
link: https://x.com/KyeGomezB link: https://x.com/KyeGomezB
@ -92,36 +89,32 @@ markdown_extensions:
- def_list - def_list
- footnotes - footnotes
nav: nav:
- Home: "/" - Home:
- Installation: - Installation:
- 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:
- 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:
- The Swarms Tool System Functions, Pydantic BaseModels as Tools, and Radical Customization: "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:
- Conversation: "swarms/structs/conversation.md" - SwarmNetwork: "swarms/structs/swarmnetwork.md"
- SwarmNetwork: "swarms/structs/swarmnetwork.md" - AgentRearrange: "swarms/structs/agent_rearrange.md"
- MajorityVoting: "swarms/structs/majorityvoting.md" - Why does Swarms Exist?:
- AgentRearrange: "swarms/structs/agent_rearrange.md" - References:
- Why does Swarms Exist?: - Agent Glossary: "swarms/glossary.md"
- Why Swarms? Orchestrating Agents for Enterprise Automation: "swarms/purpose/why.md" - List of The Best Multi-Agent Papers: "swarms/papers.md"
- Limitations of Individual Agents: "swarms/purpose/limits_of_individual_agents.md" - Contributors:
- References: - Contributing: "contributing.md"
- Agent Glossary: "swarms/glossary.md"
- List of The Best Multi-Agent Papers: "swarms/papers.md"
- Contributors:
- Contributing: "contributing.md"
- Reference: - Reference:
- Overview: "swarms/index.md" - Overview: "swarms/index.md"
- Framework Structure: "swarms/structs/tree.md" - Framework Structure: "swarms/structs/tree.md"

Loading…
Cancel
Save