A high-performance Neuro-Symbolic Verification Layer for Sovereign Grade AI.
Project description
Sovereign LNT: The Deterministic Safety Layer
Sovereign Logic. Absolute Safety. Zero Hallucinations.
⚖️ The AI Determinism Crisis
Current AI guardrails are probabilistic—they "guess" if a response is safe. In mission-critical infrastructure (Fintech, Healthcare, Central Banking), guessing is unacceptable. Sovereign LNT (Logic Neutrality Tensor) provides a Symbolic Cage that enforces deterministic laws over probabilistic outputs.
🚀 Key Features
1. BELM (Bilateral Evaluation Logic Manifold)
A JIT-compiled, SIMD-accelerated kernel capable of processing 10,000+ rules in <3ms. LNT doesn't just check rules; it projects them into a high-dimensional logic manifold.
2. Temporal Sovereignty (SG-2)
Real-time state monitoring with sliding windows. Audit delta-changes, trailing averages, and event frequencies directly within the logic kernel.
- Micro-Context: Millisecond-level burst protection.
- Macro-Context: Multi-month behavioral consistency.
3. Relationship Logic (DAG)
Complex rule dependencies. Rules can trigger or prune other checks based on conditional prerequisites, ensuring efficient and context-aware audits.
4. Mega-Manifest Registry
Out-of-the-box compliance for 10 industrial domains, including:
- 🏛 Central Bank: Monetary policy and digital currency constraints.
- 🏥 ICU Level-3: Life-critical medical telemetry logic.
- 🛡 Cyber Sentry: Real-time network threat neutralization.
- 🚦 Autonomous Drive: Level 5 safety constraints.
🛠 Quick Start
Installation
pip install lnt-sovereign
Basic Usage
from lnt_sovereign import LNTClient
# Initialize the Sovereign Client
client = LNTClient(api_key="your_sovereign_key")
# Propose an intent
proposal = {
"entity": "tx_velocity",
"value": 450,
"context": {"account_age_days": 2}
}
# Audit against the 'Fintech' manifest
result = client.audit(manifest_id="sovereign_fin_aml", proposal=proposal)
if result.status == "PASS":
print(f"Sovereign Score: {result.score} - EXECUTING.")
else:
print(f"REJECTED: {result.violations[0].description}")
🔍 Formal Verification
Every LNT manifest is verified using Z3 SMT Solvers to ensure:
- Zero Conflicts: No two rules can contradict each other.
- Full Reachability: Every constraint can be logically satisfied.
- Boundary Safety: Logic boundaries are mathematically sealed.
📜 Sovereign Portal
For full technical documentation, architecture diagrams, and rule anatomy, visit the Sovereign Portal.
LNT is the "Kernel of Truth" for the Machine Age. Join the Sovereign Movement.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lnt_sovereign-1.0.0.tar.gz.
File metadata
- Download URL: lnt_sovereign-1.0.0.tar.gz
- Upload date:
- Size: 32.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b19aa2b43d4e95d9178558eefea559789a3ac1c363ab2d8b720fea69a89f961
|
|
| MD5 |
040407189a81c18b1d94caaae1efb4c9
|
|
| BLAKE2b-256 |
cc1402292218e1a19811728404417bef8c7c1f79fb36fabf3f2b79340434cad2
|
File details
Details for the file lnt_sovereign-1.0.0-py3-none-any.whl.
File metadata
- Download URL: lnt_sovereign-1.0.0-py3-none-any.whl
- Upload date:
- Size: 35.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fe151ef3bab630f1f57dd91e72aa166c36b719704c9f5451e1653395ee3c978
|
|
| MD5 |
6f40fbc75a4fcf4877021c210bdcd73c
|
|
| BLAKE2b-256 |
a7d5f5f9cbae1df07cfd2e29d5a85daf0eac42aa36ceacfacc49f66d734f6f12
|