diff --git a/api/package.json b/api/package.json index bab4ef5e7..7f57d8e8a 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.70", + "@librechat/agents": "^2.4.71", "@librechat/api": "*", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.17.1", diff --git a/package-lock.json b/package-lock.json index 970c367fb..60aaa9737 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.70", + "@librechat/agents": "^2.4.71", "@librechat/api": "*", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.17.1", @@ -21573,9 +21573,9 @@ } }, "node_modules/@librechat/agents": { - "version": "2.4.70", - "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-2.4.70.tgz", - "integrity": "sha512-3FzKUd+VwAuPZBDYKPe707BNtnIsDVKGUpYgqjmnpSjDd5O5h1TUkcTjK36C68sNezsT6FJcDz1vozIEhN2aiA==", + "version": "2.4.71", + "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-2.4.71.tgz", + "integrity": "sha512-D2txcNt2pi6npwPPIwYUKIovBFGHZ56Z2aivVsqYPL9/JoHJW/kbuCiccEmjTUG0XULmQYksIEDOTvQz+6Js+Q==", "license": "MIT", "dependencies": { "@langchain/anthropic": "^0.3.26", @@ -51414,7 +51414,7 @@ }, "peerDependencies": { "@langchain/core": "^0.3.62", - "@librechat/agents": "^2.4.70", + "@librechat/agents": "^2.4.71", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.17.1", "axios": "^1.8.2", diff --git a/packages/api/package.json b/packages/api/package.json index 1397a4bd0..9f8541618 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -70,7 +70,7 @@ }, "peerDependencies": { "@langchain/core": "^0.3.62", - "@librechat/agents": "^2.4.70", + "@librechat/agents": "^2.4.71", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.17.1", "axios": "^1.8.2",