Files
mlx-knife/mlxk2/spec.py
T
The BROKE Cluster Team 4b75a22726 Release 2.0.0-beta.4: Runtime compatibility check (Issue #36)
- JSON API 0.1.5: runtime_compatible + reason fields

- mlx-lm dependency updated to >=0.28.3 (stable PyPI release)

- Human output: healthy / healthy* / unhealthy status display

- All tests passing (253 passed, 12 skipped) across Python 3.9-3.13
2025-10-18 16:06:58 +02:00

8 lines
237 B
Python

"""Spec constants for MLX-Knife 2.0 JSON API.
Single source of truth for the JSON API specification version used by the
current code and tests. Keep this in sync with docs/json-api-specification.md.
"""
JSON_API_SPEC_VERSION = "0.1.5"