Documentation
¶
Overview ¶
internal/autofix/metalyst/metalyst.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalysisResult ¶
type AnalysisResult struct {
Explanation string `json:"explanation"`
RootCause string `json:"root_cause"`
Confidence float64 `json:"confidence"`
Patch string `json:"patch"`
}
AnalysisResult holds the response from the LLM.
type Metalyst ¶
type Metalyst struct {
// contains filtered or unexported fields
}
Metalyst (Meta-Analyst) orchestrates the self-healing process for the scalpel-cli tool itself.
func NewMetalyst ¶
NewMetalyst initializes the self-healing orchestrator.
Click to show internal directories.
Click to hide internal directories.