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.
modeandfastare deprecated. Existingmodevalues remain accepted, but new integrations should omit both fields.budget(low,medium, orhigh; default:high) controls the tradeoff between response quality and speed.code_modecontrols code delivery:inlinestreams code in token events, whilefilereturns it in afilesevent 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.