|
|
@ -261,29 +261,33 @@ nav:
|
|
|
|
- Overview: "examples/index.md"
|
|
|
|
- Overview: "examples/index.md"
|
|
|
|
- CookBook Index: "examples/cookbook_index.md"
|
|
|
|
- CookBook Index: "examples/cookbook_index.md"
|
|
|
|
# - PreBuilt Templates: "examples/templates_index.md"
|
|
|
|
# - PreBuilt Templates: "examples/templates_index.md"
|
|
|
|
- Customizing Agents:
|
|
|
|
- Basic Examples:
|
|
|
|
- Basic Agent: "swarms/examples/basic_agent.md"
|
|
|
|
- Individual Agents:
|
|
|
|
- Agent with Streaming: "examples/agent_stream.md"
|
|
|
|
- Basic Agent: "swarms/examples/basic_agent.md"
|
|
|
|
- Agents with Callable Tools: "swarms/examples/agent_with_tools.md"
|
|
|
|
- Tool Usage:
|
|
|
|
# - Agent With MCP Integration: "swarms/examples/agent_with_mcp.md"
|
|
|
|
- Agents with Vision and Tool Usage: "swarms/examples/vision_tools.md"
|
|
|
|
- Agent Output Types: "swarms/examples/agent_output_types.md"
|
|
|
|
- Agents with Callable Tools: "swarms/examples/agent_with_tools.md"
|
|
|
|
- Agent with Structured Outputs: "swarms/examples/agent_structured_outputs.md"
|
|
|
|
- Agent with Structured Outputs: "swarms/examples/agent_structured_outputs.md"
|
|
|
|
- Agents with Vision: "swarms/examples/vision_processing.md"
|
|
|
|
- Agent With MCP Integration: "swarms/examples/agent_with_mcp.md"
|
|
|
|
- Agent with Multiple Images: "swarms/examples/multiple_images.md"
|
|
|
|
- Vision:
|
|
|
|
- Agents with Vision and Tool Usage: "swarms/examples/vision_tools.md"
|
|
|
|
- Agents with Vision: "swarms/examples/vision_processing.md"
|
|
|
|
- Gradio Chat Interface: "swarms/ui/main.md"
|
|
|
|
- Agent with Multiple Images: "swarms/examples/multiple_images.md"
|
|
|
|
- Model Providers:
|
|
|
|
- Utils:
|
|
|
|
- Overview: "swarms/examples/model_providers.md"
|
|
|
|
- Agent with Streaming: "examples/agent_stream.md"
|
|
|
|
- OpenAI: "swarms/examples/openai_example.md"
|
|
|
|
- Agent Output Types: "swarms/examples/agent_output_types.md"
|
|
|
|
- Anthropic: "swarms/examples/claude.md"
|
|
|
|
- Gradio Chat Interface: "swarms/ui/main.md"
|
|
|
|
- Groq: "swarms/examples/groq.md"
|
|
|
|
- LLM Providers:
|
|
|
|
- Cohere: "swarms/examples/cohere.md"
|
|
|
|
- Overview: "swarms/examples/model_providers.md"
|
|
|
|
- DeepSeek: "swarms/examples/deepseek.md"
|
|
|
|
- OpenAI: "swarms/examples/openai_example.md"
|
|
|
|
- Ollama: "swarms/examples/ollama.md"
|
|
|
|
- Anthropic: "swarms/examples/claude.md"
|
|
|
|
- OpenRouter: "swarms/examples/openrouter.md"
|
|
|
|
- Groq: "swarms/examples/groq.md"
|
|
|
|
- XAI: "swarms/examples/xai.md"
|
|
|
|
- Cohere: "swarms/examples/cohere.md"
|
|
|
|
- VLLM: "swarms/examples/vllm_integration.md"
|
|
|
|
- DeepSeek: "swarms/examples/deepseek.md"
|
|
|
|
- Llama4: "swarms/examples/llama4.md"
|
|
|
|
- Ollama: "swarms/examples/ollama.md"
|
|
|
|
|
|
|
|
- OpenRouter: "swarms/examples/openrouter.md"
|
|
|
|
|
|
|
|
- XAI: "swarms/examples/xai.md"
|
|
|
|
|
|
|
|
- VLLM: "swarms/examples/vllm_integration.md"
|
|
|
|
|
|
|
|
- Llama4: "swarms/examples/llama4.md"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -296,23 +300,24 @@ nav:
|
|
|
|
# - Lumo: "swarms/examples/lumo.md"
|
|
|
|
# - Lumo: "swarms/examples/lumo.md"
|
|
|
|
# - Quant Crypto Agent: "swarms/examples/quant_crypto_agent.md"
|
|
|
|
# - Quant Crypto Agent: "swarms/examples/quant_crypto_agent.md"
|
|
|
|
|
|
|
|
|
|
|
|
- Multi-Agent Collaboration:
|
|
|
|
- Advanced Examples:
|
|
|
|
- Hybrid Hierarchical-Cluster Swarm Example: "swarms/examples/hhcs_examples.md"
|
|
|
|
- Multi-Agent Architectures:
|
|
|
|
- Group Chat Example: "swarms/examples/groupchat_example.md"
|
|
|
|
- Hybrid Hierarchical-Cluster Swarm Example: "swarms/examples/hhcs_examples.md"
|
|
|
|
- Sequential Workflow Example: "swarms/examples/sequential_example.md"
|
|
|
|
- Group Chat Example: "swarms/examples/groupchat_example.md"
|
|
|
|
- SwarmRouter Example: "swarms/examples/swarm_router.md"
|
|
|
|
- Sequential Workflow Example: "swarms/examples/sequential_example.md"
|
|
|
|
- MultiAgentRouter Minimal Example: "swarms/examples/multi_agent_router_minimal.md"
|
|
|
|
- SwarmRouter Example: "swarms/examples/swarm_router.md"
|
|
|
|
- ConcurrentWorkflow Example: "swarms/examples/concurrent_workflow.md"
|
|
|
|
- MultiAgentRouter Minimal Example: "swarms/examples/multi_agent_router_minimal.md"
|
|
|
|
# - MixtureOfAgents Example: "swarms/examples/mixture_of_agents.md"
|
|
|
|
- ConcurrentWorkflow Example: "swarms/examples/concurrent_workflow.md"
|
|
|
|
- Mixture of Agents Example: "swarms/examples/moa_example.md"
|
|
|
|
# - MixtureOfAgents Example: "swarms/examples/mixture_of_agents.md"
|
|
|
|
- Unique Swarms: "swarms/examples/unique_swarms.md"
|
|
|
|
- Mixture of Agents Example: "swarms/examples/moa_example.md"
|
|
|
|
- Agents as Tools: "swarms/examples/agents_as_tools.md"
|
|
|
|
- Unique Swarms: "swarms/examples/unique_swarms.md"
|
|
|
|
- Aggregate Multi-Agent Responses: "swarms/examples/aggregate.md"
|
|
|
|
- Agents as Tools: "swarms/examples/agents_as_tools.md"
|
|
|
|
- Interactive GroupChat Example: "swarms/examples/interactive_groupchat_example.md"
|
|
|
|
- Aggregate Multi-Agent Responses: "swarms/examples/aggregate.md"
|
|
|
|
- Applications:
|
|
|
|
- Interactive GroupChat Example: "swarms/examples/interactive_groupchat_example.md"
|
|
|
|
- Swarms DAO: "swarms/examples/swarms_dao.md"
|
|
|
|
- Applications:
|
|
|
|
- Swarms of Browser Agents: "swarms/examples/swarms_of_browser_agents.md"
|
|
|
|
- Swarms DAO: "swarms/examples/swarms_dao.md"
|
|
|
|
- ConcurrentWorkflow with VLLM Agents: "swarms/examples/vllm.md"
|
|
|
|
- Swarms of Browser Agents: "swarms/examples/swarms_of_browser_agents.md"
|
|
|
|
|
|
|
|
- ConcurrentWorkflow with VLLM Agents: "swarms/examples/vllm.md"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Swarms API Examples:
|
|
|
|
- Swarms API Examples:
|
|
|
|