A theory-aware, hackable simulation of The Matrix I–III.
Story beats are events with preconditions → effects, tagged with Themes (philosophy) & MythRefs. Machines (Sentinels + Deus Ex Machina) are modeled explicitly. Two modes: timeline and agent.
- Story as code: Events are composable, testable units.
- Philosophy baked in: Query/Report themes like
REALITY_ILLUSION,FREE_WILL. - Machines matter: Sentinel pressure + machine negotiation when Smith becomes systemic risk.
- Zero deps: Pure Python ≥ 3.10.
python -m venv .venv && source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e .