diff --git a/api/package.json b/api/package.json index d3aeb3166f..0843fe94da 100644 --- a/api/package.json +++ b/api/package.json @@ -45,7 +45,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.0.80", + "@librechat/agents": "^3.1.0", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", diff --git a/package-lock.json b/package-lock.json index 9858d593b4..4aa1fbc1d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.0.80", + "@librechat/agents": "^3.1.0", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", @@ -11709,9 +11709,9 @@ } }, "node_modules/@librechat/agents": { - "version": "3.0.80", - "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.0.80.tgz", - "integrity": "sha512-iu2kwfvQgF1HDA8idq/MNg/YA9nqgjfKXa4PDyYfuWC/Rdtrcr7ltW0Ks5bsjkfzBvZ5K+BuoVoLxpsThGboUw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.1.0.tgz", + "integrity": "sha512-cnZTxSdIfBZZslsQlizA4grxVhAgeHeNPZiwIly+E2IfPJDg8oz+uvtQGXOEKRA0PHL1xRzAb6sqPMUTdm/2RA==", "license": "MIT", "dependencies": { "@aws-sdk/client-bedrock-runtime": "^3.970.0", @@ -43020,7 +43020,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.0.80", + "@librechat/agents": "^3.1.0", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.25.3", "@smithy/node-http-handler": "^4.4.5", diff --git a/packages/api/package.json b/packages/api/package.json index ce7ff83316..cc4e6ed57f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -87,7 +87,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.0.80", + "@librechat/agents": "^3.1.0", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.25.3", "@smithy/node-http-handler": "^4.4.5",