mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-15 02:47:29 +08:00
ekg p0: configurable threshold, auto-repair task on repeated errsig, and provider/model audit visibility
This commit is contained in:
@@ -972,7 +972,7 @@ func buildAutonomyEngine(cfg *config.Config, msgBus *bus.MessageBus) *autonomy.E
|
||||
ImportantKeywords: cfg.Agents.Defaults.Texts.AutonomyImportantKeywords,
|
||||
CompletionTemplate: cfg.Agents.Defaults.Texts.AutonomyCompletionTemplate,
|
||||
BlockedTemplate: cfg.Agents.Defaults.Texts.AutonomyBlockedTemplate,
|
||||
EKGConsecutiveErrorThreshold: 3,
|
||||
EKGConsecutiveErrorThreshold: a.EKGConsecutiveErrorThreshold,
|
||||
Workspace: cfg.WorkspacePath(),
|
||||
DefaultNotifyChannel: notifyChannel,
|
||||
DefaultNotifyChatID: notifyChatID,
|
||||
|
||||
Reference in New Issue
Block a user