HuggingMes / CONTRIBUTING.md
somratpro's picture
Add HuggingMess Hermes Space wrapper
b9d12d1
|
raw
history blame
536 Bytes
# Contributing
Thanks for improving HuggingMess.
## Local Checks
Run these before submitting changes:
```bash
bash -n start.sh setup-uptimerobot.sh
node --check health-server.js
python3 -m py_compile hermes-sync.py cloudflare-proxy-setup.py
```
If Docker is available:
```bash
docker compose up --build
```
## Notes
- Keep the wrapper thin; prefer the official `nousresearch/hermes-agent` image for Hermes itself.
- Avoid committing secrets or generated `/opt/data` state.
- Preserve Hugging Face Space metadata in `README.md`.