CoolFace
Apppublic

Kustt/mbappe_hermes_hf2

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes
46 commits on main
03dc7042mo ago

fix: upgrade Node from apt (18.x) to node:26-bookworm-slim for npm 10+ compatibility

Kustt
3940b842mo ago

fix: upgrade Node from apt (18.x) to node:26-bookworm-slim for npm 10+ compatibility

Kustt
eb057662mo ago

Add new cleanup patterns for cron/output, skills, runtime DBs, and state files

Kustt
39714302mo ago

Optimize sync: exclude cron/output, skills, runtime DBs, and state files (3851→323 files, -92%)

Kustt
a926b5b2mo ago

Fix: restore proxy_server.py with correct CRLF escapes (was double-escaped, breaking Host header rewrite)

Kustt
9a263d82mo ago

Bump CACHE_BUST to v5 (proxy timeouts + download yielding)

Kustt
463adee2mo ago

Add socket timeouts to proxy relay to prevent hung connections under CPU load

Kustt
d8f64582mo ago

Add yield between downloads to reduce CPU pressure on cpu-basic

Kustt
2e02fdb2mo ago

Bump CACHE_BUST to force Docker layer rebuild with latest scripts/

Kustt
f60150c2mo ago

Fix: start dashboard+proxy BEFORE restore (3s vs 60s) for HF health check

Kustt
9c37feb2mo ago

Fix: proxy returns 200 OK when backend unreachable (HF health check compat)

Kustt
78ee8cb2mo ago

Fix: start proxy BEFORE restore so HF health check passes within 60s timeout

Kustt
f0393322mo ago

Add llm_all_proxy.py (xAI API proxy)

Kustt
bb770612mo ago

Add startup_check.sh (cron bootstrap script)

Kustt
b5f79d52mo ago

Add proxy_server.py (reverse proxy for HF Spaces health check on port 7860)

Kustt
c89fe522mo ago

Fix: use temp-dir staging in save_to_repo to avoid .cache/ upload rejections

Kustt
c5f4e3b2mo ago

Fix: install playwright npm package before npx playwright install

Kustt
5c40f973mo ago

fix: exclude .cache directories recursively in sync_hf.py

Kustt
c2aa39b3mo ago

fix: use HERMES_DASHBOARD_PASSWORD env var for known password

liangyf26
0475b373mo ago

fix: use regex to patch auth routes for BasicAuth OAuth redirect

liangyf26
f2ca86b3mo ago

simplify: remove proxy, direct 0.0.0.0 bind + auth config

liangyf26
1af653b3mo ago

fix: replace Python proxy with nginx (WebSocket support)

liangyf26
9ae11ba3mo ago

fix: always update .env with current provider secrets

liangyf26
fd551613mo ago

fix: replace socat with Python HTTP proxy (preserves host header)

liangyf26
a57420d3mo ago

fix: use socat port forward to bypass auth gate

liangyf26
621a25c3mo ago

fix: patch auth routes to redirect OAuth to password login

liangyf26
4a8bc243mo ago

fix: inject dashboard auth right before starting dashboard

liangyf26
73f83653mo ago

fix: inject dashboard auth in entrypoint.sh before sync_hf.py

liangyf26
8fc8cbf3mo ago

chore: remove unused bcrypt dependency

liangyf26
8ff05633mo ago

fix: use Hermes native hash_password for dashboard auth

liangyf26
8b7afbe3mo ago

fix: dashboard auth + .cache/ sync rejection

liangyf26
89d84e53mo ago

fix: install huggingface_hub in venv for sync_hf.py

liangyf26
f2c2af94mo ago

refactor(py): remove dead f-strings/unused imports, add ruff gate

tao-shen, Claude Opus 4.7 (1M context)
8d98ed15mo ago

fix: pass --insecure to hermes dashboard so it can bind 0.0.0.0 on HF Spaces

tao-shen, Claude Opus 4.7 (1M context)
62c06235mo ago

feat: use Gemini-generated PNG as primary README hero

tao-shen, Claude Opus 4.7 (1M context)
c22deee5mo ago

feat: HuggingClaw-parity — DoH DNS, atomic persistence utils, branding, marketing

tao-shen
8377d8e5mo ago

rename to HermesFace + professional README + always start gateway

tao-shen, Claude Opus 4.6 (1M context)
656d2be5mo ago

fix: dashboard first on 7860, gateway only if messaging tokens set

tao-shen, Claude Opus 4.6 (1M context)
9001a755mo ago

feat: serve Hermes web dashboard on port 7860

tao-shen, Claude Opus 4.6 (1M context)
52d26c85mo ago

fix: remove health server to avoid port 7860 conflict with API server

tao-shen, Claude Opus 4.6 (1M context)
f543e285mo ago

fix: set API_SERVER_KEY for 0.0.0.0 binding + GATEWAY_ALLOW_ALL_USERS

tao-shen, Claude Opus 4.6 (1M context)
18d03455mo ago

feat: professional README + enable Hermes API server on port 7860

tao-shen, Claude Opus 4.6 (1M context)
e8245d85mo ago

fix: add HTTP health check server on port 7860 for HF Spaces

tao-shen, Claude Opus 4.6 (1M context)
463c7dc5mo ago

fix: build from source, replicate HuggingClaw architecture fully

tao-shen, Claude Opus 4.6 (1M context)
7bdfe235mo ago

Initial commit: HuggingHermes — Hermes Agent on HF Spaces

tao-shen, Claude Opus 4.6 (1M context)
c2e4c085mo ago

initial commit

tao-shen