@thinkhive/sdk 3.0.0 → 3.1.1
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.
- package/README.md +1 -0
- package/package.json +8 -4
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.
|
|
4
|
-
"description": "ThinkHive SDK v3.
|
|
3
|
+
"version": "3.1.1",
|
|
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": {
|
|
@@ -68,10 +68,14 @@
|
|
|
68
68
|
"homepage": "https://thinkhive.ai",
|
|
69
69
|
"repository": {
|
|
70
70
|
"type": "git",
|
|
71
|
-
"url": "https://github.com/
|
|
71
|
+
"url": "https://github.com/Abdul-Omira/ThinkHiveMind.git",
|
|
72
|
+
"directory": "thinkhive-js"
|
|
72
73
|
},
|
|
73
74
|
"bugs": {
|
|
74
|
-
"url": "https://github.com/
|
|
75
|
+
"url": "https://github.com/Abdul-Omira/ThinkHiveMind/issues"
|
|
76
|
+
},
|
|
77
|
+
"publishConfig": {
|
|
78
|
+
"access": "public"
|
|
75
79
|
},
|
|
76
80
|
"engines": {
|
|
77
81
|
"node": ">=18.0.0"
|