Control API and Python SDK launch

Launched the Control API and conductorquantum Python SDK for programmatic access to ML models for quantum device characterization.

  • GET /models — list models
  • POST /models — run a model
  • GET /model-results — list results
  • GET /model-results/{result_id} — fetch a result
  • DELETE /model-results/{result_id} — delete a result
$pip install conductorquantum