Deontic Policies for Runtime Governance of Agentic AI Systems
Summary
AgenticRei is a novel policy engine designed for runtime governance of autonomous agentic AI systems driven by Large Language Models (LLMs). It addresses limitations of existing policy engines like XACML, Rego, and Cedar by implementing a deontic policy language based on the Rei framework, expressed in OWL (Web Ontology Language). AgenticRei supports permissions, prohibitions, obligations, dispensations, meta-policy conflict resolution, and ontological reasoning over domain class hierarchies. The system evaluates policies at the point of action execution, entirely outside the LLM, achieving sub-millisecond decision latency for RDFox queries and under 10 ms end-to-end latency. It governs both tool invocations and agent-to-agent messages, composing naturally with industry-standard frameworks like A2AS, and provides a deterministic enforcement layer against policy-violating actions.
Key takeaway
For AI Architects and Security Engineers deploying LLM-driven agentic systems, traditional access control policies are insufficient for comprehensive governance. You should consider adopting deontic policy frameworks like AgenticRei to enforce complex rules involving obligations, dispensations, and semantic reasoning. This approach ensures deterministic, auditable enforcement at the action boundary, mitigating risks like authority creep and diffuse accountability, and aligning with emerging standards for agent oversight.
Key insights
AgenticRei extends AI governance beyond permit/prohibit rules with deontic logic for obligations, dispensations, and semantic reasoning.
Principles
- Policy enforcement must be deterministic, outside the LLM.
- Policy languages need obligations, dispensations, meta-policies.
- Semantic grounding enables policy evolution without rewrites.
Method
AgenticRei uses a three-step extract–evaluate–apply contract: intercepting agent actions as <subject, action, resource> triples, evaluating them against Rei-encoded OWL policies via an RDFox-based logic engine, and applying the verdict with any obligations.
In practice
- Implement CISO notification obligations for software installs.
- Use meta-policies for auditable conflict resolution.
- Define prohibitions over top-level ontology classes.
Topics
- Agentic AI Governance
- Deontic Logic
- Policy Engines
- OWL Ontology
- Runtime Enforcement
- LLM Security
Code references
Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Architect, AI Security Engineer, AI Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.MA updates on arXiv.org.