📦 chore: bump @librechat/agents to v2.4.60 (#8458)

This commit is contained in:
Danny Avila 2025-07-14 18:29:48 -04:00 committed by GitHub
parent e11e716807
commit aeeb860fe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 45 additions and 7 deletions

View file

@ -48,7 +48,7 @@
"@langchain/google-genai": "^0.2.13",
"@langchain/google-vertexai": "^0.2.13",
"@langchain/textsplitters": "^0.1.0",
"@librechat/agents": "^2.4.59",
"@librechat/agents": "^2.4.60",
"@librechat/api": "*",
"@librechat/data-schemas": "*",
"@node-saml/passport-saml": "^5.0.0",

48
package-lock.json generated
View file

@ -64,7 +64,7 @@
"@langchain/google-genai": "^0.2.13",
"@langchain/google-vertexai": "^0.2.13",
"@langchain/textsplitters": "^0.1.0",
"@librechat/agents": "^2.4.59",
"@librechat/agents": "^2.4.60",
"@librechat/api": "*",
"@librechat/data-schemas": "*",
"@node-saml/passport-saml": "^5.0.0",
@ -1313,6 +1313,44 @@
}
}
},
"api/node_modules/@langchain/openai": {
"version": "0.5.18",
"resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-0.5.18.tgz",
"integrity": "sha512-CX1kOTbT5xVFNdtLjnM0GIYNf+P7oMSu+dGCFxxWRa3dZwWiuyuBXCm+dToUGxDLnsHuV1bKBtIzrY1mLq/A1Q==",
"license": "MIT",
"dependencies": {
"js-tiktoken": "^1.0.12",
"openai": "^5.3.0",
"zod": "^3.25.32"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"@langchain/core": ">=0.3.58 <0.4.0"
}
},
"api/node_modules/@langchain/openai/node_modules/openai": {
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/openai/-/openai-5.9.0.tgz",
"integrity": "sha512-cmLC0pfqLLhBGxE4aZPyRPjydgYCncppV2ClQkKmW79hNjCvmzkfhz8rN5/YVDmjVQlFV+UsF1JIuNjNgeagyQ==",
"license": "Apache-2.0",
"bin": {
"openai": "bin/cli"
},
"peerDependencies": {
"ws": "^8.18.0",
"zod": "^3.23.8"
},
"peerDependenciesMeta": {
"ws": {
"optional": true
},
"zod": {
"optional": true
}
}
},
"api/node_modules/@smithy/abort-controller": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.0.2.tgz",
@ -19347,9 +19385,9 @@
}
},
"node_modules/@librechat/agents": {
"version": "2.4.59",
"resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-2.4.59.tgz",
"integrity": "sha512-fgf5bAGGM/Qp6wcDitf1plDSyvVpe7C+VQMOLveqJG1sPSQjdGgCFdTGyL+rH56M7JEw1di/ab1BhpuFZcLT6g==",
"version": "2.4.60",
"resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-2.4.60.tgz",
"integrity": "sha512-rhZiQSm4wLXe738UdtxRY6zpQrpk+FVo6NUk5XfogtE8zE3C5AQap85PGxoNneYK39V9mCf1X4lwMHmLqHW7oA==",
"license": "MIT",
"dependencies": {
"@langchain/anthropic": "^0.3.24",
@ -46536,7 +46574,7 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@librechat/agents": "^2.4.59",
"@librechat/agents": "^2.4.60",
"@librechat/data-schemas": "*",
"@modelcontextprotocol/sdk": "^1.13.3",
"axios": "^1.8.2",

View file

@ -69,7 +69,7 @@
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"@librechat/agents": "^2.4.59",
"@librechat/agents": "^2.4.60",
"@librechat/data-schemas": "*",
"@modelcontextprotocol/sdk": "^1.13.3",
"axios": "^1.8.2",