원클릭으로
sovereign-engine
The epistemic calculation engine for the Abraxas sovereign system, providing confidence scoring and consensus verification.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
The epistemic calculation engine for the Abraxas sovereign system, providing confidence scoring and consensus verification.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
A project and task management system for tracking work across the Abraxas system.
The Sovereign Vault for verified truth fragments and historical provenance tracking.
Soter is the Risk Sensing & Triggering pillar of the Sovereign Brain. It monitors for linguistic sycophancy and mechanistic attention sinks to trigger an Epistemic Crisis (T=1) and assign a Risk Score (R[0-5]).
The core governance and system integrity layer of the Abraxas sovereign environment.
The ingestion and filtration loop for external data entering the Abraxas system.
The Void Mapper for identifying and resolving epistemic gaps.
| name | sovereign-engine |
| description | The epistemic calculation engine for the Abraxas sovereign system, providing confidence scoring and consensus verification. |
The Sovereign Engine provides the mathematical and epistemic foundations for determining the reliability of AI outputs within the Abraxas framework. It implements specialized scoring mechanisms to weight outputs and validate consensus.
The engine focuses on three primary epistemic metrics: risk-based weighting, reliability tracking, and integrated confidence.
Calculates the relative weight of a specific output based on a distribution of risk scores.
Tracks the historical reliability of a system component.
Combines structural architecture confidence with historical reliability.
calculate_sovereign_weightDetermines the weight for a target index based on a list of risk scores.
risk_scores (list of floats), target_index (int), lambda_val (optional float).compute_integrated_confidenceCombines architecture confidence and RLCR score.
arch_conf (float), rlcr_score (float), alpha (optional float).calculate_rlcrComputes the reliability rate from a history of correctness.
history (list of booleans).verify_consensusChecks if a set of answers meets the minimum consensus threshold.
answers (list of strings), threshold (optional int).get_epistemic_labelMaps a numerical confidence score to a human-readable epistemic label.
confidence (float).[KNOWN], [INFERRED], [UNCERTAIN], [UNKNOWN].