From c99a29f8da5133c6a6acae8bf49e8e0a508b7181 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Mon, 22 Sep 2025 14:58:20 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20chore:=20update=20`@librechat/ag?= =?UTF-8?q?ents`=20to=20v2.4.80=20(#9766)?= 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 da5331ba0d..52f50523bc 100644 --- a/api/package.json +++ b/api/package.json @@ -49,7 +49,7 @@ "@langchain/google-vertexai": "^0.2.13", "@langchain/openai": "^0.5.18", "@langchain/textsplitters": "^0.1.0", - "@librechat/agents": "^2.4.79", + "@librechat/agents": "^2.4.80", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", diff --git a/package-lock.json b/package-lock.json index d0e4572cf6..0de769297b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "@langchain/google-vertexai": "^0.2.13", "@langchain/openai": "^0.5.18", "@langchain/textsplitters": "^0.1.0", - "@librechat/agents": "^2.4.79", + "@librechat/agents": "^2.4.80", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", @@ -21910,9 +21910,9 @@ } }, "node_modules/@librechat/agents": { - "version": "2.4.79", - "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-2.4.79.tgz", - "integrity": "sha512-Ha8tBPNy9ycPMH+GfBL8lUKz4vC3aXWSO1BZt7x9wDkfVLQBd3XhtkYv0xMvA8y7i6YMowBoyAkkWpX3R8DeJg==", + "version": "2.4.80", + "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-2.4.80.tgz", + "integrity": "sha512-+GlWHMrgiwkptnUip7jJrz9oAQSz4+uJNoa+X6zR9W6x90NnknFwoQsXhQlnXoDGW75uGb+U7KI9mQz5H/YL6Q==", "license": "MIT", "dependencies": { "@langchain/anthropic": "^0.3.26", @@ -51641,7 +51641,7 @@ }, "peerDependencies": { "@langchain/core": "^0.3.62", - "@librechat/agents": "^2.4.79", + "@librechat/agents": "^2.4.80", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.17.1", "axios": "^1.12.1", diff --git a/packages/api/package.json b/packages/api/package.json index ec59745947..036011d30f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -73,7 +73,7 @@ }, "peerDependencies": { "@langchain/core": "^0.3.62", - "@librechat/agents": "^2.4.79", + "@librechat/agents": "^2.4.80", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.17.1", "axios": "^1.12.1",