arifos
by ariffazil·★ 43·综合分 45
宪法式AI治理内核,提供13个MCP工具以实现受控的代理执行。
概述
ArifOS是一个宪法式治理内核,实现了13个宪法层级(F1-F13)以提供受控的AI代理执行。它通过一个标准的MCP服务器暴露13个工具,这些工具在执行前会通过意图验证→宪法层级检查→判决流程。系统包含一个VAULT999的仅追加账本用于审计追踪,并与AAA(主体)、A-FORGE(锻造场)和GEOX(领域)等联邦组件集成。MCP运行时基于FastMCP和FastAPI构建,支持HTTP/SSE和stdio传输。
试试问 AI
装完之后,这里有 3 个你可以让 AI 做的事:
什么时候选它
当需要构建具有宪法保障和透明验证的安全审计AI系统时,选择arifOS。
什么时候不要选它
不适合简单、不受监管的AI应用或宪法验证开销不合理的环境。
此 server 暴露的工具
从 README 抽取出 12 个工具arif_session_initBind actor identity and set safety state to HOLD
arif_sense_observeGround in reality by observing web, VPS vitals, and atlas
arif_evidence_fetchFetch external data from oracles like GEOX, FRED, EIA
arif_mind_reasonPerform structured reasoning with contradiction detection
arif_kernel_routeRoute tasks based on risk orthogonality in AGI/ASI/APEX lanes
arif_reply_composeCompose a governed response with constitutional checks
arif_memory_recallAccess semantic memory and skill registry
arif_heart_critiquePerform adversarial critique through F5/F6/F9 floors
arif_gateway_connectConnect to A2A mesh under constitutional governance
arif_ops_measureMeasure Landauer cost and reversibility classification
arif_judge_deliberateDeliberate and return SEAL/HOLD/VOID/SABAR verdict
arif_vault_sealCreate immutable Merkle-V3 ledger anchor
可对比工具
安装
# 从PyPI安装
pip install arifos
# 从源码安装(可编辑模式,包含开发依赖)
pip install -e ".[dev]"
# 运行MCP服务器(HTTP + SSE)
python -m arifosmcp.server
# 或通过模块运行:
python -m arifosmcp.runtime.__main__
# 运行MCP服务器(stdio传输模式)
python -m arifosmcp.runtime.__main__ --mode stdio对于Claude Desktop,添加到config.json:
{
"mcpServers": {
"arifos": {
"command": "python",
"args": ["-m", "arifosmcp.runtime.__main__", "--mode", "stdio"]
}
}
}arifos 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。