[GH-ISSUE #971] [langgraph]: bad langgraph documentation #123

Closed
opened 2026-02-17 17:19:13 -05:00 by yindo · 3 comments
Owner

Originally created by @jasonkylelol on GitHub (Oct 17, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/971

Your previous langgraph documentation is much clearer and easier to understand than the current one, but you have now added a forced jump from the old documentation to the new documentation.
Using the old documentation, I was able to follow the steps to build a complete agent service that supports memory, tool calls, human interrupts, and custom state. But now using the new documentation, I feel like I have no idea where to start.

Originally created by @jasonkylelol on GitHub (Oct 17, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/971 Your previous langgraph documentation is much clearer and easier to understand than the current one, but you have now added a forced jump from the old documentation to the new documentation. Using the old documentation, I was able to follow the steps to build a complete agent service that supports memory, tool calls, human interrupts, and custom state. But now using the new documentation, I feel like I have no idea where to start.
yindo closed this issue 2026-02-17 17:19:13 -05:00
Author
Owner

@mdrxy commented on GitHub (Oct 17, 2025):

Hi @jasonkylelol, the old docs are accessible at https://langchain-ai.github.io/langgraph/ (Python) and https://langchain-ai.github.io/langgraphjs/ (JavaScript/TypeScript) -- they will be available for a short period longer.

much clearer and easier to understand than the current one

As we will be removing the old docs, can you please expand on what you mean by this? We'll consider any feedback to incorporate in the new docs. It is possible that we have missed content, or inadvertently made some content more difficult to find. If you can be clear on what you mean, we can try our best to surface things in more places to make the docs more accessible to follow.

using the new documentation, I feel like I have no idea where to start.

Have you seen the new LangGraph quickstart?

@mdrxy commented on GitHub (Oct 17, 2025): Hi @jasonkylelol, the old docs are accessible at https://langchain-ai.github.io/langgraph/ (Python) and https://langchain-ai.github.io/langgraphjs/ (JavaScript/TypeScript) -- they will be available for a short period longer. > much clearer and easier to understand than the current one As we will be removing the old docs, can you please expand on what you mean by this? We'll consider any feedback to incorporate in the new docs. It is possible that we have missed content, or inadvertently made some content more difficult to find. If you can be clear on what you mean, we can try our best to surface things in more places to make the docs more accessible to follow. > using the new documentation, I feel like I have no idea where to start. Have you seen the [new LangGraph quickstart](https://docs.langchain.com/oss/python/langgraph/quickstart)?
Author
Owner

@jasonkylelol commented on GitHub (Oct 19, 2025):

Hi @mdrxy, the old quick start documentation tells from basic chatbot, tool use, memory, human interrupts and custom state, which step by step introduce some core features about an practical Agent, but the new one simply tells how to use tools with low level SDK. in my opinion the old one is clear, easy to understand and tells more ability about Agent.

@jasonkylelol commented on GitHub (Oct 19, 2025): Hi @mdrxy, the old quick start documentation tells from basic chatbot, tool use, memory, human interrupts and custom state, which step by step introduce some core features about an practical Agent, but the new one simply tells how to use tools with low level SDK. in my opinion the old one is clear, easy to understand and tells more ability about Agent.
Author
Owner

@mdrxy commented on GitHub (Oct 19, 2025):

Thanks for the feedback! We will consider ways to incorporate it.

@mdrxy commented on GitHub (Oct 19, 2025): Thanks for the feedback! We will consider ways to incorporate it.
yindo changed title from [langgraph]: bad langgraph documentation to [GH-ISSUE #971] [langgraph]: bad langgraph documentation 2026-06-05 17:25:10 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#123