Packages

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

Current section

Files

Jump to
syntropy priv shared runtime-topology.json
Raw

priv/shared/runtime-topology.json

{
"version": "0.1.0",
"auto_strategy": {
"single_relevance_threshold": 0.35,
"single_margin_threshold": 0.12,
"parallel_agent_count": 2
},
"connections": {
"thought_delta": 0.1,
"synthesis_delta": 0.15,
"ema_alpha": 0.2
}
}