86 lines
2.2 KiB
Markdown
Executable File
86 lines
2.2 KiB
Markdown
Executable File
# 📅 Planning Quotidien - H3R7Tech
|
|
|
|
## Acteurs
|
|
|
|
| Agent | Rôle |
|
|
|-------|------|
|
|
| **main** (moi) | Réponses directes, gestion humaine |
|
|
| **sub-agents** | Tâches background (analyses, scrap, CRM) |
|
|
| **VPS** | Stockage, scraping Python, base de données |
|
|
|
|
---
|
|
|
|
## 🏇 HORAIRE TURF
|
|
|
|
| Heure | Job | Action |
|
|
|-------|-----|--------|
|
|
| **09h00** | Turf Morning v5 | Scrape cotes matinales, sauvegardes en BDD |
|
|
| **10h00** | turf-matin-10h | Analyse + prédictions (3 favoris) |
|
|
| **11h00** | turf-matin-11h | 2e analyse, evolution cotes |
|
|
| **12h00** | turf-matin-12h | 3e analyse |
|
|
| **13h00** | turf-matin-13h / Turf Afternoon | Analyse aprèm +scrape final |
|
|
| **13h45** | turf-cotes-13h45 | Cotes finales Quinté+ |
|
|
| **14h00** | turf-apres-midi / Sales Appels | Analyses + appels prospects |
|
|
| **14h30** | turf-matin-14h30 | Analyse finale, paris finalisés |
|
|
| **18h00** | turf-resultats-soir | Vérif résultats courses jour |
|
|
| **19h00** | Turf Results Evening | Scrap + comparatif prédictions |
|
|
| **21h00** | turf-resultats-final | Bilan complet journée |
|
|
|
|
---
|
|
|
|
## 📊 HORAIRE CRM
|
|
|
|
| Heure | Job | Action |
|
|
|-------|-----|--------|
|
|
| **08h00** | Mailing - Rapport quotidien | Rapport emails envoyés |
|
|
| **09h00** | Scraper - Nouveaux prospects | Scrappe annuaires en ligne |
|
|
| **10h00** | Sales - Relances prospects | Relance prospects >7 jours |
|
|
| **14h00** | Sales - Appels sortants | Appelle top prospects (score 4-5★) |
|
|
| **18h00** | Analyst - Bilan quotidien | KPIs, conversions, recommandations |
|
|
|
|
---
|
|
|
|
## 🎯 FLUX DE DONNÉES
|
|
|
|
```
|
|
1. Cron Trigger (heure)
|
|
↓
|
|
2. Sub-agent wakes up (isolated session)
|
|
↓
|
|
3. SSH → VPS ou données locales
|
|
↓
|
|
4. Traitement (scrape/analyse/CRM)
|
|
↓
|
|
5. Résultat → Telegram (delivery)
|
|
```
|
|
|
|
---
|
|
|
|
## ⚠️ NOTES
|
|
|
|
- **web_search/browser**: Non activés pour sub-agents = utilise données locales VPS
|
|
- **SSH**: Peut échouer si clé SSH pas configurée
|
|
- **Telegram**: Delivery parfois échoue (thread not found) → recharger conversation
|
|
|
|
---
|
|
|
|
## 🔧 COMMANDES UTILES
|
|
|
|
```bash
|
|
# Voir jobs cron
|
|
cron list
|
|
|
|
# Lancer un job manuellement
|
|
cron run <jobId>
|
|
|
|
# Voir sessions sub-agents
|
|
sessions_list
|
|
|
|
# Historique d'un sub-agent
|
|
sessions_history <sessionKey>
|
|
```
|
|
|
|
---
|
|
|
|
_Mis à jour: 27/02/2026_
|