go-ai/ai
Snider 021e73a3f6
Some checks failed
Security Scan / security (push) Successful in 8s
Test / test (push) Failing after 2m28s
fix: thread-safe metrics, error returns for RAG, TCP bind safety
- Add mutex to metrics.Record() for concurrent safety
- QueryRAGForTask returns (string, error) instead of silent empty string
- Default TCP transport binds to 127.0.0.1 instead of 0.0.0.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 08:23:53 +00:00
..
ai.go feat: extract AI/ML packages from core/go 2026-02-16 15:25:55 +00:00
metrics.go fix: thread-safe metrics, error returns for RAG, TCP bind safety 2026-03-09 08:23:53 +00:00
metrics_bench_test.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:59:29 +00:00
rag.go fix: thread-safe metrics, error returns for RAG, TCP bind safety 2026-03-09 08:23:53 +00:00