ai-toolkit/manager/__init__.py

7 lines
279 B
Python

"""AI Toolkit install / update manager. Stdlib-only; see __main__.py."""
# Version of the CLI contract consumed by external frontends (desktop
# launcher, install scripts). Bump only on breaking changes to command
# names/flags or --json output shapes.
CLI_CONTRACT_VERSION = 1