auto-deep-researcher-24x7
๐ฅ An autonomous AI agent that runs your deep learning experiments 24/7 while you sleep. Zero-cost monitoring, Leader-Worker architecture, constant-size memory.
File Explorer
Download Latest Version (.zip)- commit-msg
- pre-commit
- pre-push
- contributor-guard.yml
- code_agent.md
- idea_agent.md
- leader.md
- writing_agent.md
- banner.png
- logo.png
- __init__.py
- agents.py
- execution.py
- journal.py
- ledger.py
- loop.py
- memory.py
- monitor.py
- obsidian.py
- safety.py
- tools.py
- architecture.md
- README_CN.md
- README_JP.md
- README_KR.md
- README.md
- config.yaml
- PROJECT_BRIEF.md
- __init__.py
- detect.py
- keeper.py
- architecture.png
- 0_abstract.tex
- 1_intro.tex
- 2_related.tex
- 3_method.tex
- 4_experiment.tex
- 5_conclusion.tex
- 6_appendix.tex
- iccv.sty
- ieeenat_fullname.bst
- main.bib
- main.pdf
- main.tex
- preamble.tex
- openai.yaml
- SKILL.md
- openai.yaml
- SKILL.md
- openai.yaml
- SKILL.md
- openai.yaml
- SKILL.md
- openai.yaml
- SKILL.md
- openai.yaml
- SKILL.md
- openai.yaml
- SKILL.md
- openai.yaml
- SKILL.md
- integration_cli_tool_use.py
- test_execution.py
- test_install.py
- test_journal.py
- test_ledger.py
- test_literature_tools.py
- test_loop_fallback.py
- test_provider_config.py
- test_repo_reading.py
- test_safety.py
- test_skills.py
- test_tool_use_loop.py
- test_tools_security.py
- test_v2_loop_integration.py
- .gitignore
- .mailmap
- AGENTS.md
- AI_GUIDE.md
- CLAUDE.md
- config.yaml
- CONTRIBUTING.md
- install.py
- LICENSE
- README.md
- requirements.txt
๐ Installation Guide
git clone https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7
Downloads the entire project code from GitHub to your computer.
cd auto-deep-researcher-24x7
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Node.js Node.js must be installed to use npm.
npm install -g happy-coder
Installs the package published on the npm registry globally โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python -m core.loop --check
Runs the Python script (or module).
python -m core.loop \
Runs the Python script (or module).
python -m core.obsidian --project ~/my-first-experiment
Runs the Python script (or module).
python -m core.loop --project ~/my-first-experiment \
Runs the Python script (or module).
Pulled directly from this repo's README.
