Initial commit

This commit is contained in:
Dom
2026-03-05 00:20:23 +01:00
commit 8581029226
138 changed files with 35204 additions and 0 deletions

15
agent_config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"user_id": "demo_user",
"user_label": "Démo agent_v0",
"customer": "Clinique Demo",
"training_label": "Facturation_T2A_demo",
"notes": "Session réelle avec clics + screenshots + key combos.",
"mode": "enriched",
"screenshot_mode": "crop",
"screenshot_crop_width": 900,
"screenshot_crop_height": 700,
"capture_hover": true,
"hover_min_idle_ms": 700,
"capture_scroll": true,
"network_save_path": ""
}