chore(installer): prep Lea-Setup-v1.0.1 — socketio dans requirements + exclusion fichiers test du staging
Some checks failed
tests / Lint (ruff + black) (push) Failing after 1m43s
tests / Tests unitaires (sans GPU) (push) Failing after 1m47s
tests / Tests sécurité (critique) (push) Has been skipped

- requirements_agent.txt : ajout python-socketio/engineio/websocket-client/simple-websocket
  (FeedbackBus/bulles ; jeu valide en runtime sur la VM)
- build_installer.sh : exclusion test_lea_*, _test_paused_toast.py, tools/test_* du staging
Reste (phase build sur .11) : pre-bundler tkinter+zlib1 dans l'embed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dom
2026-06-16 17:52:49 +02:00
parent b8b963059e
commit 86b5ec18c6
2 changed files with 10 additions and 0 deletions

View File

@@ -103,6 +103,9 @@ rsync -a \
--exclude='.venv' \
--exclude='sessions/' \
--exclude='logs/' \
--exclude='test_lea_*' \
--exclude='_test_paused_toast.py' \
--exclude='tools/test_*' \
"$BASE_BUILD_DIR/" \
"$STAGING_DIR/"

View File

@@ -9,5 +9,12 @@ psutil>=5.9.0 # Monitoring CPU/RAM
pystray>=0.19.5 # Icone systray
plyer>=2.1.0 # Notifications toast natives
# FeedbackBus / bulles d'action Lea (client socketio temps reel vers agent-chat :5004)
# Jeu valide en runtime sur la VM (chat + bulles fonctionnels)
python-socketio>=5.10.0 # client SocketIO (FeedbackBus)
python-engineio>=4.8.0 # transport engine.io
websocket-client>=1.9.0 # transport websocket client
simple-websocket>=1.1.0 # fallback websocket
# Windows specifique
pywin32>=306 ; sys_platform == 'win32'