Deterministic governance for AI agents — no LLM in the safety path #1437
Replies: 1 comment
-
|
The strongest part of this design is keeping governance outside the model path. For an Before execution, the policy layer should return a typed decision such as A few details would make this easier to trust in real workflows:
That would make the system useful beyond one agent framework, because the governance contract becomes portable even when the model, tool runner, or provider changes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @simon — built something you might find interesting given your writing on the lethal trifecta for AI agents.
TealTiger is an open-source (Apache 2.0) governance SDK that wraps AI agent execution with deterministic policy enforcement. The key design choice: zero LLM in the governance path.
What it does:
It's the kind of thing that sits between the agent and the tools — enforcing policy at the SDK layer before actions execute. Addresses the "excessive permissions" leg of the trifecta.
PyPI/npm: tealtiger (v1.2)
GitHub: https://github.com/agentguard-ai/tealtiger
Docs : https://docs.tealtiger.ai
Would love your take on the approach.
Beta Was this translation helpful? Give feedback.
All reactions