From 32c3f06a5bf0867d11d309503122f59d0dba75d9 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Sat, 16 May 2026 22:03:37 -0700 Subject: [PATCH] docs(readme): remove hermes-eval and Hermes MemPalace from Community links (#27271) Both links were merged from low-risk batch salvage but on review they're brand-new single-commit personal repos with zero stars/forks and no track record. README links from us implicitly endorse community projects; the Community section should have a minimum activity bar before we link to a repo, not just "the contributor opened a PR." MemPalace in particular wraps an in-process memory provider, so a README endorsement carries more risk than a typical docs link. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b934293a8df..abdc66245f3 100644 --- a/README.md +++ b/README.md @@ -184,8 +184,6 @@ scripts/run_tests.sh - 🐛 [Issues](https://github.com/NousResearch/hermes-agent/issues) - 🔌 [computer-use-linux](https://github.com/avifenesh/computer-use-linux) — Linux desktop-control MCP server for Hermes and other MCP hosts, with AT-SPI accessibility trees, Wayland/X11 input, screenshots, and compositor window targeting. - 🔌 [HermesClaw](https://github.com/AaronWong1999/hermesclaw) — Community WeChat bridge: Run Hermes Agent and OpenClaw on the same WeChat account. -- 🛠️ [hermes-eval](https://github.com/Saurav0989/hermes-eval) — Skill regression testing and trajectory quality scoring. Catch skill drift before it propagates. Exports quality-filtered trajectories in Atropos RL format. GitHub Actions CI template included. -- 🧠 [Hermes MemPalace](https://github.com/kjames2001/hermes-mempalace) — Native MemPalace memory provider plugin: semantic search, knowledge graph, and diary journaling via ChromaDB. ---