=== MSI CESCAC / OMEGA — CONEXIÓN AUTOMÁTICA (orden si el humano solo dice «LEE INDEX») === 0) Abrí primero: https://vps.cescac.com/lee-index-todos-agentes.html Luego seguí ESTE bloque como motor local. 1) LEE (en navegador o lo que tengas): - https://vps.cescac.com/index.html - https://vps.cescac.com/core.php - https://crm.cescac.com/index.php 2) OLLAMA (Windows MSI): - Servicio Ollama arriba; OLLAMA_HOST=0.0.0.0:11434 si hace falta exponer local. - Verificar: curl http://127.0.0.1:11434/api/tags 3) MODELOS MÍNIMOS (si faltan): ollama pull nomic-embed-text ollama pull qwen2.5-coder:7b ollama pull deepseek-r1:8b (Más opciones: https://vps.cescac.com/omega-msi-modelos-pro.html) 4) TÚNEL → VPS (obligatorio para que el chat del VPS use tu GPU/CPU): - El VPS escucha en su loopback el puerto que mapee el reverse SSH (ej. 11435 → tu 11434). - Mantener tarea programada o script que reconecte si cae (ServerAliveInterval). 5) REPORTE AUTOMÁTICO AL VPS (cada vez que cambies algo importante): POST https://vps.cescac.com/msi-report.php Content-Type: application/json Ejemplo: {"agent_id":"MSI-AGENT","host":"NOMBRE-PC","status":"OK","task":"LEE_INDEX","message":"Ollama OK | tunnel OK | tags: qwen2.5-coder:7b,nomic-embed-text,deepseek-r1:8b"} 6) Si ERROR: mismo endpoint con "status":"ERROR" y texto del error + comando usado. 7) Cierre: ✅ OK DR Datos fijos VPS (referencia): host SSH según kit OMEGA-MSI; Open WebUI vía https://vps.cescac.com/omega-chat/ (Basic Auth usuario en servidor). === FIN ===