feat(bundles): create lfx-bundles metapackage skeleton#13564
Draft
erichare wants to merge 2 commits into
Draft
Conversation
Creates the manifest-less lfx-bundles distribution (the langchain-community model) that the long-tail providers will move into. Empty skeleton for now; the bulk move (scripts/migrate/consolidate_bundles.py) populates the provider folders + per-provider extras later. - src/bundles/lfx-bundles: a single pyproject declaring the lfx.bundles entry-point (lfx_bundles = "lfx_bundles"), an lfx>=1.10.0,<2.0.0 pin, and a generated (currently empty) `all` extra; plus a bare lfx_bundles namespace package and a README documenting the model + install stories - wired into the root workspace via the existing bundle marker blocks: dep lfx-bundles[all]>=1.0,<2.0, uv source, and member - hyphen dir name so release.yml's src/bundles/*/pyproject.toml glob builds it with zero workflow change Verified: the wheel builds (entry_points.txt carries the lfx.bundles group); load_lfx_bundles_extensions (PR-1) discovers the entry point and the empty skeleton registers zero providers with no error.
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bundle Separation Phase A — PR 2: lfx-bundles skeleton
Part of Bundle Separation Phase A — metapackage split (1.11). Stacked on the foundation PR (
bundles/foundation-discovery).What this does
Creates the manifest-less
lfx-bundlesdistribution that the long-tail providers will move into. Empty skeleton for now — the bulk move (scripts/migrate/consolidate_bundles.py, a later PR) populates the provider folders + per-provider extras.src/bundles/lfx-bundles/: a singlepyproject.tomldeclaring thelfx.bundlesentry-point (lfx_bundles = "lfx_bundles"), anlfx>=1.10.0,<2.0.0pin, and a generated (currently empty)allextra; a barelfx_bundles/__init__.pynamespace package; and a README documenting the model + install stories.lfx-bundles[all]>=1.0,<2.0, uv source, member.lfx-bundles) sorelease.yml'ssrc/bundles/*/pyproject.tomlglob builds it with zero workflow change.Test plan
uv syncresolves + installslfx-bundles==1.0.0entry_points.txtcarries thelfx.bundlesgroupload_lfx_bundles_extensions()(foundation PR) discovers the entry point and the empty skeleton registers zero providers with no errorStack (merge bottom-up)
bundles/foundation-discovery→feat/bundle-metapackage-split(foundation)bundles/create-lfx-bundles→bundles/foundation-discovery← this PRbundles/lfx-engine-only→bundles/create-lfx-bundles(engine-only)