[PR #791] [MERGED] feat(docs): supervisor tutorial for langchain #1024

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/791
Author: @eyurtsev
Created: 10/8/2025
Status: Merged
Merged: 10/10/2025
Merged by: @ccurme

Base: mainHead: eugene/supervisor_example


📝 Commits (10+)

📊 Changes

3 files changed (+810 additions, -1 deletions)

View changed files

📝 src/docs.json (+2 -1)
src/oss/langchain/supervisor.mdx (+800 -0)
📝 src/oss/learn.mdx (+8 -0)

📄 Description

Overview

Type of change

Type: [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other]

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/791 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 10/8/2025 **Status:** ✅ Merged **Merged:** 10/10/2025 **Merged by:** [@ccurme](https://github.com/ccurme) **Base:** `main` ← **Head:** `eugene/supervisor_example` --- ### 📝 Commits (10+) - [`45fda3b`](https://github.com/langchain-ai/docs/commit/45fda3bf3a5a235f4f9193608824e5dbf234b9af) x - [`9d2c7ba`](https://github.com/langchain-ai/docs/commit/9d2c7baada233df48b6a0edc3bc9933f19b87368) x - [`d900fa5`](https://github.com/langchain-ai/docs/commit/d900fa5c12e8c1c0d4fafc207f03ef94e9a728b5) x - [`7898dcb`](https://github.com/langchain-ai/docs/commit/7898dcb10f54a6005588c14a7002e1614fe1f090) x - [`e4a972e`](https://github.com/langchain-ai/docs/commit/e4a972eb867e7b648a4bcd9f5ed90c6cfa0899f5) add human-in-the-loop - [`4ae9e69`](https://github.com/langchain-ai/docs/commit/4ae9e69b9beb4b151e653441be1e70d721478b31) x - [`95af04e`](https://github.com/langchain-ai/docs/commit/95af04ee18a025320a96c3e761c3c6b2ae301fff) Merge branch 'main' into eugene/supervisor_example - [`5902b0f`](https://github.com/langchain-ai/docs/commit/5902b0f82dae192cb64e5ed279d2330638825d9d) add card to landing page - [`e042bdd`](https://github.com/langchain-ai/docs/commit/e042bddadc8eab82f9dd4f234f9575bf19699687) Update src/oss/langchain/supervisor.mdx - [`882f24c`](https://github.com/langchain-ai/docs/commit/882f24cf1082a8ef85a9668ccbeb9a6b9f1a89ec) Update src/oss/langchain/supervisor.mdx ### 📊 Changes **3 files changed** (+810 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) ➕ `src/oss/langchain/supervisor.mdx` (+800 -0) 📝 `src/oss/learn.mdx` (+8 -0) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] 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](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:34 -05:00
yindo closed this issue 2026-02-17 17:21:34 -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#1024