Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Hermes Agent - Fork de OpenClaw para Estación H2O

Valentina Proactiva: Agente de IA para automatización logística de pedidos de agua en Maracaibo, Venezuela.

License: MIT Python 3.12


🎯 Visión General

Hermes Agent es un fork optimizado de OpenClaw diseñado para ejecutar agentes de IA locales con aceleración GPU.

✨ Características

  • 🧠 Inferencia Local: Qwen2.5-7B en GPU (GTX 1070 SC)
  • ⚡ Baja Latencia: ~2-4s de respuesta
  • 🔗 Webhook Público: Cloudflare Tunnel
  • 💬 Multi-Canal: WhatsApp + Telegram
  • 💰 Conversión BCV: Precios en € + Bs.
  • 🔄 Auto-Recovery: Systemd + health checks

🚀 Instalación Rápida

# 1. Clonar
git clone https://github.com/elpelon27/hermes-agent.git
cd hermes-agent

# 2. Configurar entorno
cp config/.env.example config/.env
chmod 600 config/.env

# 3. Instalar dependencias
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

# 4. Desplegar
sudo systemctl enable hermes-gateway
sudo systemctl start hermes-gateway

# 5. Exponer con Cloudflare
cloudflared tunnel --url http://localhost:8000

🔌 Endpoints

Endpoint Método Descripción
/health GET Estado del servicio
/webhook/whatsapp GET/POST Meta WhatsApp Cloud API
/webhook/evolution POST Evolution API bridge

🐛 Troubleshooting Básico

# Ver estado del servicio
systemctl status hermes-gateway

# Ver logs
journalctl -u hermes-gateway -f

# Probar health endpoint
curl http://localhost:8000/health | jq

📄 Licencia

MIT. Ver LICENSE.

Estación H2O © 2026 - Maracaibo, Venezuela 💧

About

Fork de OpenClaw optimizado para GTX 1070 SC + Valentina Proactiva

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages