Sets up the Python environment with all required dependencies for AI-GENIE. Uses UV for fast, reliable package management. This function is called automatically when needed, but can also be called directly.
Usage
ensure_aigenie_python(
force_reinstall = FALSE,
include_huggingface = TRUE,
include_local_llm = FALSE,
gpu = FALSE
)