Installs the cat-stack Python package into the Python environment used by
reticulate. Optionally installs PDF extras.
Arguments
- method
Installation method passed to
reticulate::py_install(). Default"auto".- conda
Conda environment name. Default
"auto".Logical. If
TRUE, installscat-stack[pdf]with PDF extras. DefaultFALSE.- upgrade
Logical. If
TRUE, upgrades an existing installation. DefaultFALSE.- ...
Additional arguments passed to
reticulate::py_install().
Details
The version floor is pinned to cat-stack >= 2.0.1 — the stable 2.0 line
centralizes provider parameter handling (current Anthropic models no
longer 400 on creativity / thinking_budget), grades thinking_budget
consistently across providers, and fixes description= context routing
in classify() / prompt_tune(). Older Python installs work for old
models, but silently degrade on the newest Anthropic generation.