counsel-source
收藏资源简介:
Counsel — Source Mirror 数据集是 SZL Holdings 研究栈中 `counsel` 项目的源代码镜像。该项目的核心是一个用于 SZL 治理的策略推理引擎,其功能是评估智能体决策是否符合 Λ-axis 不变性,并输出带有 DSSE 签名审计回执的结构化策略裁决。本数据集并非可部署的软件制品,而是为了提升项目可发现性而创建的源代码快照。它包含了 `szl-holdings/counsel` GitHub 仓库在特定提交时刻(SHA: counsel-src-2026-05-29)的源代码文件,但排除了 `.git/` 目录、`node_modules/` 以及体积大于 50 MB 的二进制文件。数据集规模小于 1K 个样本,内容语言为英语。仓库中的所有声明均可追溯至 Zenodo DOI、GitHub 提交 SHA,并在适用的情况下关联到基于 Mathlib v4.13.0 的 Lean 4 形式化证明,确保了研究的可验证性和可审计性。该数据集适用于 AI 治理、策略合规性分析、形式验证、智能体对齐及供应链安全等相关领域的研究与参考,是构成 SZL Holdings 完整可验证 AI 治理体系的关键组件之一。
Counsel — Source Mirror dataset is a source code mirror of the `counsel` project in the SZL Holdings research stack. The core of this project is a policy reasoning engine for SZL governance, which evaluates whether agent decisions comply with Λ-axis invariance and outputs structured policy verdicts with DSSE-signed audit receipts. This dataset is not a deployable software artifact but a source code snapshot created to enhance project discoverability. It includes source code files from the `szl-holdings/counsel` GitHub repository at a specific commit (SHA: counsel-src-2026-05-29), excluding the `.git/` directory, `node_modules/`, and binary files larger than 50 MB. The dataset has fewer than 1K samples, and the content language is English. All statements in the repository are traceable to Zenodo DOI, GitHub commit SHAs, and, where applicable, linked to Lean 4 formal proofs based on Mathlib v4.13.0, ensuring research verifiability and auditability. This dataset is suitable for research and reference in fields such as AI governance, policy compliance analysis, formal verification, agent alignment, and supply chain security, serving as a key component of SZL Holdings complete verifiable AI governance system.
数据集概述:Counsel — Source Mirror
基本信息
- 数据集名称:Counsel — Source Mirror
- 许可证:Apache-2.0
- 语言:英语 (en)
- 数据规模:n < 1K(少于1000条记录)
- 任务类别:其他(other)
- 标签:counsel、policy、governance、agentic-ai、alignment、formal-verification、lean4、dsse、slsa、receipt-chain、supply-chain-security、pac-bayes、audit
- 作者:Stephen P. Lutar (ORCID: 0009-0001-0110-4173)
- 仓库:github.com/szl-holdings/counsel
- DOI:10.5281/zenodo.20434276(概念DOI:10.5281/zenodo.19944926)
- Hugging Face 数据集页面:SZLHOLDINGS/counsel-source
数据集描述
- 核心功能:作为 SZL 治理框架下的策略推理引擎,用于评估智能体决策是否符合 Λ 轴不变量(Λ-axis invariant),并生成结构化的策略裁决(policy verdicts),附带 DSSE 签名的审计回执(audit receipts)。
- 定位:本数据集是
szl-holdings/counsel仓库在 Hugging Face 上的源代码镜像,旨在提高该仓库的可发现性。官方源代码位于上述 GitHub 仓库中。 - 相关项目:
- 论文(v18.0):SZLHOLDINGS/thesis-v18-formal-verification · DOI 10.5281/zenodo.20434276
- 软件发布:DOI 10.5281/zenodo.20434308
- 所有声明均可追溯至对应的 Zenodo DOI、GitHub 提交 SHA 以及(如适用)基于 Mathlib v4.13.0 的 Lean 4 证明。
数据内容与限制
- 数据内容:包含源代码文件,而非机器学习训练样本。
- 数据状态:
- 非可部署工件:仅用于发现目的,不是正式的可部署版本。
- 非实时更新:该数据集是基于指定提交 SHA 的某个时间点的快照。
- 非完整镜像:排除了
.git/目录、node_modules/以及大于 50 MB 的二进制文件。
快速使用
-
通过 Git 克隆: bash git clone https://github.com/szl-holdings/counsel.git cd counsel
-
通过 Hugging Face Datasets 加载: python from datasets import load_dataset ds = load_dataset("SZLHOLDINGS/counsel-source")
引用信息
- BibTeX 引用: bibtex @misc{szlholdings2026counsel, author = {SZL Holdings}, title = {Counsel — Source Mirror}, year = {2026}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/SZLHOLDINGS/counsel-source}, note = {Source mirror of github.com/szl-holdings/counsel. DOI: 10.5281/zenodo.20434276. Doctrine v6.} }
完整工件交叉参考(部分)
| 工件名称 | 类型 | 描述 | 链接 |
|---|---|---|---|
| thesis-v18-formal-verification | 数据集 | 206页 · 76个定理 · DOI 10.5281/zenodo.20434276 | HF Dataset |
| a11oy-v19-substrate | 模型 | 12项对齐创新 · 248项测试 · DOI 10.5281/zenodo.20434308 | HF Model |
| uds-spans-receipts | 数据集 | 100个 OTel 跨度 + 50个 DSSE 回执 | HF Dataset |
| uds-governance-receipts | 数据集 | 治理回执注册表 · DSSE 认证 | HF Dataset |
| mcp-receipts-server | 空间 | MCP 服务器 · 4个工具 · DSSE 治理回执 | HF Space |
| lutar-lean-browser | 空间 | 375个 Lean 4 定理 · 交互式浏览器 | HF Space |
| szl-visual-identity | 数据集 | 设计系统 · 头像 · 横幅 · OG卡 | HF Dataset |
| szl-showcase | 空间 | 完整 SZL 堆栈的5标签页导览 | HF Space |
| SZLHOLDINGS org | GitHub | 17个仓库 · DCO · SBOM · SLSA 发布 | github.com/szl-holdings |
| Zenodo 概念 DOI | Zenodo | 版本无关的引用目标 | 10.5281/zenodo.19944926 |




