|
|
|
@ -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"
|
|
|
|
|
|
|
|
|
@ -290,7 +285,6 @@ nav:
|
|
|
|
|
- Overview: "swarms/structs/multi_swarm_orchestration.md"
|
|
|
|
|
- HierarchicalSwarm: "swarms/structs/hierarchical_swarm.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"
|
|
|
|
|
- Auto Swarm Builder: "swarms/structs/auto_swarm_builder.md"
|
|
|
|
|
- Swarm Matcher: "swarms/structs/swarm_matcher.md"
|
|
|
|
@ -302,6 +296,7 @@ nav:
|
|
|
|
|
- MultiAgentRouter: "swarms/structs/multi_agent_router.md"
|
|
|
|
|
- ModelRouter: "swarms/structs/model_router.md"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Rearrangers:
|
|
|
|
|
- SwarmRearrange: "swarms/structs/swarm_rearrange.md"
|
|
|
|
|
- AgentRearrange: "swarms/structs/agent_rearrange.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"
|
|
|
|
@ -345,6 +339,10 @@ nav:
|
|
|
|
|
- Deploy on Google Cloud Run: "swarms_cloud/cloud_run.md"
|
|
|
|
|
- Deploy on Phala: "swarms_cloud/phala_deploy.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:
|
|
|
|
@ -373,7 +371,6 @@ nav:
|
|
|
|
|
- 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"
|
|
|
|
@ -387,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"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -417,18 +410,16 @@ nav:
|
|
|
|
|
- Hiearchical Marketing Team: "examples/marketing_team.md"
|
|
|
|
|
- Gold ETF Research with HeavySwarm: "examples/gold_etf_research.md"
|
|
|
|
|
- Hiring Swarm: "examples/hiring_swarm.md"
|
|
|
|
|
- Real Estate Swarm: "examples/realestate_swarm.md"
|
|
|
|
|
- Advanced Research: "examples/av.md"
|
|
|
|
|
|
|
|
|
|
- Tools & Integrations:
|
|
|
|
|
- Web Search with Exa: "examples/exa_search.md"
|
|
|
|
|
- Advanced Research: "examples/av.md"
|
|
|
|
|
- Browser Use: "examples/browser_use.md"
|
|
|
|
|
- Yahoo Finance: "swarms/examples/yahoo_finance.md"
|
|
|
|
|
- Firecrawl: "developer_guides/firecrawl.md"
|
|
|
|
|
|
|
|
|
|
- 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"
|
|
|
|
@ -437,6 +428,9 @@ nav:
|
|
|
|
|
- Web Scraper Agents: "developer_guides/web_scraper.md"
|
|
|
|
|
- Smart Database: "examples/smart_database.md"
|
|
|
|
|
|
|
|
|
|
- AOP:
|
|
|
|
|
- Medical AOP Example: "examples/aop_medical.md"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Swarms Cloud API:
|
|
|
|
|
- Overview: "swarms_cloud/migration.md"
|
|
|
|
|