一键导入
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].