Skip to main content

Capture FAQ

What is the fastest verified way to get started?

Use Getting Started. It includes complete copy-and-run Machine Learning, Deep Learning, and LLM examples.

Does the runtime capture API already exist?

Yes. The runtime scope API is live and documented. Use ctx.run(...), run.stage(...), stage.metric(...), stage.event(...), and run.register_artifact(...) for the first instrumentation path.

Do workflow examples need tabs?

Yes. When docs provide workflow code, examples should use Machine Learning, Deep Learning, and LLM tabs unless the page is purely conceptual, operational, or reference-oriented.

Can I rely on internal namespaces?

No. Public docs should prefer contexta, contexta.config, contexta.contract, contexta.capture, contexta.interpretation, contexta.recovery, and the documented store packages.