Backup état complet après enregistrement vidéo démo de bout en bout. À utiliser comme point de référence pour la consolidation post-démo. Changements majeurs de la session 18-19 mai : - AIVA-URGENCE : page autonome avec preset URL + auto-focus chain - Workflow Demo_urgence_3_db : merge linux_db + steps AIVA + pause humaine NoMachine - Bypass LLM (static_result / static_text) dans replay_engine pour démos déterministes sans appel Ollama - Fix api_stream:3013 — replay_paused au premier polling /next - dag_execute : lift duration_ms vers top-level pour wait runtime - NPM bypass auth /aiva-urgence/ via location ^~ (proxy_host/10.conf hors git) - scripts/cancel-replays.sh — workaround Stop VWB qui ne purge pas la queue Anchors visuels (468) forcés dans le commit pour garantir restorabilité. DB workflows actuelle + ~12 .bak DB de la journée incluses. Sujets identifiés pour consolidation post-démo (TODO) : 1. Bug VWB recapture anchor ne régénère pas le PNG 2. Léa client accumule état mémoire (restart périodique requis) 3. Stop VWB ne purge pas la queue serveur (lien manquant vers /replay/cancel) 4. Bug coord client mss tronqué 2560x60 → mapping Y cassé 5. delay_before/delay_after ignorés au runtime (fix partiel duration_ms) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
169 lines
4.3 KiB
Plaintext
169 lines
4.3 KiB
Plaintext
.
|
|
├── agent_chat
|
|
│ ├── __pycache__
|
|
│ └── templates
|
|
├── agent_rust
|
|
│ └── lea_uia
|
|
├── agent_v0
|
|
│ ├── agent_v1
|
|
│ ├── deploy
|
|
│ ├── lea_ui
|
|
│ ├── __pycache__
|
|
│ └── server_v1
|
|
├── _archive
|
|
│ └── dead_code_20260424
|
|
├── archive
|
|
│ ├── business_docs
|
|
│ └── historical_recall
|
|
├── core
|
|
│ ├── analytics
|
|
│ ├── anonymisation
|
|
│ ├── auth
|
|
│ ├── capture
|
|
│ ├── coaching
|
|
│ ├── cognition
|
|
│ ├── corrections
|
|
│ ├── data
|
|
│ ├── detection
|
|
│ ├── embedding
|
|
│ ├── evaluation
|
|
│ ├── execution
|
|
│ ├── extraction
|
|
│ ├── federation
|
|
│ ├── gpu
|
|
│ ├── graph
|
|
│ ├── grounding
|
|
│ ├── healing
|
|
│ ├── interfaces
|
|
│ ├── knowledge
|
|
│ ├── learning
|
|
│ ├── llm
|
|
│ ├── matching
|
|
│ ├── models
|
|
│ ├── monitoring
|
|
│ ├── persistence
|
|
│ ├── pipeline
|
|
│ ├── precision
|
|
│ ├── __pycache__
|
|
│ ├── security
|
|
│ ├── supervision
|
|
│ ├── system
|
|
│ ├── training
|
|
│ ├── variants
|
|
│ ├── visual
|
|
│ └── workflow
|
|
├── data
|
|
│ ├── analytics
|
|
│ ├── archives
|
|
│ ├── audit
|
|
│ ├── chains
|
|
│ ├── coaching_sessions
|
|
│ ├── config
|
|
│ ├── correction_packs
|
|
│ ├── databases
|
|
│ ├── demo
|
|
│ ├── diagnostics
|
|
│ ├── embeddings
|
|
│ ├── errors
|
|
│ ├── extractions
|
|
│ ├── extraction_schemas
|
|
│ ├── failed_matches
|
|
│ ├── faiss_index
|
|
│ ├── healing
|
|
│ ├── learning
|
|
│ ├── plans
|
|
│ ├── runner_captures
|
|
│ ├── runtime
|
|
│ ├── screenshots
|
|
│ ├── screen_states
|
|
│ ├── sessions
|
|
│ ├── streaming_sessions
|
|
│ ├── temp
|
|
│ ├── templates
|
|
│ ├── test_chains
|
|
│ ├── test_triggers
|
|
│ ├── training
|
|
│ ├── triggers
|
|
│ ├── uploads
|
|
│ ├── variants
|
|
│ ├── versions
|
|
│ ├── visual_embeddings
|
|
│ ├── workflows
|
|
│ └── workflows_ir
|
|
├── demo
|
|
│ └── facturation_urgences
|
|
├── deploy
|
|
│ ├── build
|
|
│ ├── configs
|
|
│ ├── hyperv_glpi_ubuntu24
|
|
│ ├── installer
|
|
│ ├── lea_package
|
|
│ ├── logrotate
|
|
│ ├── prometheus
|
|
│ └── systemd
|
|
├── docs
|
|
│ ├── architecture
|
|
│ ├── archive
|
|
│ ├── changelog
|
|
│ ├── clients
|
|
│ ├── demo
|
|
│ ├── fiches
|
|
│ ├── guides
|
|
│ ├── handoffs
|
|
│ ├── plans
|
|
│ ├── reference
|
|
│ ├── specs
|
|
│ ├── superpowers
|
|
│ └── technique
|
|
├── examples
|
|
│ ├── test_training_data
|
|
│ └── workflow_test
|
|
├── gui
|
|
├── htmlcov
|
|
├── i18n
|
|
├── logs
|
|
│ ├── audit
|
|
│ └── healing
|
|
├── models
|
|
│ └── ui-detr-1
|
|
├── __pycache__
|
|
├── rpa_vision_v3.egg-info
|
|
├── scripts
|
|
├── server
|
|
│ ├── data
|
|
│ ├── logs
|
|
│ ├── __pycache__
|
|
│ └── templates
|
|
├── tests
|
|
│ ├── dataset
|
|
│ ├── e2e
|
|
│ ├── integration
|
|
│ ├── performance
|
|
│ ├── property
|
|
│ ├── __pycache__
|
|
│ ├── reports
|
|
│ ├── results
|
|
│ ├── scenarios
|
|
│ ├── smoke
|
|
│ ├── unit
|
|
│ ├── utils
|
|
│ └── visual
|
|
├── tools
|
|
│ ├── _bench_t2a_out
|
|
│ └── __pycache__
|
|
├── visual_workflow_builder
|
|
│ ├── backend
|
|
│ ├── data
|
|
│ ├── docs
|
|
│ ├── frontend
|
|
│ ├── frontend_v4
|
|
│ ├── instance
|
|
│ ├── logs
|
|
│ └── venv
|
|
└── web_dashboard
|
|
├── __pycache__
|
|
├── static
|
|
└── templates
|
|
|
|
166 directories
|