From afe2d84b5d693019b413278953d1c379e29ba333 Mon Sep 17 00:00:00 2001 From: harshalmore31 Date: Wed, 13 Aug 2025 21:41:51 +0530 Subject: [PATCH] updates ! --- docs/examples/index.md | 1 + 1 file changed, 1 insertion(+) 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 |