Packages

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

Retired package: Deprecated - superseded — operator console moved to the Syntropy app

Current section

Files

Jump to
syntropy priv shared ema-fixtures.json
Raw

priv/shared/ema-fixtures.json

{
"version": "0.1.0",
"agents": [
{
"id": "systems-1",
"name": "Systems",
"perspective": "systems",
"knowledge_items": [
"service orchestration",
"incident analysis",
"distributed systems",
"reliability planning"
],
"score_vector": {
"knowledge": 0.2,
"synthesis": 0.0,
"connections": 0.2
},
"connections": [
{
"target_agent_id": "builder-2",
"weight": 0.2
}
],
"position": 0.3,
"contributions": ["synthesis_task", "parallel_task"]
},
{
"id": "builder-2",
"name": "Builder",
"perspective": "builder",
"knowledge_items": [
"delivery planning",
"implementation sequencing"
],
"score_vector": {
"knowledge": 0.15,
"synthesis": 0.0,
"connections": 0.4
},
"connections": [
{
"target_agent_id": "systems-1",
"weight": 0.4
}
],
"position": 0.5,
"contributions": ["solo_task"]
},
{
"id": "analyst-3",
"name": "Analyst",
"perspective": "analysis",
"knowledge_items": [
"tradeoff review"
],
"score_vector": {
"knowledge": 0.1,
"synthesis": 0.0,
"connections": 0.0
},
"connections": [],
"position": 0.1,
"contributions": []
}
],
"expected": {
"positions": {
"systems-1": 0.322,
"builder-2": 0.438,
"analyst-3": 0.086
},
"ranked_agent_ids": ["builder-2", "systems-1", "analyst-3"]
}
}