docs: add GoodMem provider and tools integration pages#4511
Open
Mohamed Khalid Khalil (MohamedKhalil8801) wants to merge 3 commits into
Open
docs: add GoodMem provider and tools integration pages#4511Mohamed Khalid Khalil (MohamedKhalil8801) wants to merge 3 commits into
Mohamed Khalid Khalil (MohamedKhalil8801) wants to merge 3 commits into
Conversation
Document the langchain-goodmem and langgraph-goodmem packages, which expose GoodMem (a long-term memory layer for AI agents) as LangChain and LangGraph tools. Both packages ship on PyPI, so this change adds documentation only. The tools page covers install, credentials, instantiation, and both direct and agent invocation, plus the optional reranker and LLM-summary retrieval. The provider page gives the overview and install steps, and GoodMem now appears in the all-providers grid, the tools index, and packages.yml.
Contributor
|
Thanks for opening a docs PR, Mohamed Khalid Khalil (@MohamedKhalil8801)! When it's ready for review, please add the relevant reviewers:
|
# Conflicts: # packages.yml
Author
|
Hello Mason Daugherty (@mdrxy) |
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.
Overview
Add documentation for
langchain-goodmemandlanggraph-goodmem, which exposeGoodMem (a long-term memory layer for AI agents) as LangChain and LangGraph
tools. Both packages ship on PyPI, so this follows the standalone-package model:
documentation only, with no code added to any langchain-ai repository.
src/oss/python/integrations/providers/goodmem.mdx— provider overview, install, environment variablessrc/oss/python/integrations/tools/goodmem.mdx— tool reference with runnable LangChain and LangGraph examples, plus the optional reranker and LLM-summary retrievalproviders/all_providers.mdxand the tools indexpackages.ymlentry forlangchain-goodmem, mirroring the existing third-partylangchain-cogneeentryType of change
Type: New documentation page
Related issues/PRs
Checklist
docs devsrc/docs.jsonif neededAdditional notes
Reviewer notes
langchain-goodmemandlanggraph-goodmemexpose the same tools under different import paths, so they share one provider page and one tools page rather than duplicate listings, following the AWS and Cognee precedent.src/docs.jsonis unchanged: individual integration pages are not listed in navigation (consistent with existing providers), and discovery happens through the provider and tool index grids.Verification
make lint_prose(Vale 3.12.0) passes with 0 findings.AI assistance
Drafted with an AI agent and verified against the package source and a live server, per the acceptable-uses-of-LLMs policy.