-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproductos.html
More file actions
172 lines (151 loc) · 8.98 KB
/
Copy pathproductos.html
File metadata and controls
172 lines (151 loc) · 8.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Productos Técnicos | Txema Ríos</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.6; color: #333; background: #f9fafb; }
header { background: #0d1117; color: white; padding: 20px 0; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
header nav { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; gap: 30px; align-items: center; }
header a { color: white; text-decoration: none; font-size: 14px; }
header a:hover { color: #58a6ff; }
main { max-width: 1200px; margin: 40px auto; padding: 0 20px; }
h1 { font-size: 32px; margin-bottom: 10px; }
h2 { font-size: 18px; color: #666; margin-bottom: 30px; font-weight: 400; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; margin-top: 30px; }
.card { background: white; border: 1px solid #e0e0e0; border-radius: 8px; padding: 20px; transition: all 0.3s; }
.card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); border-color: #0969da; }
.card h3 { font-size: 18px; margin-bottom: 8px; color: #0969da; }
.card p { font-size: 14px; color: #666; margin-bottom: 12px; }
.card a { color: #0969da; text-decoration: none; font-weight: 500; }
.card a:hover { text-decoration: underline; }
.badge { display: inline-block; background: #f0f0f0; padding: 4px 8px; border-radius: 4px; font-size: 12px; color: #666; margin-right: 5px; }
footer { background: #0d1117; color: #888; text-align: center; padding: 20px; margin-top: 60px; font-size: 12px; }
</style>
</head>
<body>
<header>
<nav>
<strong>Txema Ríos</strong>
<a href="index.html">Inicio</a>
<a href="proyectos.html">Proyectos</a>
<a href="productos.html">Productos</a>
<a href="index.html#areas">Áreas</a>
<a href="index.html#perfil">Perfil</a>
<a href="contacto.html">Contacto</a>
<a href="https://github.com/chema74" target="_blank" rel="noopener noreferrer">GitHub</a>
</nav>
</header>
<main>
<h1>Productos Técnicos y Agentes Avanzados</h1>
<h2>Demostrables, no promesas de autonomía total.</h2>
<h2 style="margin-top: 40px;">Agentes Enterprise en Producción</h2>
<div class="grid">
<div class="card">
<h3>Contract Obligations Agent</h3>
<p>Análisis y seguimiento automático de obligaciones contractuales.</p>
<a href="https://github.com/chema74/Agentes_IA/tree/main/products/contract-obligations-agent" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Audit Compliance Evidence Agent</h3>
<p>Generación automática de evidencias de cumplimiento normativo.</p>
<a href="https://github.com/chema74/Agentes_IA/tree/main/products/audit-compliance-evidence-agent" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Geopolitical Trade Intelligence Agent</h3>
<p>Análisis de inteligencia geopolítica aplicada a comercio exterior.</p>
<a href="https://github.com/chema74/Agentes_IA/tree/main/products/geopolitical-trade-intelligence-agent" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>A2A Self-Healing Logistics Agent</h3>
<p>Agente autosanador para logística punto a punto.</p>
<a href="https://github.com/chema74/Agentes_IA/tree/main/products/a2a-self-healing-logistics-agent" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Apollo Policy Enforcer Agent</h3>
<p>Orquestador de políticas de IA empresarial.</p>
<a href="https://github.com/chema74/Agentes_IA/tree/main/products/apollo-policy-enforcer-agent" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>NSPA Psychological Orchestrator</h3>
<p>Orquestador psicológico para agentes neurolingüísticos.</p>
<a href="https://github.com/chema74/Agentes_IA/tree/main/products/nspa-psychological-orchestrator" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Agentic Learning Integrity Orchestrator</h3>
<p>Orquestador de integridad en aprendizaje agentico.</p>
<a href="https://github.com/chema74/Agentes_IA/tree/main/products/agentic-learning-integrity-orchestrator" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Change Process Coaching Orchestrator</h3>
<p>Orquestador de coaching para procesos de cambio.</p>
<a href="https://github.com/chema74/Agentes_IA/tree/main/products/change-process-coaching-orchestrator" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Autonomous Legal Counsel Agent</h3>
<p>Asesor legal autónomo con análisis normativo avanzado.</p>
<a href="https://github.com/chema74/Agentes_IA/tree/main/products/autonomous-legal-counsel-agent" target="_blank">Ver →</a>
</div>
</div>
<h2 style="margin-top: 40px;">Laboratorios para Formación y Portfolio</h2>
<p style="color: #666; margin-bottom: 20px;">Laboratorios locales, reproducibles y sin dependencias externas en <strong>laboratorios-ia-aplicada</strong>:</p>
<div class="grid">
<div class="card">
<h3>RAG Corporativo</h3>
<p>Ingesta documental, recuperación híbrida, reranking, trazabilidad.</p>
<a href="https://github.com/chema74/laboratorios-ia-aplicada/tree/main/labs/rag-corporativo" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Evaluación LLM</h3>
<p>Datasets dorados, rúbricas, regresión de prompts, informes.</p>
<a href="https://github.com/chema74/laboratorios-ia-aplicada/tree/main/labs/evaluacion-llm" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Observabilidad y Costes</h3>
<p>Trazas, latencias, costes simulados, degradación, feedback.</p>
<a href="https://github.com/chema74/laboratorios-ia-aplicada/tree/main/labs/observabilidad-costes" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Privacidad de Datos</h3>
<p>Detección PII, anonimización, seudonimización, minimización.</p>
<a href="https://github.com/chema74/laboratorios-ia-aplicada/tree/main/labs/privacidad-datos" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Backend Empresarial</h3>
<p>API local, contratos de datos, autenticación, colas, auditoría.</p>
<a href="https://github.com/chema74/laboratorios-ia-aplicada/tree/main/labs/backend-empresarial" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Gobernanza AI Act</h3>
<p>Inventario de casos, clasificación de riesgo, políticas internas.</p>
<a href="https://github.com/chema74/laboratorios-ia-aplicada/tree/main/labs/gobernanza-ai-act" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Agentes Enterprise</h3>
<p>Planificación, herramientas simuladas, memoria, orquestación.</p>
<a href="https://github.com/chema74/laboratorios-ia-aplicada/tree/main/labs/agentes-enterprise" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Seguridad de Agentes</h3>
<p>Seguridad defensiva para agentes de IA.</p>
<a href="https://github.com/chema74/laboratorios-ia-aplicada/tree/main/labs/seguridad-agentes" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Ecosistema Microsoft</h3>
<p>Integración con servicios Microsoft IA empresarial.</p>
<a href="https://github.com/chema74/laboratorios-ia-aplicada/tree/main/labs/microsoft-ia" target="_blank">Ver →</a>
</div>
<div class="card">
<h3>Ecosistema Google</h3>
<p>Integración con servicios Google IA empresarial.</p>
<a href="https://github.com/chema74/laboratorios-ia-aplicada/tree/main/labs/google-ia" target="_blank">Ver →</a>
</div>
</div>
</main>
<footer>
<p>© 2025 Txema Ríos. Licencia CC BY-SA 4.0.</p>
</footer>
</body>
</html>