[PR #5477] fix(docs): Add missing imports to make examples runnable #4462

Closed
opened 2026-02-20 17:50:14 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/5477

State: closed
Merged: Yes


I suppose that the code snippets are intended to run each on its own. To guarantee this the snippet for the example:
"Write long-temr memory from tools"
needs to include RunnableConfig
Same also for the second commit of this pull request.

The other commits are about similar issues, where imports are missing to make a snippet executable on its own.

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/5477 **State:** closed **Merged:** Yes --- I suppose that the code snippets are intended to run each on its own. To guarantee this the snippet for the example: "Write long-temr memory from tools" needs to include `RunnableConfig` Same also for the second commit of this pull request. The other commits are about similar issues, where imports are missing to make a snippet executable on its own.
yindo added the pull-request label 2026-02-20 17:50:14 -05:00
yindo closed this issue 2026-02-20 17:50:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#4462