hasAllPackages
Convenience wrapper around
validatePackages() that returns a boolean. Mirrors
the Python SDK’s validate_packages() -> bool return shape. Because it
performs dynamic import() calls, the method is async.
Returns
Promise<boolean> — true if every package in REQUIRED_PACKAGES imports
successfully, false otherwise.