Unified Coda agent

The separate build and learn agents have been replaced by one unified Coda agent for writing circuits and answering quantum computing questions.

  • mode and fast are deprecated. Existing mode values remain accepted, but new integrations should omit both fields.
  • budget (low, medium, or high; default: high) controls the tradeoff between response quality and speed.
  • code_mode controls code delivery: inline streams code in token events, while file returns it in a files event before completion.

Search endpoints removed

The experimental POST /search and POST /fetch endpoints have been removed from the Coda API.

Python SDK

The conductorquantum Python SDK now supports budget and code_mode, omits mode by default, and uses the canonical /tools/* and /qpus* endpoint paths.