go/cmd
Claude ca8c155d85
feat: add ML inference, scoring, and training pipeline (pkg/ml)
Port LEM scoring/training pipeline into CoreGo as pkg/ml with:
- Inference abstraction with HTTP, llama-server, and Ollama backends
- 3-tier scoring engine (heuristic, exact, LLM judge)
- Capability and content probes for model evaluation
- GGUF/safetensors format converters, MLX to PEFT adapter conversion
- DuckDB integration for training data pipeline
- InfluxDB metrics for lab dashboard
- Training data export (JSONL + Parquet)
- Expansion generation pipeline with distributed workers
- 10 CLI commands under 'core ml' (score, probe, export, expand, status, gguf, convert, agent, worker)
- 5 MCP tools (ml_generate, ml_score, ml_probe, ml_status, ml_backends)

All 37 ML tests passing. Binary builds at 138MB with all commands.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 00:34:53 +00:00
..
bugseti feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 00:34:53 +00:00
community updates 2026-02-08 15:17:12 +00:00
core-app refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
core-ide refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
vanity-import chore: migrate forge.lthn.ai → forge.lthn.io 2026-02-13 19:13:40 +00:00