@thinkhive/sdk 3.0.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,6 +4,7 @@ The official JavaScript/TypeScript SDK for [ThinkHive](https://thinkhive.ai) - A
4
4
 
5
5
  ## Features
6
6
 
7
+ - **25 Trace Format Support**: Automatic detection and normalization for LangSmith, Langfuse, Helicone, CrewAI, Opik, Braintrust, HoneyHive, Datadog, MLflow, AgentOps, Portkey, TruLens, Lunary, LangWatch, OpenLIT, Maxim AI, Galileo, PostHog, Keywords AI, Agenta, and more
7
8
  - **Trace Analysis**: Analyze AI agent traces with detailed explainability
8
9
  - **RAG Evaluation**: 8 quality metrics for RAG systems (groundedness, faithfulness, etc.)
9
10
  - **Hallucination Detection**: 9 types of hallucination detection
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@thinkhive/sdk",
3
- "version": "3.0.0",
4
- "description": "ThinkHive SDK v3.0 - Run-centric AI agent observability with facts vs inferences, deterministic linking, and calibrated predictions",
3
+ "version": "3.1.0",
4
+ "description": "ThinkHive SDK v3.1 - AI agent observability supporting 25 trace formats including LangSmith, Langfuse, Opik, Braintrust, Datadog, MLflow, and more",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {