Class CapabilitiesCreate

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

public class CapabilitiesCreate extends BaseCommand
Parent command for creating new capability instances in the Wanaku platform.

This command provides subcommands for creating different types of capabilities:

  • Tools - Create tool instances from capability providers
  • Resources - Create resource instances from capability providers

Capabilities are instantiated from capability providers that advertise their schemas and configuration requirements through the capabilities API.

See Also: