From 0ee16eedc0be5f41e6f67cf6c636252df5ba702f Mon Sep 17 00:00:00 2001 From: gitricko Date: Thu, 21 May 2026 09:10:42 -0400 Subject: [PATCH 1/2] Add instructions for using Hermes-Agent Memory Provider Added a section to the README for trying out the Hermes-Agent Memory Provider. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 77cd9b8..d7b4c21 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ > causal, semantic) with importance decay, dedup, soft-delete, and optional > vector recall via Ollama. +For those who wants to give this Hermes-Agent Memory Provider plug for a spin, head to [Hermes-WebTop](https://github.com/gitricko/hermes-webtop) and start a codespace to try. + --- ## Table of Contents From 0664d89b1d9dd1104a7e4be2e85fdba33ab4f02d Mon Sep 17 00:00:00 2001 From: gitricko Date: Thu, 21 May 2026 09:13:03 -0400 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7b4c21..45d57b0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ > causal, semantic) with importance decay, dedup, soft-delete, and optional > vector recall via Ollama. -For those who wants to give this Hermes-Agent Memory Provider plug for a spin, head to [Hermes-WebTop](https://github.com/gitricko/hermes-webtop) and start a codespace to try. +For those who want to give this Hermes Agent Memory Provider plugin a spin, head to [Hermes-WebTop](https://github.com/gitricko/hermes-webtop) and start a GitHub Codespace to try it. ---