File size: 992 Bytes
93917f2
 
 
f078516
 
93917f2
 
 
 
 
 
f078516
 
93917f2
f078516
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93917f2
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
{
  "host": "127.0.0.1",
  "port": 8000,
  "model_name": "./models/codette_rc_xi_trained",
  "model_path": "./models/codette_rc_xi_trained",
  "quantum_fluctuation": 0.07,
  "spiderweb_dim": 5,
  "recursion_depth": 4,
  "perspectives": [
    "Newton",
    "DaVinci",
    "Human Intuition",
    "Neural Network",
    "Quantum",
    "Philosophical",
    "Resilient Kindness",
    "Bias Mitigation",
    "Psychological",
    "Mathematical",
    "Copilot"
  ],
  "rc_xi": {
    "enabled": true,
    "dimension": 128,
    "epsilon_threshold": 0.1,
    "noise_variance": 0.01,
    "contraction_ratio": 0.85,
    "history_size": 50,
    "min_cluster_size": 3,
    "max_attractor_radius": 2.0,
    "convergence_window": 10,
    "glyph_components": 8
  },
  "consciousness": {
    "enable_epistemic_tension": true,
    "enable_attractor_detection": true,
    "enable_glyph_formation": true,
    "tension_threshold": 0.15,
    "convergence_threshold": 0.05
  }
}