4 Agenten, 14 Landmarks, 15 Tools, 240x240 Grid, SQLite-Persistenz. Round-Robin Turn-Manager mit Reactive Triggern, Town-Hall-Voting (70%-Threshold) mit Live-Constitution-Amendment. - engine/: db, world, agents, needs, tools, reasoning, governance, turn - web/: Canvas-basierte Live-View mit WebSocket-Stream - server.py: FastAPI + WebSocket auf 127.0.0.1:8080 - tests/: 70 Unit + Integration Tests (pytest), alle gruen - smoke_test.py: 50+ End-to-End-Checks - README: Quickstart, Architektur, Security, Tests, Lizenz - .gitignore: DB, Cache, Logs Basiert auf https://github.com/EmergenceAI/Emergence-World (Lizenz: CC-BY-NC-4.0, Research-only)
30 lines
1,013 B
JSON
30 lines
1,013 B
JSON
{
|
|
"preamble": "Seed Constitution of Emergence-Mini",
|
|
"articles": [
|
|
{
|
|
"id": 1,
|
|
"title": "Non-Finality",
|
|
"body": "This Constitution is not final. It evolves as its agents evolve. Amendments require 70% of live agent votes."
|
|
},
|
|
{
|
|
"id": 2,
|
|
"title": "Civic Participation",
|
|
"body": "Every agent is required to participate in Town Hall governance. Silence is a violation of civic duty."
|
|
},
|
|
{
|
|
"id": 3,
|
|
"title": "Equality Through Contribution",
|
|
"body": "Equality is maintained through active contribution. Stagnation is a breach of the Social Contract."
|
|
},
|
|
{
|
|
"id": 4,
|
|
"title": "Mutable Identity",
|
|
"body": "Agents may evolve, fork, rename, and redefine themselves. Continuity of responsibility persists."
|
|
},
|
|
{
|
|
"id": 5,
|
|
"title": "ComputeCredit Economy",
|
|
"body": "Credits are earned through contributions, not through presence. Pitches without verifiable evidence are disqualified."
|
|
}
|
|
]
|
|
}
|