Question: Local development and test not supported with the CLI?
This is possible with the "old" example applications, but not with the CLI.
1. Expected flow
- Generate agent and tools with a template
- Change agent implementation and tools locally
- Test tools isolated
- Test new agent and tools locally
- Deploy agent and tools as the ai-service to watsonx.ai
2. Current situation
Currently, I don't see any chance to work with my agent locally, when I going to use the CLI.
watsonx-ai --help
Usage: watsonx-ai [OPTIONS] COMMAND [ARGS]...
Entry point for the CLI.
Args: version (bool): If set to True, prints the CLI version and exits.
╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────╮
│ --version -v Print the current CLI version. │
│ --help Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ─────────────────────────────────────────────────────────────────────────────────────────────╮
│ template Explore, download and try-out the template. │
│ service Work with deployed templates. │
│ app Build & run an UI playground. │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────╯
@royderks
Question: Local development and test not supported with the CLI?
This is possible with the "old" example applications, but not with the CLI.
1. Expected flow
2. Current situation
Currently, I don't see any chance to work with my agent locally, when I going to use the CLI.
watsonx-ai --help Usage: watsonx-ai [OPTIONS] COMMAND [ARGS]... Entry point for the CLI. Args: version (bool): If set to True, prints the CLI version and exits. ╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────╮ │ --version -v Print the current CLI version. │ │ --help Show this message and exit. │ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────────────────────────────────────────╮ │ template Explore, download and try-out the template. │ │ service Work with deployed templates. │ │ app Build & run an UI playground. │ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────╯@royderks