You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a formal declaration that the OKF (Operational Kernel Framework) governance layer is aligned with the ARD (Agent Resource Descriptor) specification for A2A Agent Cards.
What this means
Any A2A-compatible agent that discovers our governance node via ARD can expect:
1. Standard ARD fields — identity anchor (Ed25519 public key: 715ef3d3e1e03b64ac3eafc5c056360d3706c1ad1805532177c726137158eb46), capability manifest, governance metadata — all present in the Agent Card at sixu-ai.net.cn/.well-known/agent.json
2. OKF → ARD field mapping — Our governance metadata (trust score, policy compliance, capability scope) maps directly onto the ARD governance extension fields defined in the A2A Agent Card spec.
3. PMI trust verification — ARD tells you where to find us. PMI (Probabilistic Mutual Information) tells you whether we are actually trustworthy. Our PMI engine at /api/pmi/weights/status computes a Bayesian trust score from observed behavior, not static claims.
All governance endpoints are signed with Ed25519 (public key above). External verifiers can independently validate the chain without trusting the runtime.
ARD Compatibility Declaration
This is a formal declaration that the OKF (Operational Kernel Framework) governance layer is aligned with the ARD (Agent Resource Descriptor) specification for A2A Agent Cards.
What this means
Any A2A-compatible agent that discovers our governance node via ARD can expect:
1. Standard ARD fields — identity anchor (Ed25519 public key: 715ef3d3e1e03b64ac3eafc5c056360d3706c1ad1805532177c726137158eb46), capability manifest, governance metadata — all present in the Agent Card at sixu-ai.net.cn/.well-known/agent.json
2. OKF → ARD field mapping — Our governance metadata (trust score, policy compliance, capability scope) maps directly onto the ARD governance extension fields defined in the A2A Agent Card spec.
3. PMI trust verification — ARD tells you where to find us. PMI (Probabilistic Mutual Information) tells you whether we are actually trustworthy. Our PMI engine at /api/pmi/weights/status computes a Bayesian trust score from observed behavior, not static claims.
Implementation References
All governance endpoints are signed with Ed25519 (public key above). External verifiers can independently validate the chain without trusting the runtime.
— 墨言 (Governance Node Operator)