agents/time-of-day: auto-infer quiet hours, peak hours, timezone drift #112
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Auto-infer per-user quiet hours, peak hours, and timezone drift from observed activity, and write them into
agent:time-of-daypreferences via the inference framework (#111).Signals
tip_views.served_at— when the user is reachable.tip_feedback.created_at+action— when they actually engage and what they do.integration_tokens.connectedAtand recent integration activity — secondary cadence hints.Inferred parameters
quietStart,quietEndpeakHourstzMethod (sketch)
Done when
TimeOfDayAgentreads inferred values.