auto-deep-researcher-24x7

(โ˜… 1,280)

๐Ÿ”ฅ An autonomous AI agent that runs your deep learning experiments 24/7 while you sleep. Zero-cost monitoring, Leader-Worker architecture, constant-size memory.

  • .gitignore
  • .mailmap
  • AGENTS.md
  • AI_GUIDE.md
  • CLAUDE.md
  • config.yaml
  • CONTRIBUTING.md
  • install.py
  • LICENSE
  • README.md
  • requirements.txt

# Installation Guide

1. Get the code
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
Prerequisites
  • 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.

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Python

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip 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).

โœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation