docs(memory): document memgw Memory Gateway provider - #35
Closed
cursor[bot] wants to merge 1 commit into
Closed
Conversation
Co-authored-by: dizhaky <dizhaky@gmail.com>
3 tasks
Owner
|
Closing: original commit was unsigned (cursor-agent). Replacing with signed commit in #42. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Documents the bundled
memgwMemory Gateway provider across the Hermes user, reference, and contributor docs. This closes drift from the recent provider implementation where only the plugin README described setup and behavior while the website still listed the older provider set.Related Issue
N/A
Type of Change
Changes Made
memgw (Memory Gateway)section towebsite/docs/user-guide/features/memory-providers.mdcovering setup, auth modes,$HERMES_HOME/memgw.json, automatic lifecycle behavior, circuit breaker behavior, and backend links.memory.md,overview.md,integrations/index.md, andreference/cli-commands.mdfrom 8 to 9 providers.MEMGW_API_URLandMEMGW_API_KEYto the environment variable reference.memgw_recall,memgw_retain, andmemgw_reflectnotes to the tools reference.queue_prefetch,sync_turn,on_session_switch,on_delegation).AGENTS.md,CONTRIBUTING.md, andplugins/memory/memgw/README.mdto align the in-tree provider policy with the fork-specificmemgwexception and current provider behavior.Codepaths Covered
plugins/memory/memgw/__init__.py: provider availability, config loading, loopback auth rules, prefetch/session switch, async turn sync, delegation recording, tool handling, shutdown joins.plugins/memory/memgw/client.py: Streamable-HTTP MCP endpoint normalization, bearer auth, timeout cancellation, and blocking wrapper over async MCP calls.website/docs/developer-guide/gateway-internals.md.Key Knowledge Gaps Addressed
memgwas an available memory provider.recall_limit,prefetch_method, circuit breaker behavior, session-switch cache invalidation, and gatewayuser_idscoping.memgwexception.How to Test
git show --check --stat --oneline HEADrg "8 external|Eight providers|8 providers|Available providers: honcho|\\(honcho, mem0, supermemory|providers include \\*\\*honcho, mem0" /agent/repos/hermes-agent --glob '*.md'cd website && npm ci && npm run buildNotes: the Docusaurus build exits successfully and generates static files. It still reports pre-existing warning-only broken links/anchors in unrelated docs/locales (for example
rl-training.md,tool-gateway.md, and Korean localized doc links); none reference the newmemgwdocs.Checklist
Code
fix(scope):,feat(scope):, etc.)pytest tests/ -qand all tests pass (N/A: docs-only)Documentation & Housekeeping
docs/, docstrings) — or N/Acli-config.yaml.exampleif I added/changed config keys — or N/A (N/A: documented existing env/config only)CONTRIBUTING.mdorAGENTS.mdif I changed architecture or workflows — or N/AScreenshots / Logs
Docusaurus build completed successfully with existing unrelated broken-link/anchor warnings.