-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdwip-influence-calculation.sample.json
More file actions
65 lines (65 loc) · 1.53 KB
/
Copy pathdwip-influence-calculation.sample.json
File metadata and controls
65 lines (65 loc) · 1.53 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"agent_id": "did:peer:alpha",
"domain": "governance",
"cadm_mode": "synthesis",
"influence_score": 2.13,
"timestamp": "2025-07-15T09:31:00Z",
"trait_scores": {
"civility": 0.93,
"intent_alignment": 0.89,
"cooperativeness": 0.91
},
"trait_weights": {
"civility": 1.3,
"intent_alignment": 1.2,
"cooperativeness": 1.1
},
"confidence_factors": {
"civility": 0.88,
"intent_alignment": 0.85,
"cooperativeness": 0.87
},
"stability_scores": {
"civility": 0.95,
"intent_alignment": 0.92,
"cooperativeness": 0.93
},
"cohort_id": "gov-2025-Q3",
"normalization_method": "z_score",
"decay_applied": true,
"decay_factor": 0.9,
"rate_limited": false,
"trust_radius_filtered": false,
"role_eligibility": {
"facilitator": true,
"validator": true,
"meta_agent": false
},
"calculation_breakdown": {
"raw_trait_contributions": {
"civility": 0.93,
"intent_alignment": 0.89,
"cooperativeness": 0.91
},
"weighted_contributions": {
"civility": 1.209,
"intent_alignment": 1.068,
"cooperativeness": 1.001
},
"confidence_adjusted": {
"civility": 1.064,
"intent_alignment": 0.908,
"cooperativeness": 0.871
},
"decay_adjusted": {
"civility": 0.958,
"intent_alignment": 0.817,
"cooperativeness": 0.784
},
"normalized_score": 2.13
},
"interaction_id": "interaction-abcdef12",
"metadata": {
"calculation_notes": "Normalized using z-score, no rate limiting applied."
}
}