@librechat/agents 3.3.1 → 3.3.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@librechat/agents",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "main": "./dist/cjs/main.cjs",
5
5
  "module": "./dist/esm/main.mjs",
6
6
  "types": "./dist/types/index.d.ts",
@@ -211,11 +211,11 @@
211
211
  "js-yaml": "^4.3.0"
212
212
  },
213
213
  "dependencies": {
214
- "@anthropic-ai/sdk": "^0.103.0",
214
+ "@anthropic-ai/sdk": "^0.115.0",
215
215
  "@aws-sdk/client-bedrock-runtime": "^3.1075.0",
216
- "@langchain/anthropic": "^1.5.1",
216
+ "@langchain/anthropic": "1.5.2",
217
217
  "@langchain/aws": "^1.4.2",
218
- "@langchain/core": "^1.2.2",
218
+ "@langchain/core": "^1.2.3",
219
219
  "@langchain/deepseek": "^1.1.3",
220
220
  "@langchain/google-common": "2.2.0",
221
221
  "@langchain/google-gauth": "2.2.0",
@@ -976,6 +976,7 @@ test('Anthropic message_delta usage preserves cumulative input totals', () => {
976
976
  output_tokens: 375,
977
977
  cache_creation_input_tokens: 11,
978
978
  cache_read_input_tokens: 13,
979
+ fallback_credit: null,
979
980
  server_tool_use: null,
980
981
  iterations: null,
981
982
  output_tokens_details: null,
@@ -1018,6 +1019,7 @@ test('Anthropic stream usage does not double-count cumulative input tokens', asy
1018
1019
  cache_creation: null,
1019
1020
  cache_creation_input_tokens: 20,
1020
1021
  cache_read_input_tokens: 30,
1022
+ fallback_credit: null,
1021
1023
  inference_geo: null,
1022
1024
  input_tokens: 243,
1023
1025
  iterations: null,
@@ -1043,6 +1045,7 @@ test('Anthropic stream usage does not double-count cumulative input tokens', asy
1043
1045
  output_tokens: 375,
1044
1046
  cache_creation_input_tokens: 20,
1045
1047
  cache_read_input_tokens: 30,
1048
+ fallback_credit: null,
1046
1049
  server_tool_use: null,
1047
1050
  iterations: null,
1048
1051
  output_tokens_details: null,
@@ -1089,6 +1092,7 @@ test('Anthropic stream usage accepts input first reported at message_delta', asy
1089
1092
  cache_creation: null,
1090
1093
  cache_creation_input_tokens: 0,
1091
1094
  cache_read_input_tokens: 0,
1095
+ fallback_credit: null,
1092
1096
  inference_geo: null,
1093
1097
  input_tokens: 0,
1094
1098
  iterations: null,
@@ -1114,6 +1118,7 @@ test('Anthropic stream usage accepts input first reported at message_delta', asy
1114
1118
  output_tokens: 42,
1115
1119
  cache_creation_input_tokens: 500,
1116
1120
  cache_read_input_tokens: 200,
1121
+ fallback_credit: null,
1117
1122
  server_tool_use: null,
1118
1123
  iterations: null,
1119
1124
  output_tokens_details: null,
@@ -1160,6 +1165,7 @@ test('Anthropic stream usage handles multiple cumulative message_delta events',
1160
1165
  cache_creation: null,
1161
1166
  cache_creation_input_tokens: 0,
1162
1167
  cache_read_input_tokens: 0,
1168
+ fallback_credit: null,
1163
1169
  inference_geo: null,
1164
1170
  input_tokens: 243,
1165
1171
  iterations: null,
@@ -1185,6 +1191,7 @@ test('Anthropic stream usage handles multiple cumulative message_delta events',
1185
1191
  output_tokens: 100,
1186
1192
  cache_creation_input_tokens: 0,
1187
1193
  cache_read_input_tokens: 0,
1194
+ fallback_credit: null,
1188
1195
  server_tool_use: null,
1189
1196
  iterations: null,
1190
1197
  output_tokens_details: null,
@@ -1204,6 +1211,7 @@ test('Anthropic stream usage handles multiple cumulative message_delta events',
1204
1211
  output_tokens: 375,
1205
1212
  cache_creation_input_tokens: 0,
1206
1213
  cache_read_input_tokens: 0,
1214
+ fallback_credit: null,
1207
1215
  server_tool_use: null,
1208
1216
  iterations: null,
1209
1217
  output_tokens_details: null,