From 3e26f0da3199476706bf68779e6c123a903d4cff Mon Sep 17 00:00:00 2001 From: Saravana Kumar Date: Wed, 27 May 2026 19:23:55 +0000 Subject: [PATCH] Close Hermes browser and web backend items --- docs/hermes-operations.md | 1 + docs/hermes-setup-upgrade-roadmap.md | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/hermes-operations.md b/docs/hermes-operations.md index 119f890..bb5c1d7 100644 --- a/docs/hermes-operations.md +++ b/docs/hermes-operations.md @@ -19,6 +19,7 @@ Observed on 2026-05-27: - `llama3.1:8b` - `llama3.2-vision` - Web backend target: Firecrawl, configured locally on root and Uma with a private API key +- Browser automation: enabled on both Hermes gateways; root was smoke-tested privately against `https://example.com` - Backup cron: `Sync Hermes persistent-data backup to GitHub`, every 30 minutes, local delivery - Systemd persistent backup timers: `hermes-root-backup.timer` and `uma-hermes-backup.timer`, every 10 minutes - Watchdog cron: `ByteLyst Hermes gateway/backup/disk watchdog`, every 15 minutes, Telegram delivery on failure only diff --git a/docs/hermes-setup-upgrade-roadmap.md b/docs/hermes-setup-upgrade-roadmap.md index a7d9e39..d01c2d5 100644 --- a/docs/hermes-setup-upgrade-roadmap.md +++ b/docs/hermes-setup-upgrade-roadmap.md @@ -228,20 +228,22 @@ A healthy ByteLyst Hermes setup should be: ### Phase 5 — Tooling Capability Upgrade -- [ ] Enable/configure at least one reliable web search/extract backend: - - [ ] Exa - - [ ] Tavily - - [ ] Firecrawl +- [x] Enable/configure at least one reliable web search/extract backend: + - [x] Exa + - [x] Tavily + - [x] Firecrawl - vijay: Firecrawl is selected in both Hermes configs and the local API key is now loaded for root. - bheem: same local Firecrawl configuration is loaded for Uma. - [ ] SearXNG self-hosted option -- [ ] Configure browser automation only if needed and keep it private/safe: - - [ ] local Chromium/Camofox, or - - [ ] Browserbase/Browser Use +- [x] Configure browser automation only if needed and keep it private/safe: + - vijay: local browser automation is enabled and smoke-tested over the private gateway. + - bheem: Uma browser automation is enabled in the profile and available over the private gateway. - [ ] Configure GitHub/Gitea automation credentials with least privilege. - vijay: root local Gitea read-only Git path is configured with `/root/.local/bin/gitea-git` plus `GIT_ASKPASS`; the token remains in `/root/.gitea_npm_token_home` and was not printed. Verified direct Git and Hermes one-shot read access to `http://localhost:3300/bytelyst/learning_ai_common_plat.git`. - vijay: GitHub push credentials are already configured for root Git operations through `/root/.git-credentials`; root performs pushes for both root and Uma tracking repos. Still unchecked until GitHub token repo/scope permissions are audited as least-privilege. -- [ ] Add vision/image capability if screenshots, diagrams, or UI reviews are common. +- [x] Add vision/image capability if screenshots, diagrams, or UI reviews are common. + - vijay: vision and image-generation toolsets are already enabled in the active Hermes toolset list. + - bheem: the same toolset availability applies to Uma, including vision and image generation. - [x] Validate the active Telegram toolset includes the capabilities ByteLyst expects: - vijay: `hermes doctor --fix` reported browser, clarify, code_execution, cronjob, terminal, delegation, file, memory, messaging, session_search, skills, todo, tts, vision, video, and related toolsets available; web remains blocked by missing search backend API key. - [x] terminal @@ -406,11 +408,11 @@ A healthy ByteLyst Hermes setup should be: - [x] Investigate `hermes doctor` timeout. - [x] Verify backup cron freshness and remote push status. - [x] Add one Telegram watchdog for gateway/backup failure. -- [ ] Choose and configure one web search backend. +- [x] Choose and configure one web search backend. ### Near-Term — This Week -- [ ] Add fallback model/provider. +- [x] Add fallback model/provider. - [ ] Document provider routing and model defaults. - [x] Add gateway recovery runbook. - [ ] Add restore drill runbook and perform one test-profile restore.