[PR #1193] [CLOSED] docs: add guide for managing user context with Store #1371

Closed
opened 2026-02-17 17:22:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1193
Author: @jjhpka
Created: 10/29/2025
Status: Closed

Base: mainHead: feat/add-manage-user-context-docs


📝 Commits (1)

  • 75ce86e docs: add guide for managing user context with Store

📊 Changes

2 files changed (+559 additions, -2 deletions)

View changed files

📝 src/docs.json (+4 -2)
src/oss/langchain/manage-user-context.mdx (+555 -0)

📄 Description

Add comprehensive documentation for managing user preferences using LangGraph Store and static runtime context pattern.

  • Demonstrate Store + Static Context integration
  • Cover loading, updating, and dynamic field patterns

Overview

This PR adds a new guide (manage-user-context.mdx) that demonstrates how to manage user-specific
settings (language preferences, timezone, communication style) using LangGraph Store combined with static
runtime context.

The guide fills a documentation gap by showing developers how to:

  • Persist user preferences across conversations using Store
  • Load preferences as immutable static context during agent runs
  • Access user settings in middleware for dynamic prompts
  • Support extensible field patterns with the `extra' dictionary

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue:

  • Feature PR:

  • Linear issue:

  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/1193 **Author:** [@jjhpka](https://github.com/jjhpka) **Created:** 10/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/add-manage-user-context-docs` --- ### 📝 Commits (1) - [`75ce86e`](https://github.com/langchain-ai/docs/commit/75ce86e5a560cd0329e0541dca66c8ee15ac4502) docs: add guide for managing user context with Store ### 📊 Changes **2 files changed** (+559 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+4 -2) ➕ `src/oss/langchain/manage-user-context.mdx` (+555 -0) </details> ### 📄 Description Add comprehensive documentation for managing user preferences using LangGraph Store and static runtime context pattern. - Demonstrate Store + Static Context integration - Cover loading, updating, and dynamic field patterns ## Overview This PR adds a new guide (`manage-user-context.mdx`) that demonstrates how to manage user-specific settings (language preferences, timezone, communication style) using LangGraph Store combined with static runtime context. The guide fills a documentation gap by showing developers how to: - Persist user preferences across conversations using Store - Load preferences as immutable static context during agent runs - Access user settings in middleware for dynamic prompts - Support extensible field patterns with the `extra' dictionary ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: - Feature PR: - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:22:15 -05:00
yindo closed this issue 2026-02-17 17:22:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1371