add autonomy quiet-hours policy and reflect logs with task persistence

This commit is contained in:
DBT
2026-02-24 00:56:11 +00:00
parent f644ae83ff
commit b4b2c4c221
5 changed files with 76 additions and 9 deletions

View File

@@ -649,6 +649,7 @@ func buildAutonomyEngine(cfg *config.Config, msgBus *bus.MessageBus) *autonomy.E
MaxConsecutiveStalls: a.MaxConsecutiveStalls,
MaxDispatchPerTick: a.MaxDispatchPerTick,
NotifyCooldownSec: a.NotifyCooldownSec,
QuietHours: a.QuietHours,
Workspace: cfg.WorkspacePath(),
DefaultNotifyChannel: a.NotifyChannel,
DefaultNotifyChatID: a.NotifyChatID,