docs(memory): document memgw Memory Gateway provider - #42
Merged
Conversation
Add comprehensive documentation for the memgw plugin across: - plugins/memory/memgw/README.md: provider-level setup guide - website/docs/user-guide/features/memory-providers.md: user-facing feature docs - website/docs/developer-guide/memory-provider-plugin.md: API reference - website/docs/developer-guide/gateway-internals.md: architecture notes - website/docs/reference/environment-variables.md: MEMORY_GATEWAY_URL - website/docs/reference/tools-reference.md: memory tools - website/docs/integrations/index.md: memgw entry - AGENTS.md / CONTRIBUTING.md: contributor guidance updates Also removes stale email tests (moved to separate test file). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Summary
Adds comprehensive documentation for the
memgw(Memory Gateway) plugin:plugins/memory/memgw/README.md— provider-level setup + config guidewebsite/docs/user-guide/features/memory-providers.md— user-facing feature docswebsite/docs/developer-guide/memory-provider-plugin.md— API / extension referencewebsite/docs/developer-guide/gateway-internals.md— architecture noteswebsite/docs/reference/environment-variables.md—MEMORY_GATEWAY_URLentrywebsite/docs/reference/tools-reference.md— memory tools referencewebsite/docs/integrations/index.md— memgw listingAGENTS.md/CONTRIBUTING.md— contributor guidance updatesSupersedes #35 (original commit was unsigned cursor-agent work; squashed into one signed commit).
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes with no runtime or auth logic modified; risk is limited to doc accuracy or misleading setup guidance.
Overview
Documents the bundled memgw (Memory Gateway) memory provider across contributor guides, the plugin README, and the docs site so it is treated as the ninth in-tree backend with a documented fork exception to the “no new
plugins/memory/” policy.User-facing docs add a full
memgwsection to the memory-providers guide (MCP setup,MEMGW_API_URL/MEMGW_API_KEY,memgw.json, prefetch modes, circuit breaker, per-user scoping), bump provider counts from eight to nine, and listmemgwfirst in CLI/integration/overview pages. Reference updates coverMEMGW_*env vars, conditionalmemgw_*tools, andhermes memoryprovider lists.Developer docs extend gateway memory integration (
user_idon init/sync/prefetch,on_session_switch) and the memory-provider plugin guide (optional hooks, gateway kwargs,memgwas MCP reference). Plugin README expands setup, config precedence, loopback auth rules, lifecycle behavior, and bundling rationale.Reviewed by Cursor Bugbot for commit a535d5d. Configure here.