Spaces:
Restarting
Restarting
File size: 273 Bytes
414dc55 | 1 2 3 4 5 6 7 8 | """Case Zero - a fully AI-driven detective game on a single local small model.
The local LLM generates the entire mystery and drives every suspect. Deterministic
code is only a fairness referee and a reliability layer; it never authors content.
"""
__version__ = "0.1.0"
|