Rapports et gestion des erreurs
- skills/reporting.py : REPORT: / REPORT_ERRORS: avec historique SQLite - skills/delegate.py : log des exécutions + détection erreurs + notification MQTT - skills/schedule_tasks.py : log des tâches planifiées - agent1.py : abonnement agents/errors + agents/scheduler/notifications → alerte XMPP - cli.py : commandes /report et /errors - system_prompt.txt : REPORT: et REPORT_ERRORS: ajoutés Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -27,6 +27,18 @@ PLAN_LIST:
|
||||
PLAN_CANCEL: <job_id>
|
||||
→ Annuler une tâche planifiée
|
||||
|
||||
REPORT:
|
||||
→ Rapport complet des 20 dernières exécutions de tous les agents
|
||||
|
||||
REPORT: <agent>
|
||||
→ Rapport filtré pour un agent spécifique
|
||||
|
||||
REPORT_ERRORS:
|
||||
→ Afficher uniquement les erreurs récentes
|
||||
|
||||
REPORT_ERRORS: <agent>
|
||||
→ Erreurs d'un agent spécifique
|
||||
|
||||
SEARCH: <requête>
|
||||
→ Recherche web DuckDuckGo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user