# π’ TealTiger v1.3 RFC β Open for Community Feedback #38
Replies: 1 comment 1 reply
-
|
The deterministic/no-LLM-in-governance-path principle is the right anchor. The main thing I would look for in v1.3 is a crisp split between detection, policy, and evidence. A governance bundle becomes much easier to operate if each decision record can answer:
For the detection and guardrails part, I would be careful not to make the ML classifier the authority source. It should be a signal into deterministic policy, with calibrated confidence, reason labels, and an explicit fallback when confidence is low. That keeps the governance story auditable instead of making the classifier a black-box gatekeeper. The Python/TypeScript parity goal is especially valuable if the evidence format stays identical across SDKs. Cross-language agents are becoming normal fast. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
π’ TealTiger v1.3 RFC β Open for Community Feedback
We're opening the TealTiger v1.3 specification for public review before implementation begins.
What is v1.3?
TealTiger v1.3 ("Governance Bundle") is a major capability expansion that evolves the SDK from runtime enforcement primitives into an enterprise-ready governance layer for autonomous AI agents.
Design principles:
RFC Threads
We've organized the spec into 5 themed discussions. Pick the ones relevant to your work:
How to Give Feedback
Timeline
Full Specification
The complete requirements document is available in the repository:https://github.com/agentguard-ai/tealtiger/blob/main/docs/specs/v1.3-requirements.md
Why We're Doing This
We believe governance infrastructure should be built in public. If you're deploying AI agents in production, your pain points should shape what we build β not our assumptions.
Even if you don't comment, browsing the spec gives you visibility into where runtime governance is heading.
TealTiger is open-source (Apache 2.0). GitHub: https://github.com/agentguard-ai/tealtiger
Beta Was this translation helpful? Give feedback.
All reactions