Unplug lattice detector from package, expand research docs

This commit is contained in:
Victor Kuznetsov
2026-08-23 11:13:56 -07:00
parent 2445086fa4
commit d22872f84d
34 changed files with 2210 additions and 1709 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Research-only periodic lattice detector, not a package export."""
from synthid_runtime.synthid_detector import SynthIDDetection, detect_synthid, is_available
__all__ = ["SynthIDDetection", "detect_synthid", "is_available"]