go-ai/ai/ai.go
Virgil d6c360813a
All checks were successful
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 1m2s
refactor(ai): align facade with AX naming
Add usage-example comments and rename short internal helpers to clearer names.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 06:06:38 +00:00

5 lines
266 B
Go

// Package ai provides the AI facade for the core CLI.
//
// Example: ai.QueryRAGForTask(ai.TaskInfo{Title: "Investigate build failure", Description: "CI compile step fails"})
// Example: ai.Record(ai.Event{Type: "security.scan", Repo: "wailsapp/wails"})
package ai