[PR #1895] [MERGED] concepts docs rework (wip) #1946

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1895
Author: @eyurtsev
Created: 12/12/2025
Status: Merged
Merged: 12/15/2025
Merged by: @eyurtsev

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


📝 Commits (10+)

📊 Changes

3 files changed (+888 additions, -374 deletions)

View changed files

📝 src/oss/langchain/customer-support-state-machine.mdx (+1 -1)
📝 src/oss/langchain/multi-agent.mdx (+879 -373)
📝 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

(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/1895 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 12/12/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `sr/multi-agent-new-docs` ← **Head:** `eugene/expand_concepts` --- ### 📝 Commits (10+) - [`8e5e7a1`](https://github.com/langchain-ai/docs/commit/8e5e7a159d28ec6284f3ea928e8b2c971be06302) x - [`4f6b2b3`](https://github.com/langchain-ai/docs/commit/4f6b2b347aa727b47401941f6e20406cbd3592b2) x - [`ffd0d81`](https://github.com/langchain-ai/docs/commit/ffd0d8196f2292060fd41467bae25db906ce7e01) x - [`53d4e0a`](https://github.com/langchain-ai/docs/commit/53d4e0a1a0b90e66c0ed49d03ea2be1824aaee6c) x - [`2164923`](https://github.com/langchain-ai/docs/commit/216492343ff8c2b525636cfd0213cf407637d036) x - [`23a51de`](https://github.com/langchain-ai/docs/commit/23a51de0165ab1696d55d558d61801d5e0a2e987) x - [`c9069b0`](https://github.com/langchain-ai/docs/commit/c9069b09a0b715ed13fe1a0738fbcd9225dfd837) x - [`6cf3520`](https://github.com/langchain-ai/docs/commit/6cf352091ae6c6deac4aa0dc975ef6a0b72116e0) x - [`2dcbd6a`](https://github.com/langchain-ai/docs/commit/2dcbd6ad1df1bfa0808dc388cd927f54227028c0) x - [`45a2c27`](https://github.com/langchain-ai/docs/commit/45a2c2779ca8eac1f87d90f6a8bc6e093529b3f9) x ### 📊 Changes **3 files changed** (+888 additions, -374 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/customer-support-state-machine.mdx` (+1 -1) 📝 `src/oss/langchain/multi-agent.mdx` (+879 -373) 📝 `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 (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:54 -05:00
yindo closed this issue 2026-02-17 17:22:54 -05:00
yindo changed title from [PR #1895] concepts docs rework (wip) to [PR #1895] [MERGED] concepts docs rework (wip) 2026-06-05 18:15:49 -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#1946