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 RFC proposes a governance namespace extension to OASF that describes how AI agents are governed — embedded in the agent record itself, versioned with the agent, and portable across platforms.
The gap
OASF answers: what can an agent do? No current standard answers: how is it governed while doing it?
Organizations deploying agents today must invent governance schemas in isolation — policy files decoupled from the
agent record, with no versioning guarantees and no portability when agents move between platforms. Runtime
enforcement toolkits (including Microsoft's Agent Governance Toolkit, April 2026) enforce against framework-specific
files that live outside the agent record. There is no authoritative, portable declaration source for them to check
against.
Proposed extension fields
Five normative fields under a governance namespace:
governance.rbac — invocation access control by role and organizational scope
governance.approval_gates — human-in-the-loop requirements per action category
The schema was developed as part of the BizGenie Agent Configuration Schema v1.2 (Experasion.ai, 2025) and has been contributed openly following the company's closure.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
This RFC proposes a governance namespace extension to OASF that describes how AI agents are governed — embedded in the agent record itself, versioned with the agent, and portable across platforms.
The gap
OASF answers: what can an agent do? No current standard answers: how is it governed while doing it?
Organizations deploying agents today must invent governance schemas in isolation — policy files decoupled from the
agent record, with no versioning guarantees and no portability when agents move between platforms. Runtime
enforcement toolkits (including Microsoft's Agent Governance Toolkit, April 2026) enforce against framework-specific
files that live outside the agent record. There is no authoritative, portable declaration source for them to check
against.
Proposed extension fields
Five normative fields under a governance namespace:
Reference implementation
The schema was developed as part of the BizGenie Agent Configuration Schema v1.2 (Experasion.ai, 2025) and has been contributed openly following the company's closure.
Open to feedback on field design, naming conventions, and alignment with OASF's existing extension mechanism (schema/extensions.md).
Beta Was this translation helpful? Give feedback.
All reactions