Commit 2d57d02
feat: remove evaluation infrastructure (moved to openadapt-evals) (#25)
* feat: remove evaluation infrastructure (moved to openadapt-evals)
All evaluation infrastructure (~13,000 lines) has been migrated to
openadapt-evals (PR #29). This PR removes the now-redundant code from
openadapt-ml, making it a pure ML package.
Deleted files:
- benchmarks/cli.py (8,503 lines - VM/pool CLI)
- benchmarks/azure_vm.py (AzureVMManager)
- benchmarks/pool.py (PoolManager)
- benchmarks/vm_monitor.py, azure_ops_tracker.py, resource_tracker.py
- benchmarks/azure.py, viewer.py, pool_viewer.py, trace_export.py
- benchmarks/waa_deploy/ (Docker agent deployment)
- tests/test_quota_auto_detection.py, test_demo_persistence.py
- tests/benchmarks/test_api_agent.py, test_waa.py
Updated:
- benchmarks/__init__.py: Only exports ML agents (PolicyAgent, etc.)
- pyproject.toml: Removed azure-ai-ml, azureml-core, azure-mgmt-*
- CLAUDE.md: Removed CLI/VM/pool docs, added migration guide
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: update stale references to migrated benchmark modules
Update all remaining references to deleted benchmark modules
across source code, scripts, and tests:
- cloud/local.py: azure_ops_tracker, session_tracker, CLI subprocess calls
- scripts/: p0/p1 validation scripts, screenshot generators, quota checker
- training/benchmark_viewer.py: HTML template CLI references
- experiments/waa_demo/runner.py: docstring and print references
- deprecated/waa_deploy/__init__.py: import path
All now point to openadapt_evals equivalents.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent c3ea5ce commit 2d57d02
36 files changed
Lines changed: 99 additions & 18488 deletions
File tree
- deprecated/waa_deploy
- openadapt_ml
- benchmarks
- waa_deploy
- cloud
- experiments/waa_demo
- scripts
- training
- scripts
- tests
- benchmarks
- integration
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 23 | + | |
| 24 | + | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
| |||
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
36 | | - | |
37 | | - | |
38 | 33 | | |
39 | 34 | | |
40 | 35 | | |
41 | 36 | | |
42 | 37 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 38 | | |
0 commit comments