CONNECTING...
CHAT ROUTING DOCS
WORM: — GitHub ↗
SACM GATE
READY
Pattern match engine idle
SOVEREIGN CHAT
⬡ Sovereign Router online. I route every task to the right engine automatically: • Math/Proofs → DeepSeek R1 • Code/Git → Mistral Codestral (free) • Reasoning/Law → Claude Sonnet 4.6 • Research/News → Nova Pro • Papers → Nova Premier (DEVTRIAL) • Local → Nemotron (Ollama) Watch the panels — see routing happen live.
SACM GATE · ready
KERNEL CHAIN
DFA ENGINE
JS · O(n) · ReDoS-immune
— idle
ROUTE-DISPATCH
REXX · 3-pass match
— idle
SOVEREIGN-GLUE
REXX · domain chain
— idle
CARTO PROLOG
Prolog · law · Horn clauses
— idle
ERE VERIFY
5-pass · PASS/QUARANTINE/REJECT
— idle
WORM CHAIN
GENESIS · router boot · —
QUICK: CLAUDE — reasoning MISTRAL — code NOVA — market DEEPSEEK R1 — math LOCAL — nemotron DEVTRIAL — paper

⬡ Routing Table

The SACM gate pattern-matches every input and routes to the right engine. No configuration needed. The routing table is the IP — not the models.

PROVE · THEOREM · INDUCTION · AXIOM · LEMMA
DeepSeek R1
us.deepseek.r1-v1:0 · us-west-2
Formal math proofs, induction, symbolic reasoning
$ npm run router "prove sum of squares by induction"
WRITE · CODE · GIT · BUILD · SCAFFOLD · NPM
Mistral Codestral
codestral-latest · free tier
Code generation, git ops, terminal commands
$ npm run router "write a rust fibonacci function"
WHY · EXPLAIN · LAW · TRUST · WORM · GOVERNANCE
Claude Sonnet 4.6
us.anthropic.claude-sonnet-4-6 · us-east-1
Reasoning, law, trust, architecture, governance
$ npm run router "explain why WORM beats a database"
PAPER · WHITEPAPER · ACADEMIC · RESEARCH PAPER
DEVTRIAL (Nova Premier)
us.amazon.nova-premier-v1:0 · us-east-1
Long-form papers, whitepapers, technical docs
$ npm run router "write a paper on SACM"
MARKET · CRYPTO · BITCOIN · NEWS · FINANCE
Nova Pro
us.amazon.nova-pro-v1:0 · us-east-1
Market research, news synthesis, financial analysis
$ npm run router "bitcoin market trend today"
LOCAL · NEMOTRON · OLLAMA · OUR MODEL
Local / Nemotron
ollama:nemotron · localhost:11434
Offline inference, your trained weights, no cloud
$ npm run router "use our local model to explain WORM"

⬡ Boot Sequence

1 — Clone + Install

git clone https://github.com/SNAPKITTYWEST/SNAPKITTYWEST.git cd SNAPKITTYWEST && npm install

2 — Configure AWS Bedrock

aws configure # AWS Access Key ID: your_key # Default region name: us-east-1

3 — Set .env

VAULT_MASTER_SECRET=your_secret_here # only secret you need MISTRAL_API_KEY=your_key # free at console.mistral.ai AWS_REGION=us-east-1

4 — Seal keys into vault

VAULT_MASTER_SECRET=your_secret npm run vault:seal \ "MISTRAL_API_KEY=your_mistral_key"

5 — Start the router server

node router-server.mjs # starts on :3001 # Then open this page with ?server=http://localhost:3001

6 — Or run CLI directly

npm run router "prove by induction sum of squares" npm run router "write a rust WORM chain" start router-ui.html # local mission control

Connecting this UI to your server

# Append ?server=URL to connect to a live backend: https://snapkittywest.github.io/SNAPKITTYWEST/docs/router.html?server=http://localhost:3001 # Or deploy router-server.mjs to any host and use its URL