Install the IBM watsonx Orchestrate ADK on your computer.
Install the required software to enable the ADK installation:
Optional: Create a virtual environment with venv
to install the ADK. For more information, see venv --- Creation of virtual environments.
Install the ADK with pip.
Test the installation:
After installation, you can start using the ADK and its CLI. For more information on available commands and arguments, use the --help
argument at the end of a command. For example: orchestrate --help
.
Note: If you are running the ADK on Ubuntu, including WSL, Server, or Minimal editions, the net-tools package might not be installed by default. This package provides the ifconfig command, which some tools may require. To install it, run sudo apt install net-tools and restart the server if needed.