Metadata-Version: 2.4
Name: cassius
Version: 0.1.1
Summary: Cassius — AXe's GDN-native foundation-model family with a runtime forget primitive.
Project-URL: Homepage, https://github.com/memjar/cassius
Project-URL: Source, https://github.com/memjar/cassius
Author-email: AXE / memjar <james@virul.co>
License: Apache-2.0
Keywords: forget,gated-deltanet,gdn,language-model,llm,on-device,unlearning
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Cassius

**Cassius** is AXe's GDN-native foundation-model family with a **runtime forget primitive**
baked into every checkpoint — unlearning-on-command for privacy, compliance, and data-deletion.

- **Architecture:** gated-DeltaNet (linear attention) with an on-fleet-trainable Metal training kernel.
- **Flagship:** `Cassius-G1-1.3B` (own tokenizer, from-scratch pretrain).
- **Wedges:** runtime forget · AXe on-device · on-fleet trainable · long-context efficiency.
- **Lines:** G (GDN-native) · H (hybrid) · T (transformer baseline).
- **Size tiers:** Umbra (flagship) · Slate (base) · Ember (fast).

> Early release — the package namespace is reserved while the family and its tooling are prepared.
> Follow development at https://github.com/memjar/cassius.

## Status

Pre-alpha. This release reserves the name and exposes version metadata. The model runtime, eval harness,
and forget API land in subsequent releases.

## License

Apache-2.0.
