case0 / src /case_zero /__init__.py
HusseinEid's picture
Case Zero - initial public release (fully local: Qwen2.5-1.5B via llama.cpp + Supertonic, custom pixel-noir SPA via gradio.Server)
414dc55
raw
history blame
273 Bytes
"""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"