mirror of
https://github.com/myronblair/jarvis
synced 2026-07-28 16:52:46 -05:00
af03a2f2d8
- deploy/requirements.txt: explicit pip deps (fastapi, uvicorn, aiomysql, aiohttp, anthropic, trafilatura) - jarvis-deploy.sh: self-installs to /usr/local/bin/ on every run so updates propagate; auto-creates venv and installs packages if missing before restart attempt - admin/index.php: add SETUP button next to RESTART — runs full setup+start in one click (creates venv, installs deps, copies reactor.py, starts it) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01X8tDRrQqgLjqXebMCBNcP3
7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
fastapi
|
|
uvicorn[standard]
|
|
aiomysql
|
|
aiohttp
|
|
anthropic
|
|
trafilatura
|