feat: scaffold markovian-rsa-mlx package + CLI

Public release v0.1.0 in progress. MIT, Python 3.12+, depends on
kyr0/mlx-lm fork (feat/zaya-support) for ZAYA model support until
upstream PR #1261 merges.
This commit is contained in:
transcrilive
2026-05-10 02:29:56 +02:00
commit e2237f788c
8 changed files with 1462 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
"""Markovian RSA test-time compute methodology on MLX."""
__version__ = "0.1.0"