From 236a9eae5926aa6fed1fe7bbe60a2ad2e99d226c Mon Sep 17 00:00:00 2001 From: CI-DEV <154627941+IlumCI@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:28:28 +0300 Subject: [PATCH 1/2] Update mkdocs.yml --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 13ac92ea..431f96fd 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -370,7 +370,7 @@ nav: - Agent with Streaming: "examples/agent_stream.md" - Agent Output Types: "swarms/examples/agent_output_types.md" - Gradio Chat Interface: "swarms/ui/main.md" - - Agent with Gemini Nano Banana: "swarms/examples/jarvis_agent.md" + - Agent with Gemini Nano Banana: "docs/examples/jarvis_agent.md" - LLM Providers: - Language Models: - How to Create A Custom Language Model: "swarms/models/custom_model.md" From e9ad283546e5d5a74cdb157d360844b15bf7bd2e Mon Sep 17 00:00:00 2001 From: CI-DEV <154627941+IlumCI@users.noreply.github.com> Date: Tue, 30 Sep 2025 20:47:53 +0300 Subject: [PATCH 2/2] Update mkdocs.yml --- docs/mkdocs.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 7c7c6b81..f32f9cbd 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -92,8 +92,6 @@ extra: "Tools": - title: "Tools and MCP" 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" url: "https://docs.swarms.world/en/latest/swarms/examples/agent_structured_outputs/" - title: "Web Search (Exa, Serper)" @@ -114,8 +112,6 @@ extra: url: "https://docs.swarms.world/en/latest/examples/templates/" - title: "Financial Analysis Swarms" 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" url: "https://docs.swarms.world/en/latest/swarms/examples/swarms_api_medical/" - title: "DAO Governance" @@ -282,7 +278,6 @@ nav: - ForestSwarm: "swarms/structs/forest_swarm.md" - MALT: "swarms/structs/malt.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" - Heavy Swarm: "swarms/structs/heavy_swarm.md" @@ -327,7 +322,6 @@ nav: - Overview: "swarms_tools/overview.md" - BaseTool Reference: "swarms/tools/base_tool.md" - MCP Client Utils: "swarms/tools/mcp_client_call.md" - - MCP Agent Tool: "swarms/tools/mcp_agent_tool.md" - Vertical Tools: - Finance: "swarms_tools/finance.md" @@ -374,10 +368,9 @@ nav: - Agent with Streaming: "examples/agent_stream.md" - Agent Output Types: "swarms/examples/agent_output_types.md" - Gradio Chat Interface: "swarms/ui/main.md" - - Agent with Gemini Nano Banana: "docs/examples/jarvis_agent.md" + - Agent with Gemini Nano Banana: "swarms/examples/jarvis_agent.md" - LLM Providers: - Language Models: - - How to Create A Custom Language Model: "swarms/models/custom_model.md" - Overview: "swarms/examples/model_providers.md" - OpenAI: "swarms/examples/openai_example.md" - Anthropic: "swarms/examples/claude.md" @@ -391,10 +384,6 @@ nav: - VLLM: "swarms/examples/vllm_integration.md" - Llama4: "swarms/examples/llama4.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: - Multi-MCP Agent Integration: "swarms/examples/multi_mcp_agent.md" - - Agent With MCP Integration: "swarms/examples/agent_with_mcp.md" - RAG: - RAG with Qdrant: "swarms/RAG/qdrant_rag.md"