cli/pkg/ml
Claude c5bc97de19 feat: port 11 LEM data management commands into core ml
Ports all remaining LEM pipeline commands from pkg/lem into core ml,
eliminating the standalone LEM CLI dependency. Each command is split
into reusable business logic (pkg/ml/) and a thin cobra wrapper
(internal/cmd/ml/).

New commands: query, inventory, metrics, ingest, normalize, seed-influx,
consolidate, import-all, approve, publish, coverage.

Adds Path(), Exec(), QueryRowScan() convenience methods to DB type.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 05:53:52 +00:00
..
agent.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
approve.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
backend_http.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
backend_http_test.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
backend_llama.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
backend_mlx.go feat: add Metal memory budget monitoring after each request 2026-02-16 05:53:52 +00:00
compare.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
consolidate.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
convert.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
coverage.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
db.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
exact.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
exact_test.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
expand.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
export.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
gguf.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
heuristic.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
heuristic_test.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
import_all.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
inference.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
influx.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
ingest.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
inventory.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
io.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
judge.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
judge_test.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
metrics.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
normalize.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
ollama.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
parquet.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
probes.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
probes_test.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
prompts.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
publish.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
score.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
score_test.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
seed_influx.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
service.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
status.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
types.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
worker.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00