This repository was archived by the owner on Jul 25, 2026. It is now read-only.
Added
tracer.watch: a decorator (and HTTP fallback) that observes the LLM calls
your pipeline already makes and ships them, free, to Tracer Cloud, where they
accumulate and auto-optimize once there are enough. Captures the full request
and response on the OpenTelemetry GenAI (gen_ai.*) schema, with pluggable
sinks (local file, Tracer Cloud, OTLP, or several at once).@tracer/watch: a zero-dependency JavaScript/TypeScript mirror of the watch
decorator (async-context aware), so JS pipelines get the same one-line
observability as Python.tracer cloud: a full command-line interface for Tracer Cloud, at parity with
the dashboard. Browser or password login, then manage tracers (create, quick
and bulk uploads, agenticonboard, rename, delete), training (retrain,
auto-retrain, promote/rollback, live status), routing (route), test
batteries, the model library, API keys, observability ingest keys, billing,
analytics, trace selection (traces), and a publicscan.- Lazy package initialization so
import tracerstays fast and only pulls in the
heavy pieces when you actually use them.
Changed
tracer scanis more robust on messy uploads: tolerant input/label aliasing
and a clarification path so ambiguous files still produce a result.
Docs
- New guides for the watch decorator and the
tracer cloudCLI.