Registry / llm-agents / ibm-watsonx-orchestrate-clients

ibm-watsonx-orchestrate-clients

JSON →
library2.9.0pypypiunverified

IBM watsonx Orchestrate ADK API Client Library for Python. Version 2.9.0 requires Python 3.11-3.13. Provides client classes to interact with watsonx Orchestrate APIs. Releases follow IBM's cadence.

pip install ibm-watsonx-orchestrate-clients
INSTALL
IMPORT
SIG · IBM-WATSONX-ORCHES
I
ibm-watsonx-orchestrate-clients
llm-agentspythonv2.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OrchestrateClient
✓ from ibm_watsonx_orchestrate_clients import OrchestrateClient
✗ from ibm_watsonx_orchestrate import OrchestrateClient

Initializes the client with an IAM API key and lists solutions.

from ibm_watsonx_orchestrate import OrchestrateClient from ibm_cloud_sdk_core.authenticators import IAMAuthenticator authenticator = IAMAuthenticator('your-api-key') client = OrchestrateClient(authenticator=authenticator) client.set_service_url('https://api.watsonx.orchestrate.cloud.ibm.com') # List solutions solutions = client.list_solutions().get_result() print(solutions)
Debug
Known issues
gotchaImport uses underscores: `from ibm_watsonx_orchestrate` not `ibm_watsonx_orchestrate_clients`.
fix
Use `from ibm_watsonx_orchestrate import OrchestrateClient`.
affects: all
deprecatedThe `OrchestrateClient` constructor may accept parameters that are deprecated; use authenticator objects.
fix
Always pass an `authenticator` from `ibm_cloud_sdk_core` instead of raw API keys.
affects: >=2.0.0
gotchaService URL must be set explicitly; defaults may point to wrong region or staging.
fix
Call `client.set_service_url('https://api.watsonx.orchestrate.cloud.ibm.com')` after construction.
affects: all
Upgrade
Version history
2.9.0latest on PyPI · released Apr 30, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
ibm-watsonx-orchestrate-clients — pip install ibm-watsonx-orchestrate-clients · libregistry