Skip to content

Conversation

sydney-runkle
Copy link
Contributor

No description provided.

@Copilot Copilot AI review requested due to automatic review settings October 14, 2025 16:43
@github-actions github-actions bot added langchain For docs changes to LangChain python For content related to the Python version of LangChain projects oss labels Oct 14, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR reorganizes page content by moving the "Simplified package" section from the end of the LangChain v1 release page to an earlier position, while simultaneously relocating it from the beginning of the migration guide to the end. This reorganization aims to improve the logical flow of information, with the package simplification details appearing earlier in the release notes and later in the migration guide.

Key changes:

  • Moved "Simplified package" section to appear earlier in the v1 release notes
  • Relocated the same section from the beginning to the end of the migration guide
  • Updated internal cross-references to reflect the new section positioning

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/oss/python/releases/langchain-v1.mdx Moved "Simplified package" section from bottom to early position after the introduction
src/oss/python/migrate/langchain-v1.mdx Relocated "Simplified package" section from beginning to end and updated cross-reference links

| [Streaming node name](#streaming-node-name-rename) | Node name changed from `"agent"` to `"model"` |
| [Runtime context](#runtime-context) | Dependency injection via `context` argument instead of `config["configurable"]` |
| [Namespace](#simplified-namespace) | Streamlined to focus on agent building blocks, legacy code moved to `langchain-classic` |
| [Namespace](#simplified-package) | Streamlined to focus on agent building blocks, legacy code moved to `langchain-classic` |
Copy link

Copilot AI Oct 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The anchor link '#simplified-package' should be '#simplified-namespace' to match the actual section heading 'Simplified package' which would generate the anchor 'simplified-package', but the table row describes 'Namespace' functionality. This creates inconsistency between the link text and target.

Suggested change
| [Namespace](#simplified-package) | Streamlined to focus on agent building blocks, legacy code moved to `langchain-classic` |
| [Simplified package](#simplified-package) | Streamlined to focus on agent building blocks, legacy code moved to `langchain-classic` |

Copilot uses AI. Check for mistakes.

### Legacy code moved to `langchain-classic`

Existing functionality outside the focus of standard interfaces and agents has been moved to the [`langchain-classic`](https://pypi.org/project/langchain-classic) package. See the [Simplified namespace](#simplified-namespace) section for details on what's available in the core `langchain` package and what moved to `langchain-classic`.
Existing functionality outside the focus of standard interfaces and agents has been moved to the [`langchain-classic`](https://pypi.org/project/langchain-classic) package. See the [Simplified package](#simplified-package) section for details on what's available in the core `langchain` package and what moved to `langchain-classic`.
Copy link

Copilot AI Oct 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The anchor link '#simplified-package' is correct for targeting the 'Simplified package' section, but this link was updated while the previous reference in the table (line 27) still uses the same anchor. Both should be consistent and point to the correct section.

Suggested change
Existing functionality outside the focus of standard interfaces and agents has been moved to the [`langchain-classic`](https://pypi.org/project/langchain-classic) package. See the [Simplified package](#simplified-package) section for details on what's available in the core `langchain` package and what moved to `langchain-classic`.
Existing functionality outside the focus of standard interfaces and agents has been moved to the [`langchain-classic`](https://pypi.org/project/langchain-classic) package. See the [Package: Simplified](#package-simplified) section for details on what's available in the core `langchain` package and what moved to `langchain-classic`.

Copilot uses AI. Check for mistakes.

Copy link
Contributor

Preview ID generated: preview-srswap-1760460256-054be22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant