Packages

A Fair Source multi-agent runtime with deterministic agent scoring and replayable run history.

Current section

Files

Jump to
syntropy priv shared runtime-scoring.json
Raw

priv/shared/runtime-scoring.json

{
"version": "0.1.0",
"routing": {
"weights": {
"relevance": 0.6,
"position": 0.3,
"capacity": 0.1
},
"capacity_scores": {
"idle": 1.0,
"busy": 0.0,
"temporary": 0.5
},
"embedding": {
"token_pattern": "[a-z0-9]+",
"vector_width": 32
}
},
"contributions": {
"weights": {
"solo_task": 0.1,
"parallel_task": 0.2,
"synthesis_task": 0.3
},
"history_limit": 20
}
}