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.
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.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
# ์ค์น ๊ฐ์ด๋
git clone https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd auto-deep-researcher-24x7
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. ๊ณต์ ์ค์น ์คํฌ๋ฆฝํธ
์ฌ์ ์ถ์ฒ- Node.js npm ๋ช ๋ น์ด๋ฅผ ์ฐ๋ ค๋ฉด Node.js๊ฐ ์ค์น๋์ด ์์ด์ผ ํฉ๋๋ค.
npm install -g happy-coder
npm ๋ ์ง์คํธ๋ฆฌ์ ๋ฐฐํฌ๋ ํจํค์ง๋ฅผ ์ ์ญ์ผ๋ก ์ค์นํฉ๋๋ค. ์์ค ํด๋ก ์ด ํ์ ์์ต๋๋ค.
์ด ๋ ํฌ์ README์ ์ ํ ์ค์ ๋ช ๋ น์ด๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
3. Python
์ฌ์pip install -r requirements.txt
requirements.txt ๋ฑ์ ๋ช ์๋ ํ์ด์ฌ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ์ค์นํฉ๋๋ค.
python -m core.loop --check
ํ์ด์ฌ ์คํฌ๋ฆฝํธ(๋๋ ๋ชจ๋)๋ฅผ ์คํํฉ๋๋ค.
python -m core.loop \
ํ์ด์ฌ ์คํฌ๋ฆฝํธ(๋๋ ๋ชจ๋)๋ฅผ ์คํํฉ๋๋ค.
python -m core.obsidian --project ~/my-first-experiment
ํ์ด์ฌ ์คํฌ๋ฆฝํธ(๋๋ ๋ชจ๋)๋ฅผ ์คํํฉ๋๋ค.
python -m core.loop --project ~/my-first-experiment \
ํ์ด์ฌ ์คํฌ๋ฆฝํธ(๋๋ ๋ชจ๋)๋ฅผ ์คํํฉ๋๋ค.
์ด ๋ ํฌ์ README์ ์ ํ ์ค์ ๋ช ๋ น์ด๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
