From b87b8ceaa65e1e4f0d40076e6119602d6973bed8 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Thu, 5 Feb 2026 08:44:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20chore:=20Update=20@librechat/age?= =?UTF-8?q?nts=20to=20v3.1.32=20(#11630)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bumped the version of @librechat/agents to 3.1.32 across multiple package.json and package-lock.json files to ensure compatibility and access to the latest features. - This update enhances the functionality and stability of the application by integrating the latest improvements from the @librechat/agents package. --- api/package.json | 2 +- package-lock.json | 10 +++++----- packages/api/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/package.json b/api/package.json index b7c3347b6e..0390158ced 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.1.31", + "@librechat/agents": "^3.1.32", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", diff --git a/package-lock.json b/package-lock.json index 00477b4e16..801e3bea57 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.1.31", + "@librechat/agents": "^3.1.32", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", @@ -10753,9 +10753,9 @@ } }, "node_modules/@librechat/agents": { - "version": "3.1.31", - "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.1.31.tgz", - "integrity": "sha512-MRRp1B+giJkd5PNdbYFcTJ99bEL2mEzGiM/gY1iQNjEHoRUr4Nu3MIXBH75PRh3xgciDngcX08kqYipn9t4sJQ==", + "version": "3.1.32", + "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.1.32.tgz", + "integrity": "sha512-6VrozsSAM3N/uos7mfyKH2wjTuvoPLiFxV01i3Rpodyu5f0V76Ej0+wVFbcD65KUDTKn0Lpw+rBRpDAy7hXn8g==", "license": "MIT", "dependencies": { "@aws-sdk/client-bedrock-runtime": "^3.980.0", @@ -42329,7 +42329,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.1.31", + "@librechat/agents": "^3.1.32", "@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 106ca9cee2..5d1c0d8d15 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.1.31", + "@librechat/agents": "^3.1.32", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.25.3", "@smithy/node-http-handler": "^4.4.5",