Commit c1efbec
refactor: Convert to meta-package architecture (#960)
* refactor: Convert to meta-package architecture
- Move all legacy code to legacy/ directory
- Create new openadapt/ as meta-package with lazy imports
- Add unified CLI (openadapt capture/train/eval/serve)
- Remove openadapt-ml submodule (now a PyPI dependency)
- Configure hatchling build with optional extras:
- pip install openadapt[capture] for GUI capture
- pip install openadapt[ml] for ML models
- pip install openadapt[privacy] for PII scrubbing
- pip install openadapt[all] for everything
- Update .gitignore to exclude secrets and temp files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* ci: fix workflow and lint issues for meta-package
- Update GitHub Actions workflow to use pip install instead of Poetry
- Replace shell script with modern pip + ruff workflow
- Add ubuntu-latest and Python 3.11/3.12 to CI matrix
- Fix ruff linting issues (unused imports, formatting, spacing)
- Sort imports alphabetically with noqa comments
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 9435353 commit c1efbec
256 files changed
Lines changed: 758 additions & 200 deletions
File tree
- .github/workflows
- legacy
- assets
- build_scripts
- chrome_extension
- icons
- deploy
- deploy/models/omniparser
- experiments
- install
- openadapt
- adapters
- alembic
- versions
- app
- assets
- dashboard
- api
- app
- onboarding
- recordings
- detail
- scrubbing
- settings
- (api_keys)
- record_and_replay
- scrubbing
- assets
- components
- ActionEvent
- Onboarding/steps
- RecordingDetails
- Shell
- SimpleTable
- types
- capture
- contrib
- som
- db
- deprecated/app
- drivers
- extensions
- privacy
- providers
- prompts
- scripts
- spacy_model_helpers
- strategies
- mixins
- window
- scripts
- tests
- assets
- openadapt
- drivers
- privacy
- providers
- openadapt
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 17 | + | |
| 18 | + | |
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 22 | + | |
31 | 23 | | |
32 | | - | |
| 24 | + | |
33 | 25 | | |
34 | 26 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments