Class Resources

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

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