Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckEngine ¶
type CheckEngine struct {
// contains filtered or unexported fields
}
func DefaultChecks ¶
func DefaultChecks() *CheckEngine
func NewCheckEngine ¶
func NewCheckEngine() *CheckEngine
func (*CheckEngine) Register ¶
func (e *CheckEngine) Register(check func() CheckResult)
func (*CheckEngine) Run ¶
func (e *CheckEngine) Run() *RecommendationReport
type CheckID ¶
type CheckID string
const ( CheckWhitespace CheckID = "whitespace_optimization" CheckDuplicate CheckID = "duplicate_removal" CheckModelRightSize CheckID = "model_right_sizing" CheckHistoryCompact CheckID = "history_compaction" CheckToolOutputPrune CheckID = "tool_output_pruning" CheckCacheUtil CheckID = "cache_utilization" CheckPresetOpt CheckID = "preset_optimization" CheckFilterTuning CheckID = "filter_tuning" CheckBudgetAlign CheckID = "budget_alignment" CheckProviderSelect CheckID = "provider_selection" CheckStreamOpt CheckID = "streaming_optimization" CheckCompressionMode CheckID = "compression_mode_selection" )
type CheckResult ¶
type RecommendationReport ¶
Click to show internal directories.
Click to hide internal directories.