[PR #3848] [MERGED] Document Context Hub (quickstart, concepts, manage contexts programmatically) #3860

Closed
opened 2026-06-05 18:53:23 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3848
Author: @fjmorris
Created: 5/3/2026
Status: Merged
Merged: 5/12/2026
Merged by: @vishnu-ssuresh

Base: mainHead: fjmorris/DOC-1063


📝 Commits (10+)

  • 9a559ff new context engineering section under prompt engineering with initial quickstart doc
  • 4483985 added concepts page to context engineering section
  • 2bf5f03 Merge branch 'immanuel-ai-168' into fjmorris/DOC-1063
  • 465ebdd Merge branch 'immanuel-ai-170' into fjmorris/DOC-1063
  • ef89140 Modified context-engineering-quickstart.mdx and context-engineering-concepts.mdx.
  • b0f14e9 based on work by emanbareket in #3667.
  • 3b75a39 Merge remote-tracking branch 'origin/main' into fjmorris/DOC-1063
  • fce63e8 Edits and testing
  • c1bba71 docs(langsmith): align Context Hub docs with SDK and backend behavior
  • 86e6886 Merge branch 'main' into fjmorris/DOC-1063

📊 Changes

9 files changed (+576 additions, -9 deletions)

View changed files

📝 src/docs.json (+8 -0)
src/langsmith/context-engineering-concepts.mdx (+92 -0)
src/langsmith/images/context-hub-agent-view.png (+0 -0)
src/langsmith/images/context-hub-create-context.png (+0 -0)
src/langsmith/images/context-hub-home.png (+0 -0)
src/langsmith/images/context-hub-promote.png (+0 -0)
src/langsmith/manage-contexts-sdk.mdx (+395 -0)
📝 src/langsmith/prompt-engineering.mdx (+9 -9)
src/langsmith/use-the-context-hub.mdx (+72 -0)

📄 Description

based on work by emanbareket in #3662, #3666 and #3667

Fixes DOC-1063


🔄 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/3848 **Author:** [@fjmorris](https://github.com/fjmorris) **Created:** 5/3/2026 **Status:** ✅ Merged **Merged:** 5/12/2026 **Merged by:** [@vishnu-ssuresh](https://github.com/vishnu-ssuresh) **Base:** `main` ← **Head:** `fjmorris/DOC-1063` --- ### 📝 Commits (10+) - [`9a559ff`](https://github.com/langchain-ai/docs/commit/9a559ff1250a595a6cf6256b638026ebd2968776) new context engineering section under prompt engineering with initial quickstart doc - [`4483985`](https://github.com/langchain-ai/docs/commit/44839853d740798f6cef0a5a3e270c4fb9631503) added concepts page to context engineering section - [`2bf5f03`](https://github.com/langchain-ai/docs/commit/2bf5f032b172667b93f7cf89699916ec1c354d7c) Merge branch 'immanuel-ai-168' into fjmorris/DOC-1063 - [`465ebdd`](https://github.com/langchain-ai/docs/commit/465ebddc8b930a7de0368cd214841f08330db390) Merge branch 'immanuel-ai-170' into fjmorris/DOC-1063 - [`ef89140`](https://github.com/langchain-ai/docs/commit/ef891407496ac831cd9c59c15bb5073faf9df66f) Modified context-engineering-quickstart.mdx and context-engineering-concepts.mdx. - [`b0f14e9`](https://github.com/langchain-ai/docs/commit/b0f14e997e8c7d9715ea915064d2d02167b384ed) based on work by emanbareket in #3667. - [`3b75a39`](https://github.com/langchain-ai/docs/commit/3b75a397d1301ce8b9ea86a3e2239e5e87d10f7c) Merge remote-tracking branch 'origin/main' into fjmorris/DOC-1063 - [`fce63e8`](https://github.com/langchain-ai/docs/commit/fce63e8fe755dc85df667bd7bc4d77c7808199cf) Edits and testing - [`c1bba71`](https://github.com/langchain-ai/docs/commit/c1bba719d9f567ab3298d5a441b2d3f207f7be87) docs(langsmith): align Context Hub docs with SDK and backend behavior - [`86e6886`](https://github.com/langchain-ai/docs/commit/86e68860aced8313102beb10f8c8756e13cd89ed) Merge branch 'main' into fjmorris/DOC-1063 ### 📊 Changes **9 files changed** (+576 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+8 -0) ➕ `src/langsmith/context-engineering-concepts.mdx` (+92 -0) ➕ `src/langsmith/images/context-hub-agent-view.png` (+0 -0) ➕ `src/langsmith/images/context-hub-create-context.png` (+0 -0) ➕ `src/langsmith/images/context-hub-home.png` (+0 -0) ➕ `src/langsmith/images/context-hub-promote.png` (+0 -0) ➕ `src/langsmith/manage-contexts-sdk.mdx` (+395 -0) 📝 `src/langsmith/prompt-engineering.mdx` (+9 -9) ➕ `src/langsmith/use-the-context-hub.mdx` (+72 -0) </details> ### 📄 Description based on work by emanbareket in #3662, #3666 and #3667 Fixes DOC-1063 --- <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-06-05 18:53:23 -04:00
yindo closed this issue 2026-06-05 18:53:23 -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#3860