Skip to content

## What's New in v1.4.0

Latest

Choose a tag to compare

@nagasatish007 nagasatish007 released this 09 Jul 06:21
Immutable release. Only release title and notes can be modified.
3ff2789

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"