initial commit: slides + practica_resueltos + README

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-29 11:50:55 +02:00
commit 0aff31e2d3
203 changed files with 23207 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
---
layout: default
---
# Módulos del Curso (2/3)
<div class="mt-8 space-y-4">
<v-click>
<div class="border-l-4 border-yellow-500 pl-4 bg-yellow-50 dark:bg-yellow-900/20 p-3">
<h3 class="text-lg font-bold">💬 Módulo 4: Mensajes y Prompts</h3>
<p class="text-sm opacity-80">Sistema de mensajes, templates, contexto, historial</p>
</div>
</v-click>
<v-click>
<div class="border-l-4 border-red-500 pl-4 bg-red-50 dark:bg-red-900/20 p-3">
<h3 class="text-lg font-bold">🎯 Módulo 5: Agentes</h3>
<p class="text-sm opacity-80">Tools, structured output, runtime, human-in-the-loop</p>
</div>
</v-click>
<v-click>
<div class="border-l-4 border-orange-500 pl-4 bg-orange-50 dark:bg-orange-900/20 p-3">
<h3 class="text-lg font-bold">🔍 Módulo 6: LangSmith</h3>
<p class="text-sm opacity-80">Observabilidad, debugging, evaluación y producción</p>
</div>
</v-click>
</div>