""" Infinite Context — A hybrid AI context gateway combining Headroom cloud compression and In-Place Local Test-Time Training (TTT). """ __version__ = "0.1.0" from .gateway import ContextGateway __all__ = ["ContextGateway"]