docs(bundles): install shapes, override rule, bundle_api_version#13578
Draft
erichare wants to merge 2 commits into
Draft
docs(bundles): install shapes, override rule, bundle_api_version#13578erichare wants to merge 2 commits into
erichare wants to merge 2 commits into
Conversation
Documents the deliberately small user-facing rule surface of the metapackage
split (1.11):
- extensions-overview.mdx: the two install stories (pip install langflow =
everything, same as today; pip install lfx = engine only, bring your own
bundles); the bundle-name-is-identity invariant; the current package table
(lfx-bundles metapackage + the 5 partner packages + the 4 pilots); the
legacy-import shim behavior with the locked ModuleNotFoundError wording and
the migration recipe for direct lfx users (switch to lfx[bundles] or pin
lfx-<provider> packages); the override rule ("ship a manifest -- a manifest
always wins", with the bundle-shadowed warning); bundle_api_version as the
single compat number (lfx.compat ["1"]; manifest-less packages ride their
PEP 508 lfx pin) and the no-version-arithmetic rule.
- deployment-lfx-compatibility.mdx: lfx[bundles] as the headless/serverless
deployment footnote (engine + lfx-bundles[all]; slimmer per-provider
alternative; intentionally no lfx[all]).
Both files verified MDX-safe (no unbackticked angle brackets).
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 comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
Contributor
|
Build successful! ✅ |
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 10: docs (install shapes, override rule, bundle_api_version)
Part of Bundle Separation Phase A — metapackage split (1.11). The final PR of the original 10-PR plan; stacked on the shim-contract PR (
bundles/shims-audit) so the documented shim wording matches the contract-tested one.What this documents (the deliberately small rule surface)
docs/docs/Develop/extensions-overview.mdxpip install langflow(everything, same as today) andpip install lfx(engine only, bring your own bundles)ext:<bundle>:<Class>@officialis stable across packaging moveslfx-bundlesmetapackage (per-provider extras + generated[all]), the 5 partner packages, the 4 pilotsModuleNotFoundErrorwording (matching the PR 7 contract tests), and the migration recipe for directlfxusers (switch tolfx[bundles]or pinlfx-<provider>packages)bundle-shadowedwarningbundle_api_version: the single compat number; partners declarelfx.compat: ["1"]; manifest-less packages ride their PEP 508lfxpin; no version arithmetic across thelfx/lfx-bundles/lfx-<provider>linesdocs/docs/Deployment/deployment-lfx-compatibility.mdxlfx[bundles]as a headless/serverless deployment footnote (not a getting-started headline): engine +lfx-bundles[all], the slimmer per-provider alternative, and the intentional absence oflfx[all]Test plan
<provider>shapes are all inline code)lfx.compatshapeStack
Base
bundles/shims-audit(PR 7). Full merge order: #13563 → #13564 → #13568 → #13573 → #13576 → #13577 → this (with #13565 / #13566 / #13567 hanging off their parents). Draft until QA signs off.