Batch 1 : configs plages horaires + blackout + check disponibilité dans delegate

- config/blackout_hours.json : plage maintenance nuit (02:00-05:00)
- config/reports_schedule.json : horaires sollicitation rapports par agent
- config/tasks_schedule.json : tâches planifiées (vide pour l'instant)
- agents_registry.json : ajout work_hours par agent
- delegate.py : vérification blackout + work_hours avant délégation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 15:28:24 +00:00
parent 9a55dafd17
commit a95cb0127a
5 changed files with 102 additions and 11 deletions
+8
View File
@@ -0,0 +1,8 @@
[
{
"start": "02:00",
"end": "05:00",
"label": "maintenance nuit",
"enabled": true
}
]