diff --git a/api/package.json b/api/package.json index 835464315e..5dcf531b99 100644 --- a/api/package.json +++ b/api/package.json @@ -46,7 +46,7 @@ "@googleapis/youtube": "^20.0.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.0.72", + "@librechat/agents": "^3.0.75", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", diff --git a/package-lock.json b/package-lock.json index 71ef147768..9eb1fde167 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "@googleapis/youtube": "^20.0.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.0.72", + "@librechat/agents": "^3.0.75", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", @@ -12660,9 +12660,9 @@ } }, "node_modules/@librechat/agents": { - "version": "3.0.72", - "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.0.72.tgz", - "integrity": "sha512-oIqgG9Bl7+BehVsgsyg5od89J2iqsfBBMkgI8qnKzfdGJXuSN0xDDpKoAiumwSx/nrnhG2gx9Y1J5tBC3mrONQ==", + "version": "3.0.75", + "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.0.75.tgz", + "integrity": "sha512-PEJGMzmBW9EnnYvNn2C6vv8EtRR7e13uxQNiV0OfillLwv882w7hJBAdAz40BcaUQg442OzULpD+kEmnn6ZSEw==", "license": "MIT", "dependencies": { "@langchain/anthropic": "^0.3.26", @@ -43173,7 +43173,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.0.72", + "@librechat/agents": "^3.0.75", "@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 9081367d5c..cf2f44df33 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -88,7 +88,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.0.72", + "@librechat/agents": "^3.0.75", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.25.2", "@smithy/node-http-handler": "^4.4.5",