go/pkg/ml
Claude 3dbb5988a8
Some checks are pending
Security Scan / Go Vulnerability Check (push) Waiting to run
Security Scan / Secret Detection (push) Waiting to run
Security Scan / Dependency & Config Scan (push) Waiting to run
feat(ml): add CoreGo service wrapper and CLI commands (Tasks 6-7)
Service registration with DI lifecycle, typed options, and backend
management. Ten CLI subcommands under `core ml` for scoring, probing,
export, expansion, status, GGUF/PEFT conversion, agent, and worker.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 23:52:46 +00:00
..
agent.go feat(ml): add format converters, data pipeline, and scoring agent 2026-02-15 23:46:24 +00:00
backend_http.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
backend_http_test.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
backend_llama.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
compare.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
convert.go feat(ml): add format converters, data pipeline, and scoring agent 2026-02-15 23:46:24 +00:00
db.go feat(ml): add format converters, data pipeline, and scoring agent 2026-02-15 23:46:24 +00:00
exact.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
exact_test.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
expand.go feat(ml): add format converters, data pipeline, and scoring agent 2026-02-15 23:46:24 +00:00
export.go feat(ml): add format converters, data pipeline, and scoring agent 2026-02-15 23:46:24 +00:00
gguf.go feat(ml): add format converters, data pipeline, and scoring agent 2026-02-15 23:46:24 +00:00
heuristic.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
heuristic_test.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
inference.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
influx.go feat(ml): add format converters, data pipeline, and scoring agent 2026-02-15 23:46:24 +00:00
io.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
judge.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
judge_test.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
ollama.go feat(ml): add format converters, data pipeline, and scoring agent 2026-02-15 23:46:24 +00:00
parquet.go feat(ml): add format converters, data pipeline, and scoring agent 2026-02-15 23:46:24 +00:00
probes.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
probes_test.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
prompts.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
score.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
score_test.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
service.go feat(ml): add CoreGo service wrapper and CLI commands (Tasks 6-7) 2026-02-15 23:52:46 +00:00
status.go feat(ml): add format converters, data pipeline, and scoring agent 2026-02-15 23:46:24 +00:00
types.go feat(ml): add ML inference and scoring engine from lem-repo 2026-02-15 23:34:54 +00:00
worker.go feat(ml): add format converters, data pipeline, and scoring agent 2026-02-15 23:46:24 +00:00