Spaces:
Running
Running
Case Zero - initial public release (fully local: Qwen2.5-1.5B via llama.cpp + Supertonic, custom pixel-noir SPA via gradio.Server)
414dc55 | """Projections - the only views that cross the player / suspect / ground-truth lines.""" | |
| from __future__ import annotations | |
| from .player_view import PlayerCaseView, PublicSuspect, PublicVictim, build_player_view | |
| from .suspect_brief import LieBrief, SuspectBrief, build_suspect_brief | |
| __all__ = [ | |
| "LieBrief", | |
| "PlayerCaseView", | |
| "PublicSuspect", | |
| "PublicVictim", | |
| "SuspectBrief", | |
| "build_player_view", | |
| "build_suspect_brief", | |
| ] | |