Shared inference interfaces (TextModel, Backend, Token). Zero deps, compiles everywhere.
Find a file
Snider 74b3e7a53d docs: graduate TODO/FINDINGS into production documentation
Replace internal task tracking (TODO.md, FINDINGS.md) with structured
documentation in docs/. Trim CLAUDE.md to agent instructions only.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 15:01:55 +00:00
docs docs: graduate TODO/FINDINGS into production documentation 2026-02-20 15:01:55 +00:00
CLAUDE.md docs: graduate TODO/FINDINGS into production documentation 2026-02-20 15:01:55 +00:00
discover.go feat: add Discover() for scanning model directories 2026-02-19 23:37:30 +00:00
discover_test.go test(inference): add comprehensive tests for all exported API 2026-02-20 02:06:49 +00:00
go.mod test(inference): add comprehensive tests for all exported API 2026-02-20 02:06:49 +00:00
go.sum test(inference): add comprehensive tests for all exported API 2026-02-20 02:06:49 +00:00
inference.go fix: add json struct tags to Message for API serialization 2026-02-20 02:05:46 +00:00
inference_test.go test(inference): add comprehensive tests for all exported API 2026-02-20 02:06:49 +00:00
options.go feat: add batch inference API (Classify, BatchGenerate) 2026-02-19 23:29:28 +00:00
options_test.go test(inference): add comprehensive tests for all exported API 2026-02-20 02:06:49 +00:00
README.md Initial commit 2026-02-19 19:35:54 +00:00

go-inference

Shared inference interfaces (TextModel, Backend, Token). Zero deps, compiles everywhere.