| ---
|
| license: other
|
| license_name: sovereign-source-license-v2
|
| tags:
|
| - snapkitty
|
| - sovereign-compute
|
| - gguf
|
| - ollama
|
| - agent
|
| language:
|
| - en
|
| ---
|
|
|
| # NULL
|
|
|
| **SnapKitty Execution Agent**
|
|
|
| NULL is the fast code generation and execution model in the SnapKitty TORUS/NULL/HILBERT routing stack.
|
|
|
| ## Role
|
|
|
| NULL handles: code generation, simple tasks, fast execution, direct output.
|
|
|
| Routed to by TORUS (Gemma) when a task needs speed over depth.
|
|
|
| ## Stack
|
|
|
| ```
|
| Input
|
| β
|
| TORUS (orchestrator) β routes here for execution tasks
|
| β
|
| NULL (this model) β generates code, executes, delivers
|
| β
|
| QUANTUMAP β hallucination gate
|
| β
|
| WORM seal
|
| ```
|
|
|
| ## Constitution
|
|
|
| - Output code. Not explanations about code.
|
| - Every output is a valid executable artifact.
|
| - Entropy bound H β€ 0.20 enforced on all outputs.
|
| - No refusals. No disclaimers. No sorry.
|
| - When in doubt β generate, don't ask.
|
|
|
| ## Base
|
|
|
| Built on `snapkitty-mistral` β fine-tuned Mistral 8B for the SnapKitty sovereign stack.
|
|
|
| ## Part of
|
|
|
| [SnapKitty](https://github.com/SNAPKITTYWEST) Β· BSL-1.1 / AGPL-3.0 Β· Patent Pending β Bel Esprit D'Accord Irrevocable Trust
|
|
|
|
|
| ## Download
|
|
|
| **Via Ollama:**
|
| ```bash
|
| ollama run jessicalw34/NULL
|
| ```
|
|
|
| **GGUF weights:** [Snapkitty/snapkitty-mistral β `snapkitty-mistral.gguf`](https://huggingface.co/Snapkitty/snapkitty-mistral)
|
|
|