You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-47Lines changed: 47 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -466,7 +466,7 @@ This feature is perfect for rapid prototyping, complex task decomposition, and c
466
466
467
467
### MixtureOfAgents (MoA)
468
468
469
-
The `MixtureOfAgents` architecture processes tasks by feeding them to multiple "expert" agents in parallel. Their diverse outputs are then synthesized by an aggregator agent to produce a final, high-quality result. [Learn more here](https://docs.swarms.world/swarms/examples/moa_example/)
469
+
The `MixtureOfAgents` architecture processes tasks by feeding them to multiple "expert" agents in parallel. Their diverse outputs are then synthesized by an aggregator agent to produce a final, high-quality result. [Learn more here](https://docs.swarms.world/examples/mixture-of-agents-example)
470
470
471
471
```python
472
472
from swarms import Agent, MixtureOfAgents
@@ -767,7 +767,7 @@ Documentation is located here at: [docs.swarms.world](https://docs.swarms.world)
767
767
768
768
## Features
769
769
770
-
Swarms delivers a comprehensive, enterprise-grade multi-agent infrastructure platform designed for production-scale deployments and seamless integration with existing systems. [Learn more about the swarms feature set here](https://docs.swarms.world/swarms/features/)
770
+
Swarms delivers a comprehensive, enterprise-grade multi-agent infrastructure platform designed for production-scale deployments and seamless integration with existing systems. [Learn more about the swarms feature set here](https://docs.swarms.world/community/features)
771
771
772
772
| Category | Features | Benefits |
773
773
|----------|----------|-----------|
@@ -784,12 +784,12 @@ Swarms seamlessly integrates with industry-standard protocols and open specifica
784
784
785
785
| Protocol | Description | Documentation |
786
786
|----------|-------------|---------------|
787
-
|**[MCP (Model Context Protocol)](https://docs.swarms.world/swarms/examples/multi_mcp_agent/)**| Standardized protocol for AI agents to interact with external tools and services through MCP servers. Enables dynamic tool discovery and execution. |[MCP Integration Guide](https://docs.swarms.world/swarms/examples/multi_mcp_agent/)|
788
-
|**[X402](https://docs.swarms.world/examples/x402_payment_integration/)**| Cryptocurrency payment protocol for API endpoints. Enables monetization of agents with pay-per-use models. |[X402 Quickstart](https://docs.swarms.world/examples/x402_payment_integration/)|
789
-
|**[AOP (Agent Orchestration Protocol)](https://docs.swarms.world/examples/aop_medical/)**| Framework for deploying and managing agents as distributed services. Enables agent discovery, management, and execution through standardized protocols. |[AOP Reference](https://docs.swarms.world/api/aop)|
790
-
|**[Swarms Marketplace](https://swarms.world)**| Platform for discovering and sharing production-ready prompts, agents, and tools. Enables automatic prompt loading from the marketplace and publishing your own prompts directly from code. |[Marketplace Tutorial](https://docs.swarms.world/swarms/examples/marketplace_prompt_loading/)|
787
+
|**[MCP (Model Context Protocol)](https://docs.swarms.world/integrations/mcp)**| Standardized protocol for AI agents to interact with external tools and services through MCP servers. Enables dynamic tool discovery and execution. |[MCP Integration Guide](https://docs.swarms.world/integrations/mcp)|
788
+
|**[X402](https://docs.swarms.world/examples/integrations/x402-payment)**| Cryptocurrency payment protocol for API endpoints. Enables monetization of agents with pay-per-use models. |[X402 Quickstart](https://docs.swarms.world/examples/integrations/x402-payment)|
789
+
|**[AOP (Agent Orchestration Protocol)](https://docs.swarms.world/examples/multi-agent/aop-medical)**| Framework for deploying and managing agents as distributed services. Enables agent discovery, management, and execution through standardized protocols. |[AOP Reference](https://docs.swarms.world/api/aop)|
790
+
|**[Swarms Marketplace](https://swarms.world)**| Platform for discovering and sharing production-ready prompts, agents, and tools. Enables automatic prompt loading from the marketplace and publishing your own prompts directly from code. |[Marketplace Tutorial](https://docs.swarms.world/integrations/marketplace)|
791
791
|**[Open Responses](https://www.openresponses.org/)**| Open-source specification and ecosystem for multi-provider, interoperable LLM interfaces based on the OpenAI Responses API. Provides a unified schema and tooling for calling language models, streaming results, and composing agentic workflows—independent of provider. |[Open Responses Website](https://www.openresponses.org/)|
792
-
|**[Agent Skills](https://docs.swarms.world/swarms/agents/agent_skills/)**| Lightweight, markdown-based format for defining modular, reusable agent capabilities introduced by Anthropic. Enables specialization of agents without modifying code by loading skill definitions from simple SKILL.md files. |[Agent Skills Documentation](https://docs.swarms.world/swarms/agents/agent_skills/)|
792
+
|**[Agent Skills](https://docs.swarms.world/agents/agent-skills)**| Lightweight, markdown-based format for defining modular, reusable agent capabilities introduced by Anthropic. Enables specialization of agents without modifying code by loading skill definitions from simple SKILL.md files. |[Agent Skills Documentation](https://docs.swarms.world/agents/agent-skills)|
793
793
794
794
795
795
---
@@ -800,56 +800,56 @@ Explore comprehensive examples and tutorials to learn how to use Swarms effectiv
|**Basic Examples**| Agent with Tools | Using agents with various tools |[Agent with Tools](https://docs.swarms.world/swarms/examples/agent_with_tools/)|
805
-
|**Basic Examples**| Agent with Structured Outputs | Working with structured data outputs |[Structured Outputs](https://docs.swarms.world/swarms/examples/agent_structured_outputs/)|
806
-
|**Basic Examples**| Agent with MCP Integration | Model Context Protocol integration |[MCP Integration](https://docs.swarms.world/swarms/examples/agent_with_mcp/)|
|**Multi-Agent Architecture**| Agents as Tools | Using agents as tools in workflows |[Agents as Tools](https://docs.swarms.world/swarms/examples/agents_as_tools/)|
|**Basic Examples**| Agent with Tools | Using agents with various tools |[Agent with Tools](https://docs.swarms.world/examples/agent-with-tools)|
805
+
|**Basic Examples**| Agent with Structured Outputs | Working with structured data outputs |[Structured Outputs](https://docs.swarms.world/agents/structured-outputs)|
806
+
|**Basic Examples**| Agent with MCP Integration | Model Context Protocol integration |[MCP Integration](https://docs.swarms.world/integrations/mcp)|
|**Multi-Agent Architecture**| Agents as Tools | Using agents as tools in workflows |[Agents as Tools](https://docs.swarms.world/architectures/overview)|
|**Deployment Solutions**| Agent Orchestration Protocol (AOP) | Deploy agents as distributed services with discovery and management |[AOP Reference](https://docs.swarms.world/api/aop)|
836
836
|**Applications**| Advanced Research System | Multi-agent research system inspired by Anthropic's research methodology |[AdvancedResearch](https://github.com/The-Swarm-Corporation/AdvancedResearch)|
837
837
|**Applications**| Hospital Simulation | Healthcare simulation system using multi-agent architecture |[HospitalSim](https://github.com/The-Swarm-Corporation/HospitalSim)|
838
-
|**Applications**| Browser Agents | Web automation with agents |[Browser Agents](https://docs.swarms.world/swarms/examples/swarms_of_browser_agents/)|
839
-
|**Applications**| Medical Analysis | Healthcare applications |[Medical Examples](https://docs.swarms.world/swarms/examples/swarms_api_medical/)|
|**Cookbook & Templates**| Cookbook Index | Curated example collection |[Cookbook](https://docs.swarms.world/examples/cookbook_index/)|
843
-
|**Cookbook & Templates**| Paper Implementations | Research paper implementations |[Paper Implementations](https://docs.swarms.world/examples/paper_implementations/)|
|**Cookbook & Templates**| Cookbook Index | Curated example collection |[Cookbook](https://docs.swarms.world/examples/overviews/cookbook)|
843
+
|**Cookbook & Templates**| Paper Implementations | Research paper implementations |[Paper Implementations](https://docs.swarms.world/examples/overviews/paper-implementations)|
Swarms is an open-source, community-driven framework aiming to accelerate a fully autonomous world by providing robust infrastructure for deploying and orchestrating millions of agents. By contributing, you can help advance multi-agent AI, collaborate with passionate peers, shape the agent economy, and enhance your expertise.
851
851
852
-
Learn more about how you can make a meaningful impact in our [Contributor's Guide](https://docs.swarms.world/contributors/main/).
852
+
Learn more about how you can make a meaningful impact in our [Contributor's Guide](https://docs.swarms.world/community/contributing).
853
853
854
854
### How to Contribute
855
855
@@ -859,7 +859,7 @@ We've made it easy to start contributing. Here's how you can help:
859
859
860
860
2.**Report a Bug or Request a Feature:** Have a new idea or found something that isn't working right? We'd love to hear from you. Please [**file a Bug Report or Feature Request**](https://github.com/kyegomez/swarms/issues) on our GitHub Issues page.
861
861
862
-
3.**Understand Our Workflow and Standards:** Before submitting your work, please review our complete [**Contribution Guidelines**](https://github.com/kyegomez/swarms/blob/master/CONTRIBUTING.md). To help maintain code quality, we also encourage you to read our guide on [**Code Cleanliness**](https://docs.swarms.world/swarms/framework/code_cleanliness/).
862
+
3.**Understand Our Workflow and Standards:** Before submitting your work, please review our complete [**Contribution Guidelines**](https://github.com/kyegomez/swarms/blob/master/CONTRIBUTING.md). To help maintain code quality, we also encourage you to read our guide on [**Code Cleanliness**](https://docs.swarms.world/community/contributing-to-docs).
863
863
864
864
4.**Join the Discussion:** To participate in roadmap discussions and connect with other developers, join our community on [**Discord**](https://discord.gg/EamjgSaEQf).
0 commit comments