Skip to content

docs: update README references to migrated CLI#26

Merged
abrichr merged 3 commits intomainfrom
docs/update-readme-cli-refs
Feb 13, 2026
Merged

docs: update README references to migrated CLI#26
abrichr merged 3 commits intomainfrom
docs/update-readme-cli-refs

Conversation

@abrichr
Copy link
Member

@abrichr abrichr commented Feb 13, 2026

Summary

  • Replaces all 33 references to deleted openadapt_ml.benchmarks.cli with oa-vm (from openadapt-evals)
  • Updates architecture diagram to show openadapt-evals as the CLI host
  • Adds note that oa-vm CLI requires openadapt-evals package

Follows PR #25 which removed the evaluation infrastructure from openadapt-ml.

Test plan

  • No code changes, docs only

🤖 Generated with Claude Code

abrichr and others added 3 commits February 13, 2026 14:42
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>
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>
All VM/pool CLI commands moved from openadapt_ml.benchmarks.cli
to openadapt-evals (oa-vm). Update all README references.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@abrichr abrichr merged commit 71ffaad into main Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant