Class Tools

java.lang.Object
ai.wanaku.cli.main.commands.BaseCommand
ai.wanaku.cli.main.commands.tools.Tools
All Implemented Interfaces:
Callable<Integer>

public class Tools extends BaseCommand
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.