emep model register | --source path, --format format, --config path, --id id | Register a model from local or remote source into ModelRegistry. |
emep compat check | --model-a id, --model-b id, --strategy strategy | Run ModelCompatibilityAnalyzer and output compatibility state. |
emep merge run | --models ids, --strategy strategy, --params json, --output-id id | Execute a merge job via MergeEngine. Returns job ID for polling. |
emep experiment create | --type type, --config path, --dataset-refs ids | Create an experiment record in ExperimentTracker. |
emep evolve start | --config path, --population-size n, --objectives list | Start an evolution run via EvolutionEngine. |
emep eval run | --candidate-id id, --benchmarks ids, --backend backend | Run candidate evaluation via EvaluationEngine. |
emep artifact fetch | --artifact-id id, --output path | Download an artifact from ArtifactStore to local path. |
emep deploy promote | --model-id id, --stage stage, --reason text | Promote a model to DEPLOYED status via DeploymentManager. |
emep offline pack | --model-id id, --output path, --include-deps | Package a model, its dependencies, and inference config for offline deployment. |