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.2.tar.gz (27.2 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.2-py3-none-any.whl (18.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nse_orchestrator-0.2.2.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

Hashes for nse_orchestrator-0.2.2.tar.gz
Algorithm Hash digest
SHA256 a79a48bbf9aaec900fbea63f19e9b7d8863cae5a11a6accaad5cdf7cac2e8c12
MD5 9cdae810ca5a517ad2c7a0af6d709256
BLAKE2b-256 9e3197f21220baaf8bcc668bc89afa7fb64abb22e234b750494fa6a62d4a6fbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nse_orchestrator-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d4953ab89a63953808529adcc5574bc3f592159d9a50f6466798fbc5498aecc5
MD5 234f63adc50724e691489cd4487661d5
BLAKE2b-256 937e59f84725231f47be3598b616f5a5f9788ff1208eb95e102f06110877c3d4

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