Packages
A Fair Source multi-agent runtime with deterministic agent scoring and replayable run history.
Current section
Files
Jump to
Current section
Files
priv/shared/trust-policy.json
{
"version": "0.1.0",
"risk_classes": {
"low": {
"auto_actions": [
"task_routing",
"temporary_synthesis_join",
"ordering_recompute"
]
},
"high": {
"approval_actions": [
"persistent_join",
"persistent_meet"
]
}
},
"join": {
"co_selection_min": 3,
"window": 10,
"connection_threshold": 0.55,
"mean_relevance_threshold": 0.3
},
"meet": {
"co_selection_min": 3,
"window": 10,
"knowledge_overlap_threshold": 0.45,
"shared_relevance_threshold": 0.3
}
}