To use the AI Builder in the watsonx Orchestrate Developer Edition, add the
--with-ai-builder flag to the orchestrate server start command. For more information, see Installing watsonx Orchestrate Developer Edition: watsonx Orchestrate server.Creating agents
Use the Orchestrate AI Builder to guide the agent creation flow. Start from scratch and build the agent through natural conversation.BASH
- Example 1
- Example 2
- Example 3
- Example 4
Basic agent creation:
BASH
string_reverser tool into your local instance.
BASH
Refining agents
Use the Orchestrate AI Builder to take an existing agent and improve its instructions with your input.BASH
- Basic refinement
- Refinement with output
- Dry run refinement
Refine an existing agent and overwrite the input file:
BASH
string_reverser tool into your local instance.
BASH
Automatic agent refinement (autotune)
You can automatically refine an agent using feedback from chat sessions. To do this, start by creating an agent and chatting with it. You will see two icons below each agent response that allow you to provide either positive or negative feedback.
BASH
- Basic autotune
- Autotune dry run
- Autotune last chat
Autotune an agent with interactive message selection:
BASH
BASH

