. ├── 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