|
|
@ -92,104 +92,104 @@ markdown_extensions:
|
|
|
|
- def_list
|
|
|
|
- def_list
|
|
|
|
- footnotes
|
|
|
|
- footnotes
|
|
|
|
nav:
|
|
|
|
nav:
|
|
|
|
- Home:
|
|
|
|
- Home:
|
|
|
|
- Installation:
|
|
|
|
- Installation:
|
|
|
|
- Overview: "index.md"
|
|
|
|
- Overview: "index.md"
|
|
|
|
- Install: "install.md"
|
|
|
|
- Install: "install.md"
|
|
|
|
- Docker Setup: docker_setup.md
|
|
|
|
- Docker Setup: docker_setup.md
|
|
|
|
- Usage Examples:
|
|
|
|
- Usage Examples:
|
|
|
|
- Build an Agent: "diy_your_own_agent.md"
|
|
|
|
- Build an Agent: "diy_your_own_agent.md"
|
|
|
|
- Build an Agent with tools: "examples/tools_agents.md"
|
|
|
|
- Build an Agent with tools: "examples/tools_agents.md"
|
|
|
|
- Why does Swarms Exist?:
|
|
|
|
- Why does Swarms Exist?:
|
|
|
|
- Why Swarms? Orchestrating Agents for Enterprise Automation: "why.md"
|
|
|
|
- Why Swarms? Orchestrating Agents for Enterprise Automation: "why.md"
|
|
|
|
- Limitations of Individual Agents: "limits_of_individual_agents.md"
|
|
|
|
- Limitations of Individual Agents: "limits_of_individual_agents.md"
|
|
|
|
- Swarms Cloud API:
|
|
|
|
- Swarms Cloud API:
|
|
|
|
- Overview: "swarms_cloud/main.md"
|
|
|
|
- Overview: "swarms_cloud/main.md"
|
|
|
|
- Available Models: "swarms_cloud/available_models.md"
|
|
|
|
- Available Models: "swarms_cloud/available_models.md"
|
|
|
|
- Migrate from OpenAI to Swarms in 3 lines of code: "swarms_cloud/migrate_openai.md"
|
|
|
|
- Migrate from OpenAI to Swarms in 3 lines of code: "swarms_cloud/migrate_openai.md"
|
|
|
|
- Getting Started with SOTA Vision Language Models VLM: "swarms_cloud/getting_started.md"
|
|
|
|
- Getting Started with SOTA Vision Language Models VLM: "swarms_cloud/getting_started.md"
|
|
|
|
- Enterprise Guide to High-Performance Multi-Agent LLM Deployments: "swarms_cloud/production_deployment.md"
|
|
|
|
- Enterprise Guide to High-Performance Multi-Agent LLM Deployments: "swarms_cloud/production_deployment.md"
|
|
|
|
- Swarms Framework [PY]:
|
|
|
|
- Swarms Framework [PY]:
|
|
|
|
- Overview: "swarms/index.md"
|
|
|
|
- Overview: "swarms/index.md"
|
|
|
|
- DIY Build Your Own Agent: "diy_your_own_agent.md"
|
|
|
|
|
|
|
|
- Agents with Tools: "examples/tools_agent.md"
|
|
|
|
|
|
|
|
- swarms.models:
|
|
|
|
|
|
|
|
- How to Create A Custom Language Model: "swarms/models/custom_model.md"
|
|
|
|
|
|
|
|
- Deploying Azure OpenAI in Production A Comprehensive Guide: "swarms/models/azure_openai.md"
|
|
|
|
|
|
|
|
- Language:
|
|
|
|
|
|
|
|
- BaseLLM: "swarms/models/base_llm.md"
|
|
|
|
|
|
|
|
- Overview: "swarms/models/index.md"
|
|
|
|
|
|
|
|
- Llava3: "swarms/models/llama3.md"
|
|
|
|
|
|
|
|
- HuggingFaceLLM: "swarms/models/huggingface.md"
|
|
|
|
|
|
|
|
- Anthropic: "swarms/models/anthropic.md"
|
|
|
|
|
|
|
|
- OpenAI: "swarms/models/openai.md"
|
|
|
|
|
|
|
|
- Mistral: "swarms/models/mistral.md"
|
|
|
|
|
|
|
|
- Mixtral: "swarms/models/mixtral.md"
|
|
|
|
|
|
|
|
- MultiModal:
|
|
|
|
|
|
|
|
- BaseMultiModalModel: "swarms/models/base_multimodal_model.md"
|
|
|
|
|
|
|
|
- Fuyu: "swarms/models/fuyu.md"
|
|
|
|
|
|
|
|
- Vilt: "swarms/models/vilt.md"
|
|
|
|
|
|
|
|
- Idefics: "swarms/models/idefics.md"
|
|
|
|
|
|
|
|
- Kosmos: "swarms/models/kosmos.md"
|
|
|
|
|
|
|
|
- Nougat: "swarms/models/nougat.md"
|
|
|
|
|
|
|
|
- Dalle3: "swarms/models/dalle3.md"
|
|
|
|
|
|
|
|
- GPT4V: "swarms/models/gpt4v.md"
|
|
|
|
|
|
|
|
- DistilWhisperModel: "swarms/models/distilled_whisperx.md"
|
|
|
|
|
|
|
|
- swarms.structs:
|
|
|
|
|
|
|
|
- Foundational Structures:
|
|
|
|
|
|
|
|
- Agent: "swarms/structs/agent.md"
|
|
|
|
|
|
|
|
- BaseStructure: "swarms/structs/basestructure.md"
|
|
|
|
|
|
|
|
- Task: "swarms/structs/task.md"
|
|
|
|
|
|
|
|
- YamlModel: "swarms/structs/yaml_model.md"
|
|
|
|
|
|
|
|
- Workflows:
|
|
|
|
|
|
|
|
- ConcurrentWorkflow: "swarms/structs/concurrentworkflow.md"
|
|
|
|
|
|
|
|
- SequentialWorkflow: "swarms/structs/sequential_workflow.md"
|
|
|
|
|
|
|
|
- BaseWorkflow: "swarms/structs/baseworkflow.md"
|
|
|
|
|
|
|
|
- Multi Agent Architectures:
|
|
|
|
|
|
|
|
- Conversation: "swarms/structs/conversation.md"
|
|
|
|
|
|
|
|
- SwarmNetwork: "swarms/structs/swarmnetwork.md"
|
|
|
|
|
|
|
|
- MajorityVoting: "swarms/structs/majorityvoting.md"
|
|
|
|
|
|
|
|
- AgentRearrange: "swarms/structs/agent_rearrange.md"
|
|
|
|
|
|
|
|
- RoundRobin: "swarms/structs/round_robin_swarm.md"
|
|
|
|
|
|
|
|
- swarms.memory:
|
|
|
|
|
|
|
|
- Building Custom Vector Memory Databases with the BaseVectorDatabase Class: "swarms/memory/diy_memory.md"
|
|
|
|
|
|
|
|
- ShortTermMemory: "swarms/memory/short_term_memory.md"
|
|
|
|
|
|
|
|
- Guides:
|
|
|
|
|
|
|
|
- Agents:
|
|
|
|
|
|
|
|
- Building Custom Vector Memory Databases with the BaseVectorDatabase Class: "swarms/memory/diy_memory.md"
|
|
|
|
|
|
|
|
- How to Create A Custom Language Model: "swarms/models/custom_model.md"
|
|
|
|
|
|
|
|
- Deploying Azure OpenAI in Production, A Comprehensive Guide: "swarms/models/azure_openai.md"
|
|
|
|
|
|
|
|
- DIY Build Your Own Agent: "diy_your_own_agent.md"
|
|
|
|
- DIY Build Your Own Agent: "diy_your_own_agent.md"
|
|
|
|
- Equipping Autonomous Agents with Tools: "examples/tools_agent.md"
|
|
|
|
- Agents with Tools: "examples/tools_agent.md"
|
|
|
|
- Overview: "examples/index.md"
|
|
|
|
- swarms.models:
|
|
|
|
|
|
|
|
- How to Create A Custom Language Model: "swarms/models/custom_model.md"
|
|
|
|
|
|
|
|
- Deploying Azure OpenAI in Production A Comprehensive Guide: "swarms/models/azure_openai.md"
|
|
|
|
|
|
|
|
- Language:
|
|
|
|
|
|
|
|
- BaseLLM: "swarms/models/base_llm.md"
|
|
|
|
|
|
|
|
- Overview: "swarms/models/index.md"
|
|
|
|
|
|
|
|
- Llava3: "swarms/models/llama3.md"
|
|
|
|
|
|
|
|
- HuggingFaceLLM: "swarms/models/huggingface.md"
|
|
|
|
|
|
|
|
- Anthropic: "swarms/models/anthropic.md"
|
|
|
|
|
|
|
|
- OpenAI: "swarms/models/openai.md"
|
|
|
|
|
|
|
|
- Mistral: "swarms/models/mistral.md"
|
|
|
|
|
|
|
|
- Mixtral: "swarms/models/mixtral.md"
|
|
|
|
|
|
|
|
- MultiModal:
|
|
|
|
|
|
|
|
- BaseMultiModalModel: "swarms/models/base_multimodal_model.md"
|
|
|
|
|
|
|
|
- Fuyu: "swarms/models/fuyu.md"
|
|
|
|
|
|
|
|
- Vilt: "swarms/models/vilt.md"
|
|
|
|
|
|
|
|
- Idefics: "swarms/models/idefics.md"
|
|
|
|
|
|
|
|
- Kosmos: "swarms/models/kosmos.md"
|
|
|
|
|
|
|
|
- Nougat: "swarms/models/nougat.md"
|
|
|
|
|
|
|
|
- Dalle3: "swarms/models/dalle3.md"
|
|
|
|
|
|
|
|
- GPT4V: "swarms/models/gpt4v.md"
|
|
|
|
|
|
|
|
- DistilWhisperModel: "swarms/models/distilled_whisperx.md"
|
|
|
|
|
|
|
|
- swarms.structs:
|
|
|
|
|
|
|
|
- Foundational Structures:
|
|
|
|
|
|
|
|
- Agent: "swarms/structs/agent.md"
|
|
|
|
|
|
|
|
- BaseStructure: "swarms/structs/basestructure.md"
|
|
|
|
|
|
|
|
- Task: "swarms/structs/task.md"
|
|
|
|
|
|
|
|
- YamlModel: "swarms/structs/yaml_model.md"
|
|
|
|
|
|
|
|
- Workflows:
|
|
|
|
|
|
|
|
- ConcurrentWorkflow: "swarms/structs/concurrentworkflow.md"
|
|
|
|
|
|
|
|
- SequentialWorkflow: "swarms/structs/sequential_workflow.md"
|
|
|
|
|
|
|
|
- BaseWorkflow: "swarms/structs/baseworkflow.md"
|
|
|
|
|
|
|
|
- Multi Agent Architectures:
|
|
|
|
|
|
|
|
- Conversation: "swarms/structs/conversation.md"
|
|
|
|
|
|
|
|
- SwarmNetwork: "swarms/structs/swarmnetwork.md"
|
|
|
|
|
|
|
|
- MajorityVoting: "swarms/structs/majorityvoting.md"
|
|
|
|
|
|
|
|
- AgentRearrange: "swarms/structs/agent_rearrange.md"
|
|
|
|
|
|
|
|
- RoundRobin: "swarms/structs/round_robin_swarm.md"
|
|
|
|
|
|
|
|
- swarms.memory:
|
|
|
|
|
|
|
|
- Building Custom Vector Memory Databases with the BaseVectorDatabase Class: "swarms/memory/diy_memory.md"
|
|
|
|
|
|
|
|
- ShortTermMemory: "swarms/memory/short_term_memory.md"
|
|
|
|
|
|
|
|
- Guides:
|
|
|
|
- Agents:
|
|
|
|
- Agents:
|
|
|
|
- Agent: "examples/flow.md"
|
|
|
|
- Building Custom Vector Memory Databases with the BaseVectorDatabase Class: "swarms/memory/diy_memory.md"
|
|
|
|
- OmniAgent: "examples/omni_agent.md"
|
|
|
|
- How to Create A Custom Language Model: "swarms/models/custom_model.md"
|
|
|
|
- Swarms:
|
|
|
|
- Deploying Azure OpenAI in Production, A Comprehensive Guide: "swarms/models/azure_openai.md"
|
|
|
|
- SequentialWorkflow: "examples/reliable_autonomous_agents.md"
|
|
|
|
- DIY Build Your Own Agent: "diy_your_own_agent.md"
|
|
|
|
- 2O+ Autonomous Agent Blogs: "examples/ideas.md"
|
|
|
|
- Equipping Autonomous Agents with Tools: "examples/tools_agent.md"
|
|
|
|
- Applications:
|
|
|
|
- Overview: "examples/index.md"
|
|
|
|
- CustomerSupport:
|
|
|
|
- Agents:
|
|
|
|
- Overview: "applications/customer_support.md"
|
|
|
|
- Agent: "examples/flow.md"
|
|
|
|
- Marketing:
|
|
|
|
- OmniAgent: "examples/omni_agent.md"
|
|
|
|
- Overview: "applications/marketing_agencies.md"
|
|
|
|
- Swarms:
|
|
|
|
- Operations:
|
|
|
|
- SequentialWorkflow: "examples/reliable_autonomous_agents.md"
|
|
|
|
- Intoducing The Swarm of Automated Business Analyts: "applications/business-analyst-agent.md"
|
|
|
|
- 2O+ Autonomous Agent Blogs: "examples/ideas.md"
|
|
|
|
- Corporate:
|
|
|
|
- Applications:
|
|
|
|
- Corporate Documents:
|
|
|
|
- CustomerSupport:
|
|
|
|
- Data Room: "corporate/data_room.md"
|
|
|
|
- Overview: "applications/customer_support.md"
|
|
|
|
- The Swarm Memo: "corporate/swarm_memo.md"
|
|
|
|
- Marketing:
|
|
|
|
- Corporate Architecture: "corporate/architecture.md"
|
|
|
|
- Overview: "applications/marketing_agencies.md"
|
|
|
|
- Flywheel: "corporate/flywheel.md"
|
|
|
|
- Operations:
|
|
|
|
- Sales:
|
|
|
|
- Intoducing The Swarm of Automated Business Analyts: "applications/business-analyst-agent.md"
|
|
|
|
- FAQ: "corporate/faq.md"
|
|
|
|
- Corporate:
|
|
|
|
- Distribution: "corporate/distribution"
|
|
|
|
- Corporate Documents:
|
|
|
|
- Product:
|
|
|
|
- Data Room: "corporate/data_room.md"
|
|
|
|
- SwarmCloud: "corporate/swarm_cloud.md"
|
|
|
|
- The Swarm Memo: "corporate/swarm_memo.md"
|
|
|
|
- Weaknesses of Langchain: "corporate/failures.md"
|
|
|
|
- Corporate Architecture: "corporate/architecture.md"
|
|
|
|
- Design: "corporate/design.md"
|
|
|
|
- Flywheel: "corporate/flywheel.md"
|
|
|
|
- Metric: "corporate/metric.md"
|
|
|
|
- Sales:
|
|
|
|
- Organization:
|
|
|
|
- FAQ: "corporate/faq.md"
|
|
|
|
- FrontEnd Member Onboarding: "corporate/front_end_contributors.md"
|
|
|
|
- Distribution: "corporate/distribution"
|
|
|
|
- Contributors:
|
|
|
|
- Product:
|
|
|
|
- Contributing: "contributing.md"
|
|
|
|
- SwarmCloud: "corporate/swarm_cloud.md"
|
|
|
|
|
|
|
|
- Weaknesses of Langchain: "corporate/failures.md"
|
|
|
|
|
|
|
|
- Design: "corporate/design.md"
|
|
|
|
|
|
|
|
- Metric: "corporate/metric.md"
|
|
|
|
|
|
|
|
- Organization:
|
|
|
|
|
|
|
|
- FrontEnd Member Onboarding: "corporate/front_end_contributors.md"
|
|
|
|
|
|
|
|
- Contributors:
|
|
|
|
|
|
|
|
- Contributing: "contributing.md"
|
|
|
|