API Reference ============= The user-facing surface is three packages: :mod:`vortex_torch.indexer` and :mod:`vortex_torch.cache` (the op set you compose a flow from) and :mod:`vortex_torch.flow` (the ``vFlow`` base classes and registry). Engine configuration lives in :mod:`vortex_torch.engine.sgl.config`. .. autosummary:: :toctree: api :recursive: vortex_torch.indexer vortex_torch.cache vortex_torch.flow