Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.22.0
metadata
title: AURA Chat
emoji: 🤖
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: mit
🤖 AURA Chat
Asistente IA autónomo 24/7. Conversación, código, matemáticas y creatividad.
🚀 Características
- Routing por dominio: adapta el modelo/temperatura según código, matemáticas, creatividad o análisis
- Memoria conversacional: últimos 10 mensajes como contexto
- Caché LRU: respuestas repetidas no consumen créditos extra
- Logging rotado: interacciones limitadas a 5MB para no saturar el Space
- Health check: endpoint
/healthpara ping 24/7 - Interfaz limpia: ChatInterface con sistema de prompts configurable
📊 Estado del sistema
El Space muestra en vivo:
- Estado del modelo primario
- Tamaño del caché
- Total de interacciones
- Distribución por dominio y modelo
📁 Estructura
hf-space/
├── app.py # Main Gradio app
├── requirements.txt # Dependencies
├── README.md # This file
├── DEPLOY.md # Deployment guide
├── src/
│ └── model_router.py # Routing, cache, fallback
└── data/ # Runtime logs (created automatically)
├── interactions.jsonl
└── preferences.json
📝 Licencia
MIT — Ver LICENSE para más detalles.