go/pkg
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
..
agentci refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
agentic refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
ai refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
ansible refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
auth refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
build refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
cache refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
cli refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
collect refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
config refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
container refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
crypt refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
deploy refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
devops refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
forge refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
framework refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
git refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
gitea refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
help feat(help): Implement full-text search (#294) 2026-02-05 10:26:16 +00:00
i18n updates 2026-02-09 01:27:40 +00:00
infra fix(core-ide): use path-based routing for multi-window SPA, clean up formatting 2026-02-09 01:50:57 +00:00
io refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
jobrunner refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
log refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
mcp feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 00:34:53 +00:00
ml feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 00:34:53 +00:00
plugin refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
process refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
rag refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
ratelimit fix(security): move Gemini API key from URL query params to header (#47) 2026-02-12 20:29:09 +00:00
release refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
repos refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
session feat: add crypto, session, sigil, and node packages 2026-02-08 20:52:28 +00:00
trust feat(agentic): add agent trust model with tiered access control 2026-02-10 20:04:35 +00:00
unifi refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
webview feat: BugSETI app, WebSocket hub, browser automation, and MCP tools (#336) 2026-02-05 17:22:05 +00:00
workspace refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
ws feat: BugSETI app, WebSocket hub, browser automation, and MCP tools (#336) 2026-02-05 17:22:05 +00:00