No description
Find a file
Snider 4d73fa250c feat(ml): Phase 2 — migrate ml_backends to go-inference registry
- Make go-inference a direct dependency (was indirect)
- Rewrite mlBackends() to use inference.List()/Get()/Default()
  instead of ml.Service.Backends()/Backend()/DefaultBackend()
- Add documentation comments clarifying generation flow
- mlGenerate/mlScore/mlProbe unchanged (work via go-ml.Service)

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 06:01:30 +00:00
ai refactor: extract rag/ to standalone core/go-rag module 2026-02-19 18:30:37 +00:00
mcp feat(ml): Phase 2 — migrate ml_backends to go-inference registry 2026-02-20 06:01:30 +00:00
.gitignore chore: update module paths and add gitignore 2026-02-17 19:19:38 +00:00
CLAUDE.md fix: post-split cleanup — remove test script, fix tests, update docs 2026-02-20 01:18:27 +00:00
FINDINGS.md docs: add CLAUDE.md, TODO.md, FINDINGS.md for fleet delegation 2026-02-19 21:34:55 +00:00
go.mod feat(ml): Phase 2 — migrate ml_backends to go-inference registry 2026-02-20 06:01:30 +00:00
go.sum fix: post-split cleanup — remove test script, fix tests, update docs 2026-02-20 01:18:27 +00:00
TEST-RESULTS.md test: validate MLX inference and scoring pipeline on M3 Ultra 2026-02-16 17:24:36 +00:00
TODO.md feat(ml): Phase 2 — migrate ml_backends to go-inference registry 2026-02-20 06:01:30 +00:00