📦 chore: bump @librechat/agents to v3.1.80 (#13021)

This commit is contained in:
Danny Avila 2026-05-08 11:17:50 -04:00
parent eb20d8805d
commit 119ac9c944
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
3 changed files with 46 additions and 28 deletions

View file

@ -45,7 +45,7 @@
"@azure/storage-blob": "^12.30.0",
"@google/genai": "^1.19.0",
"@keyv/redis": "^4.3.3",
"@librechat/agents": "^3.1.80-dev.3",
"@librechat/agents": "^3.1.80",
"@librechat/api": "*",
"@librechat/data-schemas": "*",
"@microsoft/microsoft-graph-client": "^3.0.7",

70
package-lock.json generated
View file

@ -60,7 +60,7 @@
"@azure/storage-blob": "^12.30.0",
"@google/genai": "^1.19.0",
"@keyv/redis": "^4.3.3",
"@librechat/agents": "^3.1.80-dev.3",
"@librechat/agents": "^3.1.80",
"@librechat/api": "*",
"@librechat/data-schemas": "*",
"@microsoft/microsoft-graph-client": "^3.0.7",
@ -11792,24 +11792,41 @@
}
},
"node_modules/@langchain/google-common": {
"version": "2.1.30",
"resolved": "https://registry.npmjs.org/@langchain/google-common/-/google-common-2.1.30.tgz",
"integrity": "sha512-IYxGeJbhzBi7+fW9sbkWGqpSSDDf05Kd1DvCM0RoDeYJx4zQk2aPbmB/PI6uUWl9NHISkEZ4dxbZmBSrVelckw==",
"version": "2.1.28",
"resolved": "https://registry.npmjs.org/@langchain/google-common/-/google-common-2.1.28.tgz",
"integrity": "sha512-iSQ3IKYDWW56F0FMrk4ztm1vABox4S3EfY2ZFhEHRD/ckC3pvcAa6n5ZEH0cuMUY63OBKxPiLS0+lJG3TgLJ2A==",
"license": "MIT",
"dependencies": {
"uuid": "^10.0.0"
},
"engines": {
"node": ">=20"
},
"peerDependencies": {
"@langchain/core": "^1.1.43"
"@langchain/core": "^1.1.41"
}
},
"node_modules/@langchain/google-common/node_modules/uuid": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/@langchain/google-gauth": {
"version": "2.1.30",
"resolved": "https://registry.npmjs.org/@langchain/google-gauth/-/google-gauth-2.1.30.tgz",
"integrity": "sha512-NtLPBlpWnYu2hJUOM9G72rsalpuQu3S9F0mL5qeCy51bgSnFHx4lmBrIpWHpMFcmPejFJGt6AyJ0WSmEJur0Mg==",
"version": "2.1.28",
"resolved": "https://registry.npmjs.org/@langchain/google-gauth/-/google-gauth-2.1.28.tgz",
"integrity": "sha512-aMxBwv0OrAa+oNQ/5kUuBo1MLXi6xtjOLtRN5XF6qpbCmqx21Z0PsMfZ4+dD0128H3O8jY8M4whgr3cdyhbVpQ==",
"license": "MIT",
"dependencies": {
"@langchain/google-common": "2.1.30",
"@langchain/google-common": "2.1.28",
"google-auth-library": "^10.6.2"
},
"engines": {
@ -11889,27 +11906,28 @@
}
},
"node_modules/@langchain/google-genai": {
"version": "2.1.30",
"resolved": "https://registry.npmjs.org/@langchain/google-genai/-/google-genai-2.1.30.tgz",
"integrity": "sha512-0wKgy1NvV89fw5MwYiOOhh18SnUEH20z6MZrPV6Tj2hMAA3jAHVSLlIcCQ2mDRJo2r1aHLV8MDXhzkvD1tEHoQ==",
"version": "2.1.28",
"resolved": "https://registry.npmjs.org/@langchain/google-genai/-/google-genai-2.1.28.tgz",
"integrity": "sha512-iTzNYWST8hTRqOXZdme18tq5GnCUwtrrJECE51ZCjg6Vg0mPsV44amdC+/bc+UK0+uphKWESGWs277aAyM2MlA==",
"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.24.0"
"@google/generative-ai": "^0.24.0",
"uuid": "^11.1.0"
},
"engines": {
"node": ">=20"
},
"peerDependencies": {
"@langchain/core": "^1.1.43"
"@langchain/core": "^1.1.41"
}
},
"node_modules/@langchain/google-vertexai": {
"version": "2.1.30",
"resolved": "https://registry.npmjs.org/@langchain/google-vertexai/-/google-vertexai-2.1.30.tgz",
"integrity": "sha512-67Mf2f6ILTsof5b/t8JXN1/xbcD1LaNcq80ytmmR/rgIDPrOmql2JWaxfgV1l6903quS/CD+wOWt2AF+E+6ewQ==",
"version": "2.1.28",
"resolved": "https://registry.npmjs.org/@langchain/google-vertexai/-/google-vertexai-2.1.28.tgz",
"integrity": "sha512-NuZAvM3xlkQWZa2CCFhPAaeYwGI+raY+piwwF0f5sZTjWgYEwAQC2/GMoOK4/uaC23visNdhKGW2GeY31AQoNw==",
"license": "MIT",
"dependencies": {
"@langchain/google-gauth": "2.1.30"
"@langchain/google-gauth": "2.1.28"
},
"engines": {
"node": ">=20"
@ -12221,9 +12239,9 @@
}
},
"node_modules/@librechat/agents": {
"version": "3.1.80-dev.3",
"resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.1.80-dev.3.tgz",
"integrity": "sha512-yHf346QR6Uo8EkE6IMkJhQTMbugPRO79keulifeo2ILmVmvoCa6G0zOo6/lughTGPNITRXPIbPKH2wr5tuw2jQ==",
"version": "3.1.80",
"resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.1.80.tgz",
"integrity": "sha512-966uGNBA8FXOXYTGNUlHL85XvTkAzdsUPPq2fiYzAV5ol9oTsKsc9Z6GzPygJ5CbsjnkCn/J1HAR3U813dIuJw==",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.92.0",
@ -12232,10 +12250,10 @@
"@langchain/aws": "^1.3.5",
"@langchain/core": "1.1.44",
"@langchain/deepseek": "^1.0.25",
"@langchain/google-common": "2.1.30",
"@langchain/google-gauth": "2.1.30",
"@langchain/google-genai": "2.1.30",
"@langchain/google-vertexai": "2.1.30",
"@langchain/google-common": "2.1.28",
"@langchain/google-gauth": "2.1.28",
"@langchain/google-genai": "2.1.28",
"@langchain/google-vertexai": "2.1.28",
"@langchain/langgraph": "^1.2.9",
"@langchain/mistralai": "^1.0.8",
"@langchain/openai": "1.4.5",
@ -44679,7 +44697,7 @@
"@azure/storage-blob": "^12.30.0",
"@google/genai": "^1.19.0",
"@keyv/redis": "^4.3.3",
"@librechat/agents": "^3.1.80-dev.3",
"@librechat/agents": "^3.1.80",
"@librechat/data-schemas": "*",
"@modelcontextprotocol/sdk": "^1.29.0",
"@smithy/node-http-handler": "^4.4.5",

View file

@ -98,7 +98,7 @@
"@azure/storage-blob": "^12.30.0",
"@google/genai": "^1.19.0",
"@keyv/redis": "^4.3.3",
"@librechat/agents": "^3.1.80-dev.3",
"@librechat/agents": "^3.1.80",
"@librechat/data-schemas": "*",
"@modelcontextprotocol/sdk": "^1.29.0",
"@smithy/node-http-handler": "^4.4.5",