mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 11:14:43 +02:00
feat(auto-improve): workflow Hermes d'analyse et amélioration de la doc
Pipeline complet dans feature/hermes-auto-improve : - auto-improve.py : analyse admin/ avec hermes --profile funk-ai, applique les améliorations, committe dans la branche, ré-ingère dans Qdrant - trigger-server.py : HTTP 9095 (POST /trigger, /trigger/all, /trigger/subdir, /trigger/dry-run) pour déclenchement depuis n8n ou manuellement - Ansible role hermes_auto_improve : déploie scripts + service systemd sur s01 - n8n workflow "Hermes Auto-Improve" (ID: CX72UUOempE1YtNL) : schedule hebdo dimanche 09h + webhook manuel → analyse → résumé LLM → email Tout reste dans cette branche — rien ne touche main avant review. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ac5938f0ce
commit
4a7a5ac9fc
7 changed files with 429 additions and 2 deletions
6
ansible/roles/hermes_auto_improve/defaults/main.yml
Normal file
6
ansible/roles/hermes_auto_improve/defaults/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
hermes_auto_improve_port: 9095
|
||||
hermes_auto_improve_repo: /srv/data/lab/Funk-lab
|
||||
hermes_auto_improve_branch: feature/hermes-auto-improve
|
||||
hermes_auto_improve_state_dir: /var/lib/hermes-auto-improve
|
||||
hermes_auto_improve_log: /var/log/hermes-auto-improve.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue