autonomy M2: add session-idle round budget control and surface source/idle metadata for audit

This commit is contained in:
DBT
2026-02-28 06:35:49 +00:00
parent 9788f9f7de
commit aca66ea9f4
3 changed files with 22 additions and 3 deletions

View File

@@ -949,6 +949,7 @@ func buildAutonomyEngine(cfg *config.Config, msgBus *bus.MessageBus) *autonomy.E
NotifySameReasonCooldownSec: a.NotifySameReasonCooldownSec,
QuietHours: a.QuietHours,
UserIdleResumeSec: a.UserIdleResumeSec,
MaxRoundsWithoutUser: a.MaxRoundsWithoutUser,
WaitingResumeDebounceSec: a.WaitingResumeDebounceSec,
AllowedTaskKeywords: a.AllowedTaskKeywords,
ImportantKeywords: cfg.Agents.Defaults.Texts.AutonomyImportantKeywords,