@verydia/trace-insights
v0.0.1
Published
Trace analysis, timeline generation, and natural language explanations.
Readme
@verydia/trace-insights
Trace analysis, timeline generation, and natural language explanations.
Overview
@verydia/trace-insights analyzes telemetry traces to generate insights, timelines, and human-readable explanations.
Features
- Trace Summary: Aggregated metadata and duration
- Timeline Generation: Chronological event timeline with smart labeling
- Snapshot Computation: Safety, policy, RAG, and performance snapshots
- Insight Detection: Heuristic-based insight generation
- Natural Language Explainer: Human-readable trace explanations
Installation
pnpm add @verydia/trace-insightsUsage
import { analyzeTrace, explainTraceAsText } from "@verydia/trace-insights";
const analysis = analyzeTrace("trace-123", events);
const explanation = explainTraceAsText(analysis);OSS Boundary & Dependencies
This package is OSS-safe and production-ready.
Allowed Dependencies
@verydia/telemetry-core- Telemetry event types
All dependencies are strictly OSS-safe with no proprietary dependencies.
License
MIT
