Windows
Linux
uv
PATH
environment variable. Then run the following command to check your current Python version:
pyenv
~/.bashrc
:
pyenv
to your ~/.profile
. If you don’t have a ~/.profile
, create one:
~/.bash_profile
instead, you must run the following code to add pyenv
to your .bash_profile
file:
bash
, check out alternative setups in the pyenv documentation.macOS
Installing the ADK
Configure your environment in the ADK
IBM Cloud
Generate an API Key
AWS
Generate API key
On-premises
Activate your environment
Starting your ADK project
Creating the agent specification
hello-world-agent.yaml
. Open the created file with the text editor of your choice, then copy and paste the following code.Import the agent
Open the Agent Builder
Select the Hello World agent
Test your agent