TealTiger v1.2 — Governance Bundle dropping Monday #27
Closed
nagasatish007
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We're shipping v1.2 on Monday. Here's what's coming:
TealEngine v1.2 — Complete rewrite of the evaluation pipeline. All governance modules now run in parallel (Promise.allSettled), results merge using "most restrictive action wins." Fail-closed by default.
7 Governance Modules:
TealSecrets — 500+ secret detection patterns with confidence scoring
TealRegistry — Model/tool allowlisting with provenance verification
TealReliability — Retry budgets, circuit breakers, fallback chains
TealMemory — Memory governance with 5 scopes and 4 classification levels
BundleExporter — Evidence export (SARIF v2.1.0, JUnit XML, JSON)
GovernanceDashboard — Governance visualization
TEECValidationRunner — Evidence contract validation
Docker Governance Sidecar — Language-agnostic HTTP API. Any agent (Go, Rust, Java, Python) can call POST /evaluate and get a governance Decision back. No SDK import needed.
docker pull tealtigeradmin/tealtiger-typescript:1.2-governance
docker run -p 8080:8080 tealtigeradmin/tealtiger-typescript:1.2-governance
curl http://localhost:8080/health
TEEC — Typed Evidence & Evidence Contracts. 32 reason codes, 18 event types, 12 decision actions. Every decision produces a structured evidence envelope.
100% backward compatible. No breaking changes from v1.1.x. The new TealEngineV12 class is additive — your existing code works unchanged.
What we'd love from you:
⭐ Star the repo if you haven't already
Try the Docker sidecar when it drops Monday
Tell us what governance modules you want next in this thread
Docs are already live: https://docs.tealtiger.ai
Tweet 1:
🐯 TealTiger v1.2 drops Monday.
Governance Bundle: 7 modules, parallel evaluation, Docker sidecar, TEEC evidence contracts.
Same input + same policy = same decision. No LLM in the governance path.
What's new 🧵
Tweet 2:
v1.2 adds: → TealSecrets (500+ secret patterns) → TealRegistry (model/tool allowlisting) → TealReliability (circuit breakers + fallbacks) → TealMemory (5 scopes, 4 classifications) → Evidence export (SARIF, JUnit XML, JSON)
All modules run in parallel. Most restrictive action wins.
Tweet 3:
New: Docker governance sidecar.
Any language. Any framework. Just HTTP.
POST /evaluate → get a Decision back.
No SDK import needed. Go, Rust, Java, Python — doesn't matter.
Monday. npm + PyPI + Docker Hub.
⭐ github.com/agentguard-ai/tealtiger
#AIGovernance #OpenSource #TealTiger
All reactions