Class Capabilities

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

public class Capabilities extends BaseCommand
Parent command for managing capabilities in the Wanaku platform.

This command provides access to capability management operations including:

  • Listing available capability providers
  • Creating new capability instances (tools, resources, MCP servers)
  • Viewing capability provider details and schemas

Capabilities represent the various features and functionality that can be provided to AI agents, such as tool execution, resource access, and MCP protocol support.