Dom
806cc04b82
feat(p1z): centralize V4 reasoning model resolution (DGX-safe)
Remplace le default runtime dangereux `qwen2.5vl:7b` (absent du tunnel DGX
-> 404) des chemins V4/reasoning par un helper central get_reasoning_model().
- core/detection/vlm_config.py : + get_reasoning_model() + DEFAULT_REASONING_MODEL
(qwen2.5vl:7b-rpa). Ordre : RPA_REASONING_MODEL -> RPA_VLM_MODEL/VLM_MODEL ->
default DGX-safe. Pas d'appel reseau (lazy, safe a l'import).
- core/execution/input_handler.py, observe_reason_act.py (x3),
core/cognition/vram_orchestrator.py : migration des 5 call-sites.
- tests/unit/test_reasoning_model.py : 8 tests (default DGX-safe, ordre de
resolution, non-regression wiring des 3 modules V4).
Hors scope (signale lot P1.w) : DEFAULT_VLM_MODEL=gemma4:latest reste fallback
de get_vlm_model(). Client gele non touche.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 16:23:10 +02:00
..
2026-04-20 18:29:49 +02:00
2026-04-14 16:48:23 +02:00
2026-03-26 10:19:18 +01:00
2026-03-15 10:02:09 +01:00
2026-01-19 08:40:54 +01:00
2026-06-04 16:23:10 +02:00
2026-06-02 16:20:38 +02:00
2026-01-18 19:06:09 +01:00
2026-03-16 23:10:51 +01:00
2026-06-04 16:23:10 +02:00
2026-06-02 16:20:38 +02:00
2026-05-24 21:58:06 +02:00
2026-06-04 16:23:10 +02:00
2026-06-03 14:06:03 +02:00
2026-03-26 10:19:18 +01:00
2026-04-20 17:03:44 +02:00
2026-04-15 22:02:30 +02:00
2026-06-02 16:24:10 +02:00
2026-01-29 11:23:51 +01:00
2026-01-29 11:23:51 +01:00
2026-04-26 04:26:32 +02:00
2026-01-29 11:23:51 +01:00
2026-06-02 16:20:38 +02:00
2026-03-15 10:02:09 +01:00
2026-03-26 10:19:18 +01:00
2026-01-19 15:34:34 +01:00
2026-01-29 11:23:51 +01:00
2026-06-02 16:20:38 +02:00
2026-01-29 11:23:51 +01:00
2026-04-15 19:01:11 +02:00
2026-06-02 16:20:38 +02:00
2026-01-29 11:23:51 +01:00
2026-01-19 15:34:51 +01:00
2026-03-15 10:02:09 +01:00
2026-05-24 17:52:06 +02:00
2026-01-29 11:23:51 +01:00
2026-04-25 17:48:18 +02:00
2026-06-03 14:06:03 +02:00
2026-01-29 11:23:51 +01:00
2026-04-14 16:48:23 +02:00