Versions in this module Expand all Collapse all v0 v0.1.7 Jan 5, 2026 v0.1.6 Jan 1, 2026 Changes in this version + var Version = "v0.1.6" + func Execute(ctx context.Context) error + func NewRootCommand() *cobra.Command + func NewStoreProvider() storeProvider + type AnalystRunner interface + Run func(ctx context.Context, objective string, files []string) error + type ComponentFactory interface + Create func(ctx context.Context, cfg config.Interface, targets []string, ...) (interface{}, error) + type MetalystInitializer func(config.Interface, schemas.LLMClient) (MetalystRunner, error) + type MetalystRunner interface + Run func(ctx context.Context, panicLogPath string, originalArgs []string) error