From b70528f59aca7b64d39027a36d970e57cc96158b Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Sun, 18 Jan 2026 18:05:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20fix:=20`@librechat/agents`=20v3.?= =?UTF-8?q?0.776=20for=20Anthropic=20Message=20Coercion=20Fix=20(pt.=202)?= =?UTF-8?q?=20(#11396)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 20f309ac76..7c549f19c3 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.775", + "@librechat/agents": "^3.0.776", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", diff --git a/package-lock.json b/package-lock.json index c1a965b0f0..9e75d42fe5 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.775", + "@librechat/agents": "^3.0.776", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", @@ -12646,9 +12646,9 @@ } }, "node_modules/@librechat/agents": { - "version": "3.0.775", - "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.0.775.tgz", - "integrity": "sha512-yBMsY3sw7E/Zb+s2y9eoCCy2BDwlZI6qB0Sx28sZFow1mBs4qjREyA+pEe9GnWHgKB28aGj2lofdUyzuVTepEA==", + "version": "3.0.776", + "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.0.776.tgz", + "integrity": "sha512-tLhFqyjlGl70QV8mq9cvmvwQ0hw/WCIC7ayEY5zJAXK+WTO80ir7xjYtXz98PX0+hNwNu8PFekgnSTWrYIrT0w==", "license": "MIT", "dependencies": { "@langchain/anthropic": "^0.3.26", @@ -43129,7 +43129,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.0.775", + "@librechat/agents": "^3.0.776", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.25.2", "@smithy/node-http-handler": "^4.4.5", diff --git a/packages/api/package.json b/packages/api/package.json index 5e70453d51..c73c643165 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.775", + "@librechat/agents": "^3.0.776", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.25.2", "@smithy/node-http-handler": "^4.4.5",