api
refactor(cmd): unwrap Result.Text across all commands
2026-02-22 17:41:16 +00:00
cmd
refactor(cmd): unwrap Result.Text across all commands
2026-02-22 17:41:16 +00:00
docs
docs: graduate TODO/FINDINGS into production documentation
2026-02-20 15:01:55 +00:00
scripts
feat: add Ubuntu workstation setup script from CLI
2026-02-21 21:20:13 +00:00
adapter.go
feat(adapter): return Result with Metrics from TextModel
2026-02-22 17:36:53 +00:00
adapter_test.go
test: update all test assertions for Result type
2026-02-22 17:45:32 +00:00
agent_config.go
refactor: extract hardcoded values into package constants
2026-02-20 03:18:19 +00:00
agent_eval.go
refactor: unwrap Result.Text in expand, judge, agent_eval
2026-02-22 17:39:17 +00:00
agent_execute.go
refactor: extract hardcoded values into package constants
2026-02-20 03:18:19 +00:00
agent_influx.go
refactor: extract hardcoded values into package constants
2026-02-20 03:18:19 +00:00
agent_ssh.go
feat: add RemoteTransport interface for SSH abstraction
2026-02-20 03:09:42 +00:00
agent_test.go
test: add agent subsystem tests (25 tests, 528 LOC)
2026-02-20 03:23:13 +00:00
approve.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
backend_http.go
feat(http): return Result from Generate/Chat
2026-02-22 17:37:18 +00:00
backend_http_test.go
test: update all test assertions for Result type
2026-02-22 17:45:32 +00:00
backend_http_textmodel.go
refactor(http-textmodel): unwrap Result.Text from Backend calls
2026-02-22 17:37:56 +00:00
backend_http_textmodel_test.go
feat(backend): add HTTP/Llama TextModel wrappers + verify downstream
2026-02-20 01:23:34 +00:00
backend_llama.go
feat(llama): return Result from Generate/Chat
2026-02-22 17:37:34 +00:00
backend_llama_test.go
test: update all test assertions for Result type
2026-02-22 17:45:32 +00:00
backend_mlx.go
feat(adapter): bridge go-inference TextModel to ml.Backend/StreamingBackend
2026-02-20 00:52:34 +00:00
backend_mlx_test.go
test: update all test assertions for Result type
2026-02-22 17:45:32 +00:00
benchmark_test.go
test: add Phase 4 test coverage and benchmarks
2026-02-20 03:49:07 +00:00
CLAUDE.md
docs: graduate TODO/FINDINGS into production documentation
2026-02-20 15:01:55 +00:00
compare.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
consolidate.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
convert.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
coverage.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
db.go
refactor: extract hardcoded values into package constants
2026-02-20 03:18:19 +00:00
exact.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
exact_test.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
expand.go
refactor: unwrap Result.Text in expand, judge, agent_eval
2026-02-22 17:39:17 +00:00
export.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
gguf.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
go.mod
chore: add missing go-i18n dependency via go mod tidy
2026-02-22 17:48:36 +00:00
go.sum
chore: add missing go-i18n dependency via go mod tidy
2026-02-22 17:48:36 +00:00
heuristic.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
heuristic_test.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
import_all.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
inference.go
feat: add Result type, break Backend interface to return Result
2026-02-22 17:36:16 +00:00
influx.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
ingest.go
refactor: extract hardcoded values into package constants
2026-02-20 03:18:19 +00:00
inventory.go
refactor: extract hardcoded values into package constants
2026-02-20 03:18:19 +00:00
io.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
judge.go
refactor: unwrap Result.Text in expand, judge, agent_eval
2026-02-22 17:39:17 +00:00
judge_test.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
metrics.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
normalize.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
ollama.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
parquet.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
probes.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
probes_test.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
prompts.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
publish.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
README.md
docs: add README with quick start and docs links
2026-02-20 15:11:19 +00:00
score.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
score_race_test.go
test: add Phase 4 test coverage and benchmarks
2026-02-20 03:49:07 +00:00
score_test.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
seed_influx.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
service.go
refactor(service): Generate returns Result
2026-02-22 17:38:14 +00:00
status.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
types.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00
worker.go
feat: extract go-ml from go-ai as standalone ML package
2026-02-19 18:32:04 +00:00