internal/llm/client.go
@@ -39,6 +39,16 @@ ReviewDir string `yaml:"review_dir"` DefaultType string `yaml:"default_type"` } `yaml:"draft"` // Search 搜索配置(双信号加权权重) Search struct { TextWeight float64 `yaml:"text_weight"` // 文本分权重(0~1,缺省 0.5) } `yaml:"search"` // Explore 探索预算配置(Task 7 预留) Explore struct { DefaultBudget int `yaml:"default_budget"` HardBudget int `yaml:"hard_budget"` TopN int `yaml:"top_n"` } `yaml:"explore"` } // Client LLM 客户端