Install
openclaw skills install @nohn3043-arch/nomos-decision-hubEvery decision leaves a trail. NOMOS traces each choice to its causal roots, stress-tests assumptions until they break, and rebuilds rankings from the survivors — a deterministic decision engine where nothing is hidden and everything is auditable. Validated by Singapore IMDA AI Verify at 95/100.
openclaw skills install @nohn3043-arch/nomos-decision-hubA deterministic, auditable decision orchestration layer built on causal reasoning — no probabilistic black boxes. Every decision decomposes into traceable causal topologies, supporting compliance-grade audit trails, scenario stress testing, and human-in-the-loop governance.
Automatically activates when users ask about:
from second_perspective import IntelligentDecisionHub
from second_perspective.models import HubAnalysisRequest
request = HubAnalysisRequest.model_validate({
"decision": decision_payload, # See examples/market_entry.json
"scenarios": [
{"id": "SC1", "name": "Key assumption failure",
"failed_assumption_ids": ["A1"]},
{"id": "SC2", "name": "Cost shock",
"metric_overrides": {"S2": {"capital_required": 6000000}}},
],
})
report = IntelligentDecisionHub().analyze(request)
print(report.model_dump_json(indent=2))
docker build -t nomos-hub .
docker run -p 8000:8000 \
-e SP_ENV=production \
-e SP_API_KEY=your-secret-key \
-e SP_DATABASE_DSN=postgresql://user:pass@db:5432/nomos \
nomos-hub
policy_id and version, embedded in resultsauthorization_ref must match the anchored decision ownerPersonal non-commercial research use only. Government/enterprise commercial use requires written authorization.