Class Tools
java.lang.Object
ai.wanaku.cli.main.commands.BaseCommand
ai.wanaku.cli.main.commands.tools.Tools
Parent command for managing tools in the Wanaku platform.
This command provides access to tool management operations including:
- Adding new tools to the system
- Listing and filtering existing tools
- Editing tool configurations
- Removing tools
- Importing tools from external sources
- Generating tool definitions
- Managing tool labels
When invoked without subcommands, displays available tool management options.
-
Field Summary
Fields inherited from class ai.wanaku.cli.main.commands.BaseCommand
authTokenOverride, EXIT_ERROR, EXIT_OK, noAuth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCall(org.jline.terminal.Terminal terminal, WanakuPrinter printer) Methods inherited from class ai.wanaku.cli.main.commands.BaseCommand
call, initAuthenticatedService, initService, initService
-
Constructor Details
-
Tools
public Tools()
-
-
Method Details
-
doCall
- Specified by:
doCallin classBaseCommand- Throws:
Exception
-