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.
Examples¶
examples/01_research_agent.pyexamples/02_train_classifier.pyexamples/03_transformer_from_scratch.pyexamples/04_m2_benchmark_validation.py