- Update docs/_MAP.md with new phase references - Add docs/04-fase-saas/ phase structure - Add docs/05-fase-ia/ phase structure Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
132 lines
3.4 KiB
Markdown
132 lines
3.4 KiB
Markdown
# Fase 05: Inteligencia Artificial - Mapa de Navegacion
|
|
|
|
**Fase:** 05-fase-ia
|
|
**Proyecto:** clinica-veterinaria
|
|
**Fecha:** 2026-01-13
|
|
|
|
---
|
|
|
|
## Estructura de la Fase
|
|
|
|
```
|
|
05-fase-ia/
|
|
├── README.md <- Descripcion de la fase
|
|
├── _MAP.md <- ESTE ARCHIVO
|
|
│
|
|
├── MGN-020-ai-integration/ <- Gateway LLM
|
|
│ ├── README.md <- Descripcion del modulo
|
|
│ ├── _MAP.md <- Indice del modulo
|
|
│ ├── requerimientos/ <- RFs del modulo
|
|
│ ├── especificaciones/ <- ETs del modulo
|
|
│ ├── historias-usuario/ <- USs del modulo
|
|
│ └── implementacion/ <- Trazabilidad
|
|
│
|
|
├── MGN-021-whatsapp-business/ <- WhatsApp con IA
|
|
│ └── ...
|
|
│
|
|
└── MGN-022-mcp-server/ <- Servidor MCP
|
|
└── ...
|
|
```
|
|
|
|
---
|
|
|
|
## Modulos de la Fase
|
|
|
|
### MGN-020: AI Integration - Asistente Veterinario
|
|
|
|
Gateway LLM multi-proveedor con conocimiento veterinario especializado.
|
|
|
|
| Documento | Tipo | Descripcion |
|
|
|-----------|------|-------------|
|
|
| [README.md](./MGN-020-ai-integration/README.md) | Overview | Vision general del modulo |
|
|
| [_MAP.md](./MGN-020-ai-integration/_MAP.md) | Indice | Navegacion del modulo |
|
|
|
|
**Capacidades veterinarias:**
|
|
- Conocimiento de especies y razas
|
|
- Calendario de vacunacion por especie
|
|
- Sintomas comunes y nivel de urgencia
|
|
- Cuidados post-operatorios
|
|
|
|
---
|
|
|
|
### MGN-021: WhatsApp Business - Comunicacion con Propietarios
|
|
|
|
Integracion WhatsApp para comunicacion con duenos de mascotas.
|
|
|
|
| Documento | Tipo | Descripcion |
|
|
|-----------|------|-------------|
|
|
| [README.md](./MGN-021-whatsapp-business/README.md) | Overview | Vision general del modulo |
|
|
| [_MAP.md](./MGN-021-whatsapp-business/_MAP.md) | Indice | Navegacion del modulo |
|
|
|
|
**Templates veterinarios:**
|
|
- `recordatorio_vacuna`: Proxima vacuna pendiente
|
|
- `confirmacion_cita_veterinaria`: Confirmar asistencia
|
|
- `instrucciones_cuidado`: Post-operatorio y tratamientos
|
|
- `alerta_desparasitacion`: Recordatorio de desparasitacion
|
|
- `resultados_laboratorio`: Notificacion de resultados
|
|
|
|
---
|
|
|
|
### MGN-022: MCP Server - Herramientas Veterinarias
|
|
|
|
Servidor MCP con herramientas especializadas para el dominio veterinario.
|
|
|
|
| Documento | Tipo | Descripcion |
|
|
|-----------|------|-------------|
|
|
| [README.md](./MGN-022-mcp-server/README.md) | Overview | Vision general del modulo |
|
|
| [_MAP.md](./MGN-022-mcp-server/_MAP.md) | Indice | Navegacion del modulo |
|
|
|
|
**Herramientas MCP:**
|
|
- `consultar_historial_mascota`
|
|
- `registrar_vacuna`
|
|
- `agendar_consulta`
|
|
- `consultar_cartilla_vacunacion`
|
|
- `verificar_desparasitacion`
|
|
- `consultar_hospitalizacion`
|
|
|
|
---
|
|
|
|
## Flujo de Interaccion IA
|
|
|
|
```
|
|
Propietario (WhatsApp)
|
|
|
|
|
v
|
|
+------------------+
|
|
| WhatsApp Business|
|
|
| (MGN-021) |
|
|
+------------------+
|
|
|
|
|
v
|
|
+------------------+
|
|
| AI Integration |
|
|
| (MGN-020) |
|
|
+------------------+
|
|
|
|
|
v
|
|
+------------------+
|
|
| MCP Server |
|
|
| (MGN-022) |
|
|
+------------------+
|
|
|
|
|
v
|
|
+------------------+
|
|
| Backend |
|
|
| Veterinario |
|
|
+------------------+
|
|
```
|
|
|
|
---
|
|
|
|
## Navegacion
|
|
|
|
| Destino | Enlace |
|
|
|---------|--------|
|
|
| Fase anterior | [04-fase-saas](../04-fase-saas/) |
|
|
| Mapa principal | [docs/_MAP.md](../_MAP.md) |
|
|
|
|
---
|
|
|
|
*Mapa generado: 2026-01-13*
|
|
*Propagado desde: erp-core/docs/05-fase-ia*
|