- watsonx Orchestrate AWS
- watsonx Orchestrate IBM Cloud
- watsonx Orchestrate on-premises
- watsonx Orchestrate Developer Edition
ADK components
The ADK has a CLI. The CLI can streamline the process of building, testing, and importing agents and tools
The ADK also provides a framework for developers to easily define new tools and agents programmatically.
How it all works together
- Tools are defined using one of the available binding types (Python, OpenAPI, MCP, etc.) and then imported into the Orchestrate platform using the Orchestrate CLI.
- Agents are defined using the ADK and then imported into the Orchestrate platform using the Orchestrate CLI. Agents use the tools defined in step 1.
- Once an agent is imported, it can be used to start conversations with users either through the Orchestrate Agent Chat UI or through the Orchestrate API.

