apex-backend / apex /lips /__init__.py
ssookra's picture
wave-49 Vinh-lane completion 6 new endpoints + 10 modules
4fa8b9b verified
Raw
History Blame
251 Bytes
"""LIPS 4-axis evaluation harness (wave-49 V15).
Latency + Integrity + Physics + Skill ablation runner. Returns the
4-row table the /lips-harness page renders.
"""
from apex.lips.harness import compute_lips_4_axis
__all__ = ["compute_lips_4_axis"]