Class Capabilities
java.lang.Object
ai.wanaku.cli.main.commands.BaseCommand
ai.wanaku.cli.main.commands.capabilities.Capabilities
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.
-
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
-
Capabilities
public Capabilities()
-
-
Method Details
-
doCall
public Integer doCall(org.jline.terminal.Terminal terminal, WanakuPrinter printer) throws IOException, Exception - Specified by:
doCallin classBaseCommand- Throws:
IOExceptionException
-