Commit Graph

16 Commits

Author SHA1 Message Date
transcrilive
b65bf91e37 release: v0.1.1 — enable_thinking=False default + corrected bench gold + CHANGELOG v0.1.1 2026-05-10 14:38:27 +02:00
transcrilive
81e8ac88cc feat(config): add enable_thinking flag (default False) + fix HMMT bench gold answers
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 13:08:41 +02:00
transcrilive
1c4b9e8652 docs(README): full quickstart + profiles + bench section for v0.1.0 v0.1.0 2026-05-10 03:22:17 +02:00
transcrilive
6745416228 feat(bench): HMMT/AIME small-subset harness + answer extraction tests 2026-05-10 03:20:33 +02:00
transcrilive
5dc447fe6c test: add T=1/T=2 integration smoke tests against real ZAYA1-8B Q4 2026-05-10 03:17:42 +02:00
transcrilive
b58b894567 feat(cli): add solve subcommand with profile + per-flag overrides + JSONL audit 2026-05-10 03:15:21 +02:00
transcrilive
d4c241f91a feat(guards): memory/context budget checks + multi-round T>=2 orchestrator tests
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 03:12:43 +02:00
transcrilive
86ccbe53e1 feat(orchestrator): add T=1 path with audit JSONL + tail extraction 2026-05-10 03:02:31 +02:00
transcrilive
c5584b6396 feat(loader): add load_zaya_model wrapper around mlx-lm.load 2026-05-10 02:58:55 +02:00
transcrilive
4b55163a5c feat(batching): GenerationRequest/Result + run_batch dispatch (serial vs batched) 2026-05-10 02:54:58 +02:00
transcrilive
db710cc157 feat(prompts): add round-0 + zaya_v1 aggregation templates with versioned registry 2026-05-10 02:50:44 +02:00
transcrilive
3d595e021f fix(audit): raise on write-after-close + weakref.finalize + parametrized event coverage
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 02:48:38 +02:00
transcrilive
b688c4ef77 feat(audit): add JSONL event types + streaming AuditWriter 2026-05-10 02:43:10 +02:00
transcrilive
40bd38c2c5 fix(config): validate final_tokens > 0 + add replace() revalidates regression test 2026-05-10 02:40:59 +02:00
transcrilive
08ae956986 feat(config): add RSAConfig + named profiles (default-16gb, paper-16k, paper-headline-40k) 2026-05-10 02:36:51 +02:00
transcrilive
e2237f788c 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.
2026-05-10 02:29:56 +02:00