[PR #659] [MERGED] human-in-the-loop #904

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/659
Author: @eyurtsev
Created: 9/25/2025
Status: Merged
Merged: 9/29/2025
Merged by: @eyurtsev

Base: mainHead: eugene/human-in-the-loop


📝 Commits (10+)

📊 Changes

3 files changed (+366 additions, -426 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+1 -1)
📝 src/oss/langchain/human-in-the-loop.mdx (+362 -6)
📝 src/oss/langchain/middleware.mdx (+3 -419)

📄 Description

Overview

  • Add human in the loop page
  • Link from middleware

Outstanding:

  • Update code snippets
  • Update comments in code snippets
  • Figure out how to consolidate the page structurally (response types is in a few different places).
  • Add link to reference for HumanInTheLoopMiddleware (we can't do this right now - no reference)
  • Explain message prefix

Type of change

New documentation page

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/659 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 9/25/2025 **Status:** ✅ Merged **Merged:** 9/29/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/human-in-the-loop` --- ### 📝 Commits (10+) - [`69e1fdd`](https://github.com/langchain-ai/docs/commit/69e1fddc0d86abb6288387ba0801e6b38d418092) update - [`61f0311`](https://github.com/langchain-ai/docs/commit/61f031160f95c15774ff45549eebedc8d080e3e3) x - [`f682970`](https://github.com/langchain-ai/docs/commit/f68297025146f9cded61c576e9d68f59b971e819) fixes - [`2d18e55`](https://github.com/langchain-ai/docs/commit/2d18e55852d8a7bd73f0f1889e39af6ae4a2f18f) Update - [`68d095d`](https://github.com/langchain-ai/docs/commit/68d095d7852e570c88d5063d06cef2f6a4f77743) x - [`be00f5e`](https://github.com/langchain-ai/docs/commit/be00f5eb9c00463478b9e2272b08017092ec141e) x - [`ca4603e`](https://github.com/langchain-ai/docs/commit/ca4603ea1fca40cb378eab45916ac89005e7f35e) x - [`a044f96`](https://github.com/langchain-ai/docs/commit/a044f9661f08db21b83c4dc46beaca29c8f3d8eb) x - [`eb6b085`](https://github.com/langchain-ai/docs/commit/eb6b0856888d4bb6cf9f91fd4acd2a7d90ff273b) x - [`bf8b251`](https://github.com/langchain-ai/docs/commit/bf8b251d99e0434c0e17106002037d2a97afa1ac) x ### 📊 Changes **3 files changed** (+366 additions, -426 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+1 -1) 📝 `src/oss/langchain/human-in-the-loop.mdx` (+362 -6) 📝 `src/oss/langchain/middleware.mdx` (+3 -419) </details> ### 📄 Description ## Overview * Add human in the loop page * Link from middleware Outstanding: - [x] Update code snippets - [x] Update comments in code snippets - [x] Figure out how to consolidate the page structurally (response types is in a few different places). - [ ] Add link to reference for HumanInTheLoopMiddleware (we can't do this right now - no reference) - [x] Explain message prefix ## Type of change New documentation page ## 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 - [x] (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 <!-- Any other information that would be helpful for reviewers --> --- <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:21:21 -05:00
yindo closed this issue 2026-02-17 17:21:21 -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#904