File size: 544 Bytes
b9d12d1
 
1428d20
b9d12d1
 
 
 
 
 
bf48a19
b9d12d1
bf48a19
b9d12d1
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Contributing

Thanks for improving HuggingMes.

## Local Checks

Run these before submitting changes:

```bash
bash -n start.sh
node --check health-server.js
python3 -m py_compile hermes-sync.py cloudflare-proxy-setup.py cloudflare-keepalive-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`.