-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathempathy.config.json
More file actions
29 lines (29 loc) · 768 Bytes
/
empathy.config.json
File metadata and controls
29 lines (29 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"user_id": "default_user",
"target_level": 3,
"confidence_threshold": 0.75,
"trust_building_rate": 0.05,
"trust_erosion_rate": 0.1,
"persistence_enabled": true,
"persistence_backend": "sqlite",
"persistence_path": "./empathy_data",
"state_persistence": true,
"state_path": "./empathy_state",
"metrics_enabled": true,
"metrics_path": "./metrics.db",
"log_level": "INFO",
"log_file": null,
"structured_logging": true,
"pattern_library_enabled": true,
"pattern_sharing": true,
"pattern_confidence_threshold": 0.3,
"async_enabled": true,
"feedback_loop_monitoring": true,
"leverage_point_analysis": true,
"metadata": {},
"models": [],
"default_model": null,
"log_path": null,
"max_threads": 4,
"model_router": null
}