CoolFace
Apppublic

tareek/hermes-agent-web-ui

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
50 commits on main
29e809e4mo ago

update and add web UI

=
d1c040b4mo ago

update 2

=
b9d123e4mo ago

init

=
dc1a5624mo ago

fix(terminal): skip JupyterLab login screen; add backup warning banner

somratpro, Claude Sonnet 4.6
a06ec5d4mo ago

docs: restore DEV_MODE and JUPYTER_TOKEN to env table and terminal section

somratpro, Claude Sonnet 4.6
2eb13d34mo ago

docs: remove DEV_MODE and JUPYTER_TOKEN entries from README

somratpro, Claude Sonnet 4.6
b8fda454mo ago

fix(terminal): inject GATEWAY_TOKEN into JupyterLab proxy to skip double login prompt

somratpro, Claude Sonnet 4.6
aa128fa4mo ago

fix(health-server): resolve iframe redirect causing 'refused to connect' (#11)

somratpro, Claude Sonnet 4.6
8e5610b4mo ago

fix: revert uv to bare invocation with --python flag

somratpro, Claude Sonnet 4.6
ee989054mo ago

fix: make kanban patch and Docker build fully failure-safe

somratpro, Claude Sonnet 4.6
ddafed34mo ago

fix: resolve Docker build failures by handling library renaming, pinning JupyterLab dependencies, and using explicit binary paths

somratpro
44883484mo ago

feat: give hermes user passwordless sudo

somratpro, Claude Sonnet 4.6
43301b64mo ago

feat: self-healing gateway, package replay, private space guard, key rotation, readme sync

somratpro, Claude Sonnet 4.6
d32fed34mo ago

docs: add v0.2.0 changelog

somratpro, Claude Sonnet 4.6
715f4a54mo ago

fix: auth on env-builder, single login for terminal, new login UI

somratpro, Claude Sonnet 4.6
b25ba684mo ago

feat: add ENV Builder at /env-builder

somratpro, Claude Sonnet 4.6
4c780934mo ago

fix: use venv python for JupyterLab — system python3 lacks jupyterlab

somratpro, Claude Sonnet 4.6
909b9004mo ago

test: disable HEALTHCHECK to diagnose RUNNING_APP_STARTING

somratpro, Claude Sonnet 4.6
79d2b7b4mo ago

fix: health endpoint always 200 so Docker HEALTHCHECK passes on startup

somratpro, Claude Sonnet 4.6
fbcca6e4mo ago

fix: increase healthcheck start-period to 180s

somratpro, Claude Sonnet 4.6
617d1434mo ago

feat: terminal on by default, uses GATEWAY_TOKEN, add dashboard button

somratpro, Claude Sonnet 4.6
0613ee94mo ago

docs: add JupyterLab terminal setup instructions to README

somratpro, Claude Sonnet 4.6
775b8b34mo ago

feat: add JupyterLab terminal at /terminal/ (DEV_MODE=true)

somratpro, Claude Sonnet 4.6
f2e89844mo ago

fix: replace deprecated HF_HUB_ENABLE_HF_TRANSFER with HF_XET_HIGH_PERFORMANCE

somratpro, Claude Sonnet 4.6
ea1534e4mo ago

fix: install python3-venv and python3-pip for non-root venv creation

somratpro, Claude Sonnet 4.6
30000cd5mo ago

fix: resolve sync timeout with longer timeout and hf_transfer

somratpro, Claude Sonnet 4.6
9a4cb295mo ago

feat: install Chromium and enable Hermes browser tools

somratpro, Claude Sonnet 4.6
cf96b215mo ago

chore: replace emoji with 🪽 (Hermes winged sandals)

somratpro, Claude Sonnet 4.6
bdb63d25mo ago

fix: sync state on natural gateway exit to preserve user-set keys

somratpro, Claude Sonnet 4.6
6c85d605mo ago

fix: restore correct gemini provider model name format

somratpro, Claude Sonnet 4.6
baeabbc5mo ago

refactor: decouple model provider configuration from model names to enable automatic provider inference by Hermes

somratpro
62836135mo ago

docs: add HuggingFlow to More Projects section

somratpro, Claude Sonnet 4.6
4226d575mo ago

docs: add userinfobot link to Telegram setup

somratpro, Claude Sonnet 4.6
5534b905mo ago

feat: add PATH export to profile and enable secret redaction by default

somratpro
099d3ad5mo ago

fix: remove venv from PATH and symlink hermes CLI to .local/bin for terminal compatibility

somratpro
f683ded5mo ago

chore: add virtual environment path to Dockerfile environment variables

somratpro
29e35145mo ago

fix: wrap kanban table migration in try/except to prevent startup crashes on existing databases

somratpro
765659f5mo ago

feat: add persistent plugin directory and use setdefault for configuration schema preservation

somratpro
abaeee75mo ago

fix: update footer to credit the author in the dashboard

somratpro
158cba55mo ago

docs: add video tutorial section to README

somratpro
e41db1d5mo ago

feat: implement persistent state tracking, hostname inclusion in sync messages, and interval jittering

somratpro
9a3eec75mo ago

fix: add local time display for backup timestamp in renderDashboard function

somratpro
92774645mo ago

fix: update sync interval to 600 seconds and enhance environment variable handling in startup scripts

somratpro
fdc12705mo ago

Fix: Exclude SQLite temp files from sync, improve Cloudflare error diagnostics

somratpro
79e28095mo ago

fix: improve keepalive status message handling in renderDashboard function

somratpro, Copilot
7f1876a5mo ago

fix: use compliant HF Space emoji metadata

somratpro
c9f46935mo ago

chore: remove trailing empty line from .gitignore for consistency

somratpro
40299965mo ago

chore: add empty line at the end of .gitignore for better readability

somratpro
1428d205mo ago

fix: correct spelling of 'HuggingMes' across multiple files

somratpro, Copilot
d3062ba5mo ago

feat: update Dockerfile and start.sh to use python3 and enhance startup banner

somratpro, Copilot