Skip to content

Commit 150a9d4

Browse files
committed
docs: add guide for managing user context with Store
Add comprehensive documentation for managing user preferences using LangGraph Store and static runtime context pattern. - Demonstrate Store + Static Context integration - Include practical examples for both Python and JavaScript - Cover loading, updating, and dynamic field patterns - Add best practices and related resources - Update navigation in docs.json for both languages
1 parent 3651233 commit 150a9d4

File tree

2 files changed

+559
-2
lines changed

2 files changed

+559
-2
lines changed

src/docs.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@
179179
"oss/python/langchain/human-in-the-loop",
180180
"oss/python/langchain/multi-agent",
181181
"oss/python/langchain/retrieval",
182-
"oss/python/langchain/long-term-memory"
182+
"oss/python/langchain/long-term-memory",
183+
"oss/python/langchain/manage-user-context"
183184
]
184185
},
185186
{
@@ -516,7 +517,8 @@
516517
"oss/javascript/langchain/human-in-the-loop",
517518
"oss/javascript/langchain/multi-agent",
518519
"oss/javascript/langchain/retrieval",
519-
"oss/javascript/langchain/long-term-memory"
520+
"oss/javascript/langchain/long-term-memory",
521+
"oss/javascript/langchain/manage-user-context"
520522
]
521523
},
522524
{

0 commit comments

Comments
 (0)