feat: expose openadapt-flow as the [flow] extra (demonstration compiler under the core brand)#1006
Merged
Merged
Conversation
…er under the core brand) Surface openadapt-flow under the core openadapt brand as a sibling optional-dependency extra, consistent with the existing modular meta-package pattern (capture/ml/evals/etc.). Keeps the default install lean — flow is opt-in via `pip install "openadapt[flow]"`. - pyproject: add `flow = ["openadapt-flow>=0.3.0"]` extra; include it in the aggregate `all` bundle. - README: add a Demonstration Compiler section (record once, replay deterministically, model-free on the hot path, self-healing under drift, identity-verified halts) plus install line and ecosystem/table entries linking to github.com/OpenAdaptAI/openadapt-flow. - cli: list openadapt-flow in `openadapt version` for discoverability (metadata-based, gracefully handles not-installed). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CKrVJJy5jWVCkXAqgUqtqZ
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.
What
Surfaces openadapt-flow (the demonstration compiler, currently a standalone PyPI island at
openadapt-flowv0.3.0) under the coreopenadaptbrand as a sibling optional-dependency extra — consistent with the existing modular meta-package pattern (capture/ml/evals/viewer/grounding/retrieval/privacy).No code is merged and the default install stays lean: flow is opt-in.
pip install "openadapt[flow]"Changes
pyproject.toml: newflow = ["openadapt-flow>=0.3.0"]extra (mirrors the style of the existing single-package extras); added to the aggregateallbundle (openadapt[core,grounding,retrieval,privacy,flow]). Not added to coredependencies— default install unchanged.README.md: new Demonstration Compiler section (record once → compile → replay deterministically, model-free on the hot path, self-healing under UI drift, identity-verified halts), plus thepip install openadapt[flow]line and entries in the architecture + ecosystem tables linking to openadapt-flow.openadapt/cli.py: listopenadapt-flowinopenadapt versionfor discoverability (metadata-based; gracefully reports "not installed").Verification
pyproject.tomlparses (tomllib.load) and all extras resolve conceptually.ruff checkpasses on the touched CLI.pytest tests/: 8 passed, 1 skipped, 1 pre-existing unrelated failure (test_no_phantom_importsflagsresolve_config_pathon line 213 — existing code present identically onorigin/main, environmental, not touched by this PR).🤖 Generated with Claude Code
https://claude.ai/code/session_01CKrVJJy5jWVCkXAqgUqtqZ