@librechat/agents 3.2.37 → 3.2.38
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/package.json +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@librechat/agents",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.38",
|
|
4
4
|
"main": "./dist/cjs/main.cjs",
|
|
5
5
|
"module": "./dist/esm/main.mjs",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -212,7 +212,9 @@
|
|
|
212
212
|
"uuid": "$uuid",
|
|
213
213
|
"fast-xml-parser": "5.7.2",
|
|
214
214
|
"ajv": "6.14.0",
|
|
215
|
-
"minimatch": "3.1.4"
|
|
215
|
+
"minimatch": "3.1.4",
|
|
216
|
+
"@opentelemetry/core": "^2.8.0",
|
|
217
|
+
"js-yaml": "^4.2.0"
|
|
216
218
|
},
|
|
217
219
|
"dependencies": {
|
|
218
220
|
"@anthropic-ai/sdk": "^0.92.0",
|
|
@@ -230,9 +232,9 @@
|
|
|
230
232
|
"@langchain/openai": "1.4.5",
|
|
231
233
|
"@langchain/textsplitters": "^1.0.1",
|
|
232
234
|
"@langchain/xai": "^1.3.17",
|
|
233
|
-
"@langfuse/langchain": "^5.
|
|
234
|
-
"@langfuse/otel": "^5.
|
|
235
|
-
"@langfuse/tracing": "^5.
|
|
235
|
+
"@langfuse/langchain": "^5.4.1",
|
|
236
|
+
"@langfuse/otel": "^5.4.1",
|
|
237
|
+
"@langfuse/tracing": "^5.4.1",
|
|
236
238
|
"@opentelemetry/context-async-hooks": "2.7.1",
|
|
237
239
|
"@opentelemetry/sdk-node": "^0.218.0",
|
|
238
240
|
"@scarf/scarf": "^1.4.0",
|