Merge pull request #1106 from IlumCI/nanodocs

[CLEANUP/BUGF-DOCS][Cleaned up and fixed certain docs either not working, or not existing at all]
pull/1100/head
Kye Gomez 1 week ago committed by GitHub
commit 5ec8fdda0a
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"
@ -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"
@ -377,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"
@ -391,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"
@ -431,7 +420,6 @@ nav:
- 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"

Loading…
Cancel
Save