From 9452e86fd1de2e288fe21ef538aaf38e0a42f998 Mon Sep 17 00:00:00 2001 From: Dom Date: Mon, 27 Apr 2026 21:53:40 +0200 Subject: [PATCH] =?UTF-8?q?deps(agent=5Fv1):=20python-socketio[client]=20p?= =?UTF-8?q?our=20bus=20feedback=20L=C3=A9a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Compatible Flask-SocketIO 5.3.x côté serveur. Ajouté aux deux requirements client (agent_v1/ et deploy/windows_client/) — le second est utilisé par l'installeur Pauline (setup_v1.bat). ATTENTION : redéploiement client requis (PC Windows + VM Linux) avant la démo GHT Sud 95. La dep ne sert à rien tant que J3.2 (FeedbackBusClient) n'est pas en place ; aucun impact runtime sur l'agent V1 actuel. Co-Authored-By: Claude Opus 4.7 (1M context) --- agent_v0/agent_v1/requirements.txt | 1 + agent_v0/deploy/windows_client/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/agent_v0/agent_v1/requirements.txt b/agent_v0/agent_v1/requirements.txt index 3e2dc0b9a..c1d9b4609 100644 --- a/agent_v0/agent_v1/requirements.txt +++ b/agent_v0/agent_v1/requirements.txt @@ -3,6 +3,7 @@ mss>=9.0.1 # Capture d'écran haute performance pynput>=1.7.7 # Clavier/Souris Cross-plateforme Pillow>=10.0.0 # Crops et processing image requests>=2.31.0 # Streaming réseau +python-socketio[client]>=5.10,<6.0 # Bus feedback Léa 'lea:*' (compat Flask-SocketIO 5.3.x serveur) psutil>=5.9.0 # Monitoring CPU/RAM pystray>=0.19.5 # Icône Tray UI plyer>=2.1.0 # Notifications toast natives (remplace PyQt5) diff --git a/agent_v0/deploy/windows_client/requirements.txt b/agent_v0/deploy/windows_client/requirements.txt index c3c43160e..1c00e66b4 100644 --- a/agent_v0/deploy/windows_client/requirements.txt +++ b/agent_v0/deploy/windows_client/requirements.txt @@ -3,6 +3,7 @@ mss>=9.0.1 # Capture d'écran haute performance pynput>=1.7.7 # Clavier/Souris Cross-plateforme Pillow>=10.0.0 # Crops et processing image requests>=2.31.0 # Streaming réseau +python-socketio[client]>=5.10,<6.0 # Bus feedback Léa 'lea:*' (compat Flask-SocketIO 5.3.x serveur) psutil>=5.9.0 # Monitoring CPU/RAM pystray>=0.19.5 # Icône Tray UI plyer>=2.1.0 # Notifications toast natives (remplace PyQt5)