File size: 1,283 Bytes
5e1dfdc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "General": {
    "default_agent": "ExplorerBot",
    "data_directory": "/backend/",
    "auto_save_interval": 300,
    "enable_auto_backups": true,
    "timezone": "UTC"
  },
  "DIGS": {
    "segment_size": 2000,
    "enable_conflict_map": true,
    "enable_structural_feedback_merge": true,
    "keep_raw_uploads": false,
    "cross_source_indexing": true
  },
  "Agent": {
    "feedback_impact_level": "medium",
    "auto_trait_rebalance": true,
    "default_task_prompt": "Assist user",
    "enable_profile_adaptation": true,
    "memory_recursion_depth": 3
  },
  "Tasks": {
    "max_concurrent_tasks": 5,
    "retry_failed_tasks": false,
    "task_timeout_sec": 120,
    "enable_journaling": true,
    "live_task_prompts": false
  },
  "OAuth": {
    "auto_reauth_interval": 3600,
    "enable_token_caching": true,
    "allow_manual_config_uploads": true,
    "show_connected_services_ui": true
  },
  "UI": {
    "startup_view": "Bots",
    "theme": "Dark",
    "enable_panel_animations": true,
    "display_system_logs_inline": false,
    "enable_drag_and_drop": true
  },
  "Admin": {
    "enable_full_system_export": true,
    "clear_logs_on_restart": false,
    "enable_recovery_mode": true,
    "audit_trail_logging": true,
    "error_reporting_level": "warning"
  }
}