Skip to main content
You use this web-based tool to run real-time conversation tests for voice agents. You access the source code in the watsonx Orchestrate ADK repository.

Prerequisites

Install the following tools on your computer before you begin:
  • Git
  • Docker Engine
  • Python
  • pip

Quick start

Follow these steps to set up and run the tool.
1

Clone the watsonx Orchestrate ADK repository

git clone https://github.com/IBM/ibm-watsonx-orchestrate-adk.git
cd ibm-watsonx-orchestrate-adk
2

(Optional) Create a virtual environment

python -m venv .venv
source ./.venv/bin/activate
3

Install watsonx Orchestrate ADK

BASH
pip install ibm-watsonx-orchestrate
4

Navigate to the tool directory

cd /examples/voice
5

Start the tool

Run the following command to start the application:
BASH
uvicorn app:app --host 0.0.0.0 --port 9511
Open your browser and go to:
  • Browser UI: http://localhost:9511/

Environment Variables

  • PORT: Defines the port where the application runs. The default value is 9511.