Skip to content

Commit 9fe4930

Browse files
committed
fix: stop saying 'same crises' for paracosm — Event Director is LLM-driven, events diverge per leader from turn 1
1 parent 379c013 commit 9fe4930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/architecture/ECOSYSTEM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ npm install paracosm
135135
**Features:**
136136
- Universal `RunArtifact` schema at `paracosm/schema` covering turn-loop civilization sims, batch-trajectory digital twins, and batch-point forecasts
137137
- HEXACO personality-driven commander decisions with runtime tool forging through AgentOS's `EmergentCapabilityEngine`
138-
- Deterministic kernel: same seed plus same crises equals replayable, diff-able runs
138+
- Deterministic kernel + LLM Event Director: same leader on the same seed replays byte-for-byte; two different leaders on the same seed get divergent events from turn 1 (the director reads each leader's HEXACO + accumulated state)
139139
- `SubjectConfig` and `InterventionConfig` input primitives for digital-twin adoption
140140

141141
🌐 **Live demo:** [paracosm.agentos.sh/sim](https://paracosm.agentos.sh/sim) · **Docs:** [paracosm.agentos.sh/docs](https://paracosm.agentos.sh/docs)

0 commit comments

Comments
 (0)