43 lines
1.3 KiB
Markdown
43 lines
1.3 KiB
Markdown
# Runbook — Kanban Multi-Agent Evaluation AO
|
|
|
|
Date : 2026-06-18 | Instance : hermes-tt | Statut : Deploye
|
|
|
|
## Architecture
|
|
|
|
Pattern agents paralleles pour evaluation AO Zone Sud TT :
|
|
|
|
- Profil orchestrateur : default (hermes-tt)
|
|
- Profil worker : evaluateur-ao (deepseek/deepseek-v4-flash via openrouter)
|
|
- Kanban : dispatch_in_gateway=true (deja actif dans config.yaml)
|
|
|
|
## Comment declencher
|
|
|
|
Depuis Telegram ou le workspace hermes-tt :
|
|
|
|
Lance evaluation AO [REF] avec soumissionnaires [X, Y, Z]
|
|
|
|
hermes-tt cree automatiquement :
|
|
1. /opt/data/workspace/ao-eval/[REF]/
|
|
2. Une tache Kanban par soumissionnaire -> profil evaluateur-ao
|
|
3. Les workers tournent en parallele
|
|
4. Synthese : rapport XLSX + PV de depouillement format TT
|
|
5. Envoi sur Telegram
|
|
|
|
## Criteres standard
|
|
|
|
- Conformite administrative (eliminatoire)
|
|
- Note technique /70
|
|
- Note financiere /30 (moins-disant = 30pts, autres proportionnels)
|
|
|
|
## Chemins
|
|
|
|
Fiches eval : /opt/data/workspace/ao-eval/<REF>/<SOUMISSIONNAIRE>_fiche_eval.md
|
|
SOUL worker : /opt/data/profiles/evaluateur-ao/SOUL.md
|
|
Config worker : /opt/data/profiles/evaluateur-ao/config.yaml
|
|
|
|
## Commandes utiles
|
|
|
|
hermes profile list -- voir les profiles
|
|
hermes profile show evaluateur-ao -- etat du worker
|
|
hermes -p evaluateur-ao config set X Y -- modifier la config worker
|