pub async fn handle_validate_command(
config: AgentConfig,
check_api: bool,
check_filesystem: bool,
_check_tools: bool,
_check_config: bool,
all: bool,
) -> Result<()>
Expand description
Handle the validate command - check environment and configuration