docs(readme): link LangChain / LangGraph integration page from top README (#1964)#2000
Merged
qin-ctx merged 2 commits intoMay 12, 2026
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
qin-ctx
approved these changes
May 12, 2026
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.
Description
Adds a top-level README entry pointing to the new LangChain / LangGraph integration page introduced in #1964 (ehz0ah → ZaynJarvis, merged 2026-05-12). Both
README.mdandREADME_CN.mdalready list pointer links for the OpenClaw / OpenCode / Claude Code plugins; the new LangChain/LangGraph integration ships with first-class docs atdocs/{en,zh}/agent-integrations/05-langchain-langgraph.mdbut is not yet discoverable from the top README.Changes
README.md(EN): +1 line👉 **[View: LangChain / LangGraph Integration](./docs/en/agent-integrations/05-langchain-langgraph.md)**, placed under the existing plugin pointer cluster.README_CN.md(ZH): mirror +1 line👉 **[查看:LangChain / LangGraph 集成](./docs/zh/agent-integrations/05-langchain-langgraph.md)**.Both links target the canonical EN/ZH docs page added in #1964 (also linked from
docs/en/agent-integrations/01-overview.md). No examples README exists underexamples/langchain-langgraph/(unlike the other plugin examples), so the docs page is the right discovery entry point.Why
Users skimming the top README to find first-party integration options currently see OpenClaw, OpenCode, and Claude Code plugins but no LangChain/LangGraph link, even though #1964 shipped a full integration with examples (
langchain/{context-backend,message-history,rag},langgraph/{agent,middleware}) and dual-language docs. This is a pure cross-link drift catch, no behavior change.Test plan
docs/en/agent-integrations/05-langchain-langgraph.mdexists on main (from feat(langchain): add LangChain and LangGraph context adapters #1964).docs/zh/agent-integrations/05-langchain-langgraph.mdexists on main.