Claude AI
058f837ecb
feat(fase4): add advanced nodes - switch, delay, random, loop, goto
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 11:13:36 +00:00
Claude AI
991bd161f0
feat(fase4): add AI response and sentiment nodes
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 11:13:15 +00:00
Claude AI
af061b1a07
feat(fase4): add JavaScript and HTTP request nodes
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 11:13:03 +00:00
Claude AI
835c4aa387
feat(fase4): add NodeExecutor architecture with basic nodes
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 11:10:21 +00:00
Claude AI
14a579d5ca
feat(fase2): add Flow API routes and Flow Engine main app
...
API Gateway:
- Add flows router with CRUD endpoints
- Add activate/deactivate endpoints
- Auto-deactivate other flows for welcome/fallback triggers
Flow Engine:
- Add main.py with FastAPI app
- Add /process endpoint for message handling
- Add SQLAlchemy models (mirrors api-gateway)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 10:20:35 +00:00
Claude AI
8824f65a62
feat(fase2): add Flow schemas and Flow Engine core
...
API Gateway:
- Add Pydantic schemas for Flow API (create, update, response, nodes, edges)
Flow Engine:
- Add FlowContext for variable management and interpolation
- Add FlowEngine for executing chatbot flows
- Support node types: trigger, message, buttons, wait_input, condition, set_variable
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 10:19:11 +00:00
Claude AI
257baaaf19
feat(fase2): add Flow models, Flow Engine setup, update Docker Compose
...
- Add Flow and FlowSession SQLAlchemy models for chatbot flows
- Add TriggerType enum (welcome, keyword, fallback, event, manual)
- Setup flow-engine service with FastAPI structure
- Add flow-engine to docker-compose.yml
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 10:17:44 +00:00
Claude AI
a92a7efccc
Initial commit: Documentación completa del proyecto WhatsApp Centralizado
...
- README principal con descripción del proyecto
- Documento de diseño completo (arquitectura, DB, flujos)
- Documentación de API REST y WebSocket
- Guía del Flow Builder (30+ tipos de nodos)
- Documentación de integración con Odoo
- Guía de despliegue con Docker
- Esquema de base de datos
- Estructura de carpetas del proyecto
- Archivo .env.example con todas las variables
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 09:29:57 +00:00