diff --git a/README.md b/README.md index f132db1e..c718bb4c 100644 --- a/README.md +++ b/README.md @@ -714,6 +714,7 @@ Explore comprehensive examples and tutorials to learn how to use Swarms effectiv | Application | Description | Link | |-------------|-------------|------| +| Advanced Research System | Multi-agent research system inspired by Anthropic's research methodology | [AdvancedResearch](https://github.com/The-Swarm-Corporation/AdvancedResearch) | | Swarms DAO | Decentralized autonomous organization | [Swarms DAO](https://docs.swarms.world/en/latest/swarms/examples/swarms_dao/) | | Browser Agents | Web automation with agents | [Browser Agents](https://docs.swarms.world/en/latest/swarms/examples/swarms_of_browser_agents/) | | VLLM Agents | High-performance model serving | [VLLM Agents](https://docs.swarms.world/en/latest/swarms/examples/vllm/) | diff --git a/docs/examples/index.md b/docs/examples/index.md index 7f288e74..a23f7b06 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -171,6 +171,7 @@ This index organizes **100+ production-ready examples** from our [Swarms Example ### Research and Deep Analysis | Category | Example | Description | |----------|---------|-------------| +| Advanced Research | [Advanced Research System](https://github.com/The-Swarm-Corporation/AdvancedResearch) | Multi-agent research system inspired by Anthropic's research methodology with orchestrator-worker architecture | | Deep Research | [Deep Research Example](https://github.com/kyegomez/swarms/blob/master/examples/multi_agent/deep_research_examples/deep_research_example.py) | Comprehensive research system with multiple specialized agents | | Deep Research Swarm | [Deep Research Swarm](https://github.com/kyegomez/swarms/blob/master/examples/multi_agent/deep_research_examples/deep_research_swarm_example.py) | Swarm-based deep research with collaborative analysis | | Scientific Agents | [Deep Research Swarm Example](https://github.com/kyegomez/swarms/blob/master/examples/demos/scient_agents/deep_research_swarm_example.py) | Scientific research swarm for academic and research applications |