Commit ca791bf
feat: migrate evaluation infrastructure from openadapt-ml (#29)
* feat: migrate evaluation infrastructure from openadapt-ml
Move all evaluation infrastructure (~13,000 lines) from openadapt-ml/benchmarks/
to openadapt-evals so openadapt-ml can focus on pure ML (schemas, training,
inference, model adapters).
Migrated modules:
- benchmarks/vm_cli.py: Full VM/pool CLI with 50+ commands (8,503 lines)
- infrastructure/azure_vm.py: AzureVMManager with SDK + CLI fallback
- infrastructure/pool.py: PoolManager for multi-VM orchestration
- infrastructure/resource_tracker.py: Azure cost tracking
- benchmarks/pool_viewer.py: Pool results HTML viewer
- benchmarks/trace_export.py: Training data export (keeps openadapt_ml.schema dep)
- waa_deploy/: Docker agent deployment files
Also adds:
- config.py: Pydantic-settings config for Azure credentials
- pydantic-settings + azure-mgmt-* dependencies
- 4 test files migrated from openadapt-ml
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: correct DOCKERFILE_PATH and stale debug path in vm_cli
- DOCKERFILE_PATH: use parent.parent to reach waa_deploy/ from benchmarks/
- cmd_tail_output: update hardcoded task dir from openadapt-ml to openadapt-evals
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9132540 commit ca791bf
16 files changed
Lines changed: 13083 additions & 39 deletions
File tree
- openadapt_evals
- benchmarks
- infrastructure
- waa_deploy
- tests
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
11 | 13 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
27 | 35 | | |
28 | 36 | | |
29 | | - | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
0 commit comments