feat(vwb): preview lea competence workflows

This commit is contained in:
Dom
2026-05-29 18:13:36 +02:00
parent 8332b2cd37
commit 794a248dae
4 changed files with 404 additions and 1 deletions

View File

@@ -180,8 +180,9 @@ except ImportError as e:
# Catalogue VWB - actions VisionOnly
# V2 avec VLM (Vision Language Model) pour détection intelligente
try:
from catalog_routes_v2_vlm import catalog_bp, VLM_MODEL
from catalog_routes_v2_vlm import catalog_bp, competence_preview_bp, VLM_MODEL
app.register_blueprint(catalog_bp)
app.register_blueprint(competence_preview_bp)
print(f"✅ Blueprint catalog V2 VLM (Ollama {VLM_MODEL}) enregistré")
except ImportError as e:
print(f"⚠️ Blueprint catalog V2 VLM désactivé: {e}")