Class Resources
java.lang.Object
ai.wanaku.cli.main.commands.BaseCommand
ai.wanaku.cli.main.commands.resources.Resources
Parent command for managing resources in the Wanaku platform.
This command provides access to resource management operations including:
- Exposing resources to make them available to AI agents
- Listing and filtering existing resources
- Removing resources from the system
- Managing resource labels for organization and filtering
Resources represent data sources, APIs, or other external systems that can be accessed by AI agents during tool execution.
-
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
-
Resources
public Resources()
-
-
Method Details
-
doCall
public Integer doCall(org.jline.terminal.Terminal terminal, WanakuPrinter printer) throws IOException, Exception - Specified by:
doCallin classBaseCommand- Throws:
IOExceptionException
-