For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
OverviewCodaControlAPI ReferenceChangelog
OverviewCodaControlAPI ReferenceChangelog
  • Coda API
  • Control API
  • Stanza API
    • stanza
    • cli
    • context
    • device
    • exceptions
    • models
    • pyvisa
    • registry
      • routines
        • builtins
        • health_check
        • setup
        • utils
      • core
    • timing
    • utils
LogoLogo
On this page
  • Module Contents
  • Functions
  • API
Stanza APIroutinesbuiltins

stanza.routines.builtins.setup

Was this page helpful?
Built with

Module Contents

Functions

NameDescription
setup_models_sdkInstantiate the Conductor Quantum SDK and add it to the context.

API

1stanza.routines.builtins.setup.setup_models_sdk(
2 ctx: stanza.routines.core.RoutineContext,
3 token: str,
4 session: stanza.logger.session.LoggerSession | None = None,
5 **kwargs: typing.Any
6) -> None

Instantiate the Conductor Quantum SDK and add it to the context.

Parameters:

ctx
stanza.routines.core.RoutineContext

The context object

token
str

The token for the conductor quantum models client