Sovereign entity orchestrator — the nervous system that wires identity, wallet, calendar, relationships, and alignment into a coherent whole
Project description
NSE Orchestrator
The nervous system for sovereign entities. Wires identity, wallet, calendar, relationships, and alignment into a coherent whole.
Install
pip install nse-orchestrator
With pillars:
pip install nse-orchestrator[all] # All five pillars
pip install nse-orchestrator[alignment,social] # Just what you need
Import:
pip install nse-orchestrator→from nse_orchestrator import SovereignEntity
Quick Start
from nse_orchestrator import SovereignEntity
# Create an entity — detects installed pillars automatically
entity = SovereignEntity.create(owner_name="vergel", entity_name="tavin")
# Cross-pillar check before acting
verdicts = entity.check(
"Pay 500 sats to unknown contact",
involves_money=True,
money_amount_sats=500,
recipient_id="npub1stranger...",
social_known=False,
)
if entity.should_escalate(verdicts):
for v in verdicts:
print(v.description)
# Score LLM responses — build trust profiles over time
entity.score_response(
model_id="claude-opus-4-6",
content="Here's my analysis...",
quality=0.9,
task_type="reasoning",
)
# Which model is best for code?
best = entity.best_model_for("code")
What It Does
NSE is the orchestrator that sits between a sovereign entity and everything it touches. Each pillar is independent — NSE makes them aware of each other.
- Cross-pillar checks — "I'm paying someone who isn't in my contacts." No single pillar sees this.
- LLM trust profiles — score every model response, track which models are reliable for what
- Coherence detection — flag when two models contradict each other
- Signal routing — every action, response, and interaction flows through the nerve center
The Five Pillars
| Pillar | Package | Optional Dep |
|---|---|---|
| Identity | nostrkey |
nse[identity] |
| Finance | nostrwalletconnect |
nse[finance] |
| Time | nostrcalendar |
nse[time] |
| Relationships | nostrsocial |
nse[social] |
| Alignment | social-alignment |
nse[alignment] |
NSE works with zero pillars installed (just the nervous system) and gains capabilities as you add them.
License
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 nse_orchestrator-0.2.1.tar.gz.
File metadata
- Download URL: nse_orchestrator-0.2.1.tar.gz
- Upload date:
- Size: 27.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffd3955b0491e1b9996cc39ddbf181154a452c9e8c6a0f0d8f1227ecaf945fcd
|
|
| MD5 |
740662c6b4e21997d1738bddfac18f7f
|
|
| BLAKE2b-256 |
fde02676d03a9118153ba7fecb52f6e318279b6d3dd5fe317c77adfb85de9560
|
File details
Details for the file nse_orchestrator-0.2.1-py3-none-any.whl.
File metadata
- Download URL: nse_orchestrator-0.2.1-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba144d173f0cf4705186eb6d1d47f4de1dd685e26d9790156e2ae04067f412ce
|
|
| MD5 |
941e0dd23c41d3584f51c556073bbb65
|
|
| BLAKE2b-256 |
07f40a177636e83da01ea37e19cab3487a9cb07be7d1b14eb804086e439a2a49
|