Continuum Python API ==================== Continuum provides a single runtime-oriented API surface for mixed token/tensor programs, with backend routing, cache-aware execution, and native extension acceleration exposed through a compact Python interface. Use this reference to discover the stable public Python symbols intended for application and library integrations. .. toctree:: :maxdepth: 2 :caption: Contents modules Examples ======== - ``examples/01_research_agent.py`` - ``examples/02_train_classifier.py`` - ``examples/03_transformer_from_scratch.py`` - ``examples/04_m2_benchmark_validation.py``