-
Notifications
You must be signed in to change notification settings - Fork 112
reorganize pages #891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reorganize pages #891
Conversation
There was a problem hiding this 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` | |
Copilot
AI
Oct 14, 2025
There was a problem hiding this comment.
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.
| [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`. |
Copilot
AI
Oct 14, 2025
There was a problem hiding this comment.
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.
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.
Preview ID generated: preview-srswap-1760460256-054be22 |
No description provided.