deep-research
Turn any question into multi-agent exploration. Recursive Claude agents that spawn sub-agents.
File Explorer
Download Latest Version (.zip)- ci.yml
- deep-research-v1.sh
- monitor-v1.sh
- research-v1.sh
- socratic-v1.1.py
- socratic-v1.2.py
- socratic-v1.3.py
- API.md
- cache.md
- FRAMEWORKS.md
- TROUBLESHOOTING.md
- aliveness.md
- buy-vs-admire.md
- learning-fast.md
- money-misconceptions.md
- self-sabotage.md
- software-architecture.md
- README.md
- recursive-research-v1.md
- recursive-research-v1.sh
- recursive-research-v2-with-critic-and-audit.md
- recursive-research-v3-socratic-enhanced.md
- the-adversarial-engine.md
- the-emergence-engine.md
- the-inverse-engine.md
- the-socratic-engine.md
- SYNTHESIS.md
- SYNTHESIS.md
- SYNTHESIS.md
- 2025-12-14-how-do-multi-agent-ai-systems-actually-coordinate.md
- __init__.py
- answer.py
- base.py
- decompose.py
- detect.py
- ground.py
- synthesize.py
- __init__.py
- chef.py
- graph.py
- node.py
- operation.py
- strategy.py
- __init__.py
- base.py
- claude.py
- factory.py
- gemini.py
- kimi.py
- openai_azure.py
- openrouter.py
- __init__.py
- base.py
- inverse.py
- perspective.py
- socratic.py
- __init__.py
- cache.py
- cli.py
- exceptions.py
- logging.py
- models.py
- orchestrator.py
- settings.py
- validation.py
- __init__.py
- conftest.py
- test_cache.py
- test_exceptions.py
- test_masterchef.py
- test_models.py
- test_strategy_registry.py
- test_validation.py
- .gitignore
- deep-research.sh
- LICENSE
- pyproject.toml
- README.md
- RECIPES.md
# Installation Guide
1. Get the code
git clone https://github.com/Cranot/deep-research
Downloads the entire project code from GitHub to your computer.
cd deep-research
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
pip install -e ".[dev]"
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
