Releases: agentguard-ai/tealtiger
Releases · agentguard-ai/tealtiger
Release list
## What's New in v1.4.0
Immutable
release. Only release title and notes can be modified.
observe() — Zero-Config Instrumentation
One line adds cost tracking, audit logging, PII detection, and behavioral baselines to any LLM client.
Key Features
- observe(client) — Zero-config proxy wrapping for 12 LLM providers
- Automatic Cost Tracking — Per-request, per-session, per-agent cost accumulation
- Behavioral Baseline — P50/P95/P99 latency and token distribution profiling
- PII Detection (REPORT_ONLY) — Passive scanning without blocking
- freeze() / unfreeze() — Instant kill switch for any agent
- Governance Dashboard — Real-time KPI metrics, defense pipeline, canary alerts, agent matrix
- Under 5ms overhead — In-process, deterministic, offline-capable
Install
npm install tealtiger@1.4.0
pip install tealtiger==1.4.0
Full Changelog: v1.3.0...v1.4.0"
langchain-tealtiger v0.1.0
Immutable
release. Only release title and notes can be modified.
langchain-tealtiger v0.1.0
Deterministic governance middleware for LangChain agents.
Install
pip install langchain-tealtiger==0.1.0Quick Start
from langchain.agents import create_agent
from langchain_tealtiger import TealTigerMiddleware
agent = create_agent(
model="claude-sonnet-4-6",
tools=[...],
middleware=[
TealTigerMiddleware(
policies=[
{"type": "tool_allowlist", "tools": ["search", "calculator"]},
{"type": "cost_limit", "max_per_session": 5.00},
],
freeze_tools=["rm_rf", "drop_database"],
)
],
)Links
TealTiger v1.3.0 — Autonomous Agent Governance
Immutable
release. Only release title and notes can be modified.
TealTiger v1.3.0 — Autonomous Agent Governance
What's New in v1.3
- TealEngine v1.3 — Pre/post evaluation pipeline with FREEZE rules, automation levels, NHI verification
- Non-Human Identity (NHI) — Agent lifecycle, scope enforcement, Zero Standing Privilege, attestation
- TealProof — Cryptographic governance receipts (Merkle + RFC 3161 timestamping)
- TealFlow — Declarative YAML governance workflows with org-level inheritance
- TealClassifier — Local ML inference (ONNX) for content classification
- TealDrift — Behavioral drift detection with statistical baselines
- TealState — Context size governance with provenance metadata
- TealTemporal — Session TTL, cooldown periods, time-of-day restrictions
- TealMonitor v2 — Governance-owned cost limits, anomaly detection, reasoning-token budgets
- Platform Adapters — AWS Bedrock Agents, AWS AgentCore, Azure AI Agent Service
- OWASP Policy Pack — Zero-config governance for all 10 ASI risks
- SOC/IR Pipeline — SIEM export (JSON/CEF/LEEF), OpenTelemetry spans, response hooks
- Anti-Tamper Controls — Signed bundles, FREEZE immutability, forbidden config keys
- 12 LLM Providers — 5 new providers (DeepSeek, Groq, Together, xAI, HuggingFace TGI)
Install
npm install tealtiger@1.3.0
pip install tealtiger==1.3.0
docker pull tealtigeradmin/tealtiger-typescript:1.3.0Links
TealTiger v1.2.0 — Governance Bundle
Immutable
release. Only release title and notes can be modified.
TealTiger v1.2.0 — Governance Bundle
What's New
- TealEngineV12 — Parallel module evaluation with "most restrictive action wins" merge
- TealSecrets — Secret detection with 500+ patterns and confidence scoring
- TealRegistry — Model/tool allowlisting with provenance verification
- TealReliability — Retry budgets, circuit breakers, and fallback chains
- TealMemory — Memory governance across 5 scopes and 4 classifications
- GovernanceDashboard — Governance visibility UI
- BundleExporter — Evidence export in SARIF v2.1.0, JUnit XML, and JSON
- Docker Sidecar — Language-agnostic governance via HTTP
Install
npm install tealtiger@1.2.0
pip install tealtiger==1.2.0
docker run -p 8080:8080 tealtigeradmin/tealtiger-typescript:1.2.0-governanceLinks
TealTiger v1.1.0
Immutable
release. Only release title and notes can be modified.
TealTiger v1.1.0 Launch Report
Status: success
Generated: 2026-04-03T12:44:20.914Z
Channels
- npm: published
- pypi: published
- ghcr: published
- dockerhub: published
- terraform: published
- pulumi: published
- helm: published
- ansible: published
- github_marketplace: published
- gitlab: published
- circleci: published