Add usage-example comments and rename short internal helpers to clearer names. Co-Authored-By: Virgil <virgil@lethean.io>
5 lines
266 B
Go
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
|