[PR #1856] [CLOSED] docs: concepts #1911

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1856
Author: @eyurtsev
Created: 12/11/2025
Status: Closed

Base: sr/multi-agent-new-docsHead: eugene/concepts_page_2


📝 Commits (10+)

📊 Changes

3 files changed (+1234 additions, -38 deletions)

View changed files

📝 src/docs.json (+1 -0)
📝 src/oss/langchain/multi-agent.mdx (+240 -38)
src/oss/langchain/progressive-disclosure-skills.mdx (+993 -0)

📄 Description

  • x
  • x
  • x
  • x
  • x
  • x
  • x
  • x
  • x
  • x
  • remove excessive stuff
  • x

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

(Internal team members only / optional): Create a preview deployment as necessary 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/1856 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 12/11/2025 **Status:** ❌ Closed **Base:** `sr/multi-agent-new-docs` ← **Head:** `eugene/concepts_page_2` --- ### 📝 Commits (10+) - [`f5fed81`](https://github.com/langchain-ai/docs/commit/f5fed8109d4f96cdcf1109b8643459c15b7c72eb) x - [`21f3efc`](https://github.com/langchain-ai/docs/commit/21f3efc98119d5a845310461e9b05edba2a299c7) x - [`3ae1d26`](https://github.com/langchain-ai/docs/commit/3ae1d26d2192628c940be2da9bd30b4a9928cb41) x - [`f929789`](https://github.com/langchain-ai/docs/commit/f929789a7d4e64753342ed46fb8be04c9bfbd539) x - [`3891a59`](https://github.com/langchain-ai/docs/commit/3891a5987191215cb440788f555dedd5c6e1221a) x - [`6974c96`](https://github.com/langchain-ai/docs/commit/6974c968b196cab9023438c0aa94027945ff579f) x - [`acc7058`](https://github.com/langchain-ai/docs/commit/acc7058a90f265420a988e2c822f19f717f06c5e) x - [`0bb474e`](https://github.com/langchain-ai/docs/commit/0bb474e1833bc9d27405840f0dd37a3d93fc0ac3) x - [`ebff413`](https://github.com/langchain-ai/docs/commit/ebff4134b66d1c32a4b1a2446481d2d8a0f38787) x - [`0fcefcf`](https://github.com/langchain-ai/docs/commit/0fcefcf13f004d46e8dc18bb6f2897c67a818cc4) x ### 📊 Changes **3 files changed** (+1234 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) 📝 `src/oss/langchain/multi-agent.mdx` (+240 -38) ➕ `src/oss/langchain/progressive-disclosure-skills.mdx` (+993 -0) </details> ### 📄 Description - x - x - x - x - x - x - x - x - x - x - remove excessive stuff - x ## 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 (Internal team members only / optional): Create a preview deployment as necessary 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:22:51 -05:00
yindo closed this issue 2026-02-17 17:22:51 -05:00
yindo changed title from [PR #1856] docs: concepts to [PR #1856] [CLOSED] docs: concepts 2026-06-05 18:15:37 -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#1911