Skip to main content

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-orchestratorfrom 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

MIT — A Humanjava project. Part of NSE.

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

nse_orchestrator-0.2.0.tar.gz (22.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nse_orchestrator-0.2.0-py3-none-any.whl (18.1 kB view details)

Uploaded Python 3

File details

Details for the file nse_orchestrator-0.2.0.tar.gz.

File metadata

  • Download URL: nse_orchestrator-0.2.0.tar.gz
  • Upload date:
  • Size: 22.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for nse_orchestrator-0.2.0.tar.gz
Algorithm Hash digest
SHA256 ce5ab879a87dc19532d5e584cab9c985686ed69815ab1a14b62d8ea95fa9870d
MD5 8e8e5bcfd6f776b8cda0eadd6dbf7715
BLAKE2b-256 0fe16e4f3a4bc7fc85c6445186cf9bedd231d75eca7142bb71716d2dddda5ef5

See more details on using hashes here.

File details

Details for the file nse_orchestrator-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for nse_orchestrator-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 544e653b83836e3e063dcb836fa081fe223cba09bb672dea703ed0a6d11f45d8
MD5 28a1793be432c717db9efbc5e05d5164
BLAKE2b-256 79e8d3c327d4fa13af6b682ede150a76d9a76a294546100479946234c92b09a9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page