Update mkdocs.yml

pull/1097/head
Aksh Parekh 2 days ago committed by GitHub
parent 85e2173545
commit 489a9009d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -92,8 +92,6 @@ extra:
"Tools": "Tools":
- title: "Tools and MCP" - title: "Tools and MCP"
url: "https://docs.swarms.world/en/latest/swarms/tools/tools_examples/" url: "https://docs.swarms.world/en/latest/swarms/tools/tools_examples/"
- title: "MCP (Model Context Protocol)"
url: "https://docs.swarms.world/en/latest/swarms/examples/agent_with_mcp/"
- title: "OpenAI Tools & Function Calling" - title: "OpenAI Tools & Function Calling"
url: "https://docs.swarms.world/en/latest/swarms/examples/agent_structured_outputs/" url: "https://docs.swarms.world/en/latest/swarms/examples/agent_structured_outputs/"
- title: "Web Search (Exa, Serper)" - title: "Web Search (Exa, Serper)"
@ -114,8 +112,6 @@ extra:
url: "https://docs.swarms.world/en/latest/examples/templates/" url: "https://docs.swarms.world/en/latest/examples/templates/"
- title: "Financial Analysis Swarms" - title: "Financial Analysis Swarms"
url: "https://docs.swarms.world/en/latest/swarms/examples/swarms_api_finance/" url: "https://docs.swarms.world/en/latest/swarms/examples/swarms_api_finance/"
- title: "Deep Research Swarm"
url: "https://docs.swarms.world/en/latest/swarms/structs/deep_research_swarm/"
- title: "Medical Diagnosis Systems" - title: "Medical Diagnosis Systems"
url: "https://docs.swarms.world/en/latest/swarms/examples/swarms_api_medical/" url: "https://docs.swarms.world/en/latest/swarms/examples/swarms_api_medical/"
- title: "DAO Governance" - title: "DAO Governance"
@ -282,7 +278,6 @@ nav:
- ForestSwarm: "swarms/structs/forest_swarm.md" - ForestSwarm: "swarms/structs/forest_swarm.md"
- MALT: "swarms/structs/malt.md" - MALT: "swarms/structs/malt.md"
- Multi-Agent Execution Utilities: "swarms/structs/various_execution_methods.md" - Multi-Agent Execution Utilities: "swarms/structs/various_execution_methods.md"
- Deep Research Swarm: "swarms/structs/deep_research_swarm.md"
- Council of Judges: "swarms/structs/council_of_judges.md" - Council of Judges: "swarms/structs/council_of_judges.md"
- Heavy Swarm: "swarms/structs/heavy_swarm.md" - Heavy Swarm: "swarms/structs/heavy_swarm.md"
@ -290,7 +285,6 @@ nav:
- Overview: "swarms/structs/multi_swarm_orchestration.md" - Overview: "swarms/structs/multi_swarm_orchestration.md"
- HierarchicalSwarm: "swarms/structs/hierarchical_swarm.md" - HierarchicalSwarm: "swarms/structs/hierarchical_swarm.md"
- Hierarchical Structured Communication Framework: "swarms/structs/hierarchical_structured_communication_framework.md" - Hierarchical Structured Communication Framework: "swarms/structs/hierarchical_structured_communication_framework.md"
- Auto Agent Builder: "swarms/structs/auto_agent_builder.md"
- Hybrid Hierarchical-Cluster Swarm: "swarms/structs/hhcs.md" - Hybrid Hierarchical-Cluster Swarm: "swarms/structs/hhcs.md"
- Auto Swarm Builder: "swarms/structs/auto_swarm_builder.md" - Auto Swarm Builder: "swarms/structs/auto_swarm_builder.md"
- Swarm Matcher: "swarms/structs/swarm_matcher.md" - Swarm Matcher: "swarms/structs/swarm_matcher.md"
@ -302,6 +296,7 @@ nav:
- MultiAgentRouter: "swarms/structs/multi_agent_router.md" - MultiAgentRouter: "swarms/structs/multi_agent_router.md"
- ModelRouter: "swarms/structs/model_router.md" - ModelRouter: "swarms/structs/model_router.md"
- Rearrangers: - Rearrangers:
- SwarmRearrange: "swarms/structs/swarm_rearrange.md" - SwarmRearrange: "swarms/structs/swarm_rearrange.md"
- AgentRearrange: "swarms/structs/agent_rearrange.md" - AgentRearrange: "swarms/structs/agent_rearrange.md"
@ -327,7 +322,6 @@ nav:
- Overview: "swarms_tools/overview.md" - Overview: "swarms_tools/overview.md"
- BaseTool Reference: "swarms/tools/base_tool.md" - BaseTool Reference: "swarms/tools/base_tool.md"
- MCP Client Utils: "swarms/tools/mcp_client_call.md" - MCP Client Utils: "swarms/tools/mcp_client_call.md"
- MCP Agent Tool: "swarms/tools/mcp_agent_tool.md"
- Vertical Tools: - Vertical Tools:
- Finance: "swarms_tools/finance.md" - Finance: "swarms_tools/finance.md"
@ -345,6 +339,10 @@ nav:
- Deploy on Google Cloud Run: "swarms_cloud/cloud_run.md" - Deploy on Google Cloud Run: "swarms_cloud/cloud_run.md"
- Deploy on Phala: "swarms_cloud/phala_deploy.md" - Deploy on Phala: "swarms_cloud/phala_deploy.md"
- Deploy on Cloudflare Workers: "swarms_cloud/cloudflare_workers.md" - Deploy on Cloudflare Workers: "swarms_cloud/cloudflare_workers.md"
- Agent Orchestration Protocol (AOP):
- AOP Reference: "swarms/structs/aop.md"
- AOP Server Setup: "swarms/examples/aop_server_example.md"
- AOP Cluster Example: "swarms/examples/aop_cluster_example.md"
- Examples: - Examples:
@ -373,7 +371,6 @@ nav:
- Agent with Gemini Nano Banana: "swarms/examples/jarvis_agent.md" - Agent with Gemini Nano Banana: "swarms/examples/jarvis_agent.md"
- LLM Providers: - LLM Providers:
- Language Models: - Language Models:
- How to Create A Custom Language Model: "swarms/models/custom_model.md"
- Overview: "swarms/examples/model_providers.md" - Overview: "swarms/examples/model_providers.md"
- OpenAI: "swarms/examples/openai_example.md" - OpenAI: "swarms/examples/openai_example.md"
- Anthropic: "swarms/examples/claude.md" - Anthropic: "swarms/examples/claude.md"
@ -387,10 +384,6 @@ nav:
- VLLM: "swarms/examples/vllm_integration.md" - VLLM: "swarms/examples/vllm_integration.md"
- Llama4: "swarms/examples/llama4.md" - Llama4: "swarms/examples/llama4.md"
- Custom Base URL & API Keys: "swarms/examples/custom_base_url_example.md" - Custom Base URL & API Keys: "swarms/examples/custom_base_url_example.md"
- MultiModal Models:
- BaseMultiModalModel: "swarms/models/base_multimodal_model.md"
- Multi Modal Models Available: "swarms/models/multimodal_models.md"
- GPT4VisionAPI: "swarms/models/gpt4v.md"
@ -417,18 +410,16 @@ nav:
- Hiearchical Marketing Team: "examples/marketing_team.md" - Hiearchical Marketing Team: "examples/marketing_team.md"
- Gold ETF Research with HeavySwarm: "examples/gold_etf_research.md" - Gold ETF Research with HeavySwarm: "examples/gold_etf_research.md"
- Hiring Swarm: "examples/hiring_swarm.md" - Hiring Swarm: "examples/hiring_swarm.md"
- Real Estate Swarm: "examples/realestate_swarm.md" - Advanced Research: "examples/av.md"
- Tools & Integrations: - Tools & Integrations:
- Web Search with Exa: "examples/exa_search.md" - Web Search with Exa: "examples/exa_search.md"
- Advanced Research: "examples/av.md"
- Browser Use: "examples/browser_use.md" - Browser Use: "examples/browser_use.md"
- Yahoo Finance: "swarms/examples/yahoo_finance.md" - Yahoo Finance: "swarms/examples/yahoo_finance.md"
- Firecrawl: "developer_guides/firecrawl.md" - Firecrawl: "developer_guides/firecrawl.md"
- MCP: - MCP:
- Multi-MCP Agent Integration: "swarms/examples/multi_mcp_agent.md" - Multi-MCP Agent Integration: "swarms/examples/multi_mcp_agent.md"
- Agent With MCP Integration: "swarms/examples/agent_with_mcp.md"
- RAG: - RAG:
- RAG with Qdrant: "swarms/RAG/qdrant_rag.md" - RAG with Qdrant: "swarms/RAG/qdrant_rag.md"
@ -437,6 +428,9 @@ nav:
- Web Scraper Agents: "developer_guides/web_scraper.md" - Web Scraper Agents: "developer_guides/web_scraper.md"
- Smart Database: "examples/smart_database.md" - Smart Database: "examples/smart_database.md"
- AOP:
- Medical AOP Example: "examples/aop_medical.md"
- Swarms Cloud API: - Swarms Cloud API:
- Overview: "swarms_cloud/migration.md" - Overview: "swarms_cloud/migration.md"

Loading…
Cancel
Save