CoolFace
Apppublic

simata/huggingmes

sourceHugging Facemitupdated 4mo agoView on Hugging Face
1likes
CONTRIBUTING.md26 linesDownload Raw Back to root
1# Contributing2 3Thanks for improving HuggingMes.4 5## Local Checks6 7Run these before submitting changes:8 9```bash10bash -n start.sh11node --check health-server.js12python3 -m py_compile hermes-sync.py cloudflare-proxy-setup.py cloudflare-keepalive-setup.py13```14 15If Docker is available:16 17```bash18docker compose up --build19```20 21## Notes22 23- Keep the wrapper thin; prefer the official `nousresearch/hermes-agent` image for Hermes itself.24- Avoid committing secrets or generated `/opt/data` state.25- Preserve Hugging Face Space metadata in `README.md`.26