go/pkg
Claude fcd1758b7d
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 format converters, data pipeline, and scoring agent
Port remaining lem-repo components into pkg/ml/:
- convert.go: safetensors reader/writer, MLX→PEFT converter
- gguf.go: GGUF v3 writer, MLX→GGUF LoRA converter
- export.go: training data JSONL export with split/filter
- parquet.go: Parquet export with snappy compression
- db.go: DuckDB wrapper for golden set and expansion prompts
- influx.go: InfluxDB v3 client for metrics/status
- ollama.go: Ollama model management (create/delete with adapters)
- status.go: training and generation status display
- expand.go: expansion generation pipeline (Backend interface)
- agent.go: scoring agent with probe running and InfluxDB push
- worker.go: distributed worker for LEM API task processing

Adds parquet-go and go-duckdb dependencies.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 23:46:24 +00:00
..
agentci refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
agentic refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
ai refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
ansible refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
auth refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
build refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
cache refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
cli refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
collect refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
config refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
container refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
crypt refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
deploy refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
devkit refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
devops refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
forge refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
framework refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
git refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
gitea refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
help feat(help): Implement full-text search (#294) 2026-02-05 10:26:16 +00:00
i18n refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +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-15 23:35:00 +00:00
jobrunner refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
log refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
mcp refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
ml feat(ml): add format converters, data pipeline, and scoring agent 2026-02-15 23:46:24 +00:00
plugin refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
process refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
rag refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
ratelimit feat(agentci): rate limiting and native Go dispatch runner 2026-02-10 03:08:16 +00:00
release refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
repos refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
session feat: add crypto, session, sigil, and node packages 2026-02-08 20:52:28 +00:00
unifi refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +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-15 23:35:00 +00:00
ws feat: BugSETI app, WebSocket hub, browser automation, and MCP tools (#336) 2026-02-05 17:22:05 +00:00