mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-08 19:48:51 +01:00
chore: Update @librechat/agents dependency to version 1.4.5
This commit is contained in:
parent
6d30726113
commit
16ba3ed243
2 changed files with 14 additions and 13 deletions
|
|
@ -43,7 +43,7 @@
|
|||
"@langchain/core": "^0.2.18",
|
||||
"@langchain/google-genai": "^0.0.11",
|
||||
"@langchain/google-vertexai": "^0.0.17",
|
||||
"@librechat/agents": "^1.4.2",
|
||||
"@librechat/agents": "^1.4.5",
|
||||
"axios": "^1.3.4",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
|
|
|
|||
25
package-lock.json
generated
25
package-lock.json
generated
|
|
@ -52,7 +52,7 @@
|
|||
"@langchain/core": "^0.2.18",
|
||||
"@langchain/google-genai": "^0.0.11",
|
||||
"@langchain/google-vertexai": "^0.0.17",
|
||||
"@librechat/agents": "^1.4.2",
|
||||
"@librechat/agents": "^1.4.5",
|
||||
"axios": "^1.3.4",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
|
|
@ -8960,15 +8960,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@langchain/aws": {
|
||||
"version": "0.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@langchain/aws/-/aws-0.0.6.tgz",
|
||||
"integrity": "sha512-Shc64LB2eRbcDAg5wzBvrWB99QRdS+jZ3RE2epLs0f6lfo0IIdLmcM8MLQOB8Y7Yfn2XAlujpdpX2pX3D2G8Bw==",
|
||||
"version": "0.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@langchain/aws/-/aws-0.0.10.tgz",
|
||||
"integrity": "sha512-q9sL34lq2UpSVDBTNixy2+DJbjd5RSlCGBoatVeWpfMDv2J47sJZlfVGfXLidFZhQox6uL1GyQJoKrIb+Cu97Q==",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-bedrock-agent-runtime": "^3.616.0",
|
||||
"@aws-sdk/client-bedrock-runtime": "^3.602.0",
|
||||
"@aws-sdk/client-kendra": "^3.352.0",
|
||||
"@aws-sdk/credential-provider-node": "^3.600.0",
|
||||
"@langchain/core": ">=0.2.16 <0.3.0",
|
||||
"@langchain/core": ">=0.2.21 <0.3.0",
|
||||
"zod": "^3.23.8",
|
||||
"zod-to-json-schema": "^3.22.5"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -10014,17 +10015,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@librechat/agents": {
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-1.4.2.tgz",
|
||||
"integrity": "sha512-6uo+VxJUJV48MoZlAfedgKWVHtkgmXQKfeiD3MiJNYsxl7udulifjAmdEd7uQZaLfkVdds81yrkWfn11sGsTEQ==",
|
||||
"version": "1.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-1.4.5.tgz",
|
||||
"integrity": "sha512-bSnb2pRRmcDRSZ8JCF3P2NpmUX7xmuhumxTR9TqeW4JVlgSMiiuzNQGWsFW8HrUahgKD/xh+xwTrQ8F8x2KAgA==",
|
||||
"dependencies": {
|
||||
"@aws-crypto/sha256-js": "^5.2.0",
|
||||
"@aws-sdk/credential-provider-node": "^3.613.0",
|
||||
"@aws-sdk/types": "^3.609.0",
|
||||
"@langchain/anthropic": "^0.2.14",
|
||||
"@langchain/aws": "^0.0.6",
|
||||
"@langchain/anthropic": "^0.2.15",
|
||||
"@langchain/aws": "^0.0.10",
|
||||
"@langchain/community": "^0.2.20",
|
||||
"@langchain/core": "^0.2.18",
|
||||
"@langchain/core": "^0.2.31",
|
||||
"@langchain/google-vertexai": "^0.0.20",
|
||||
"@langchain/langgraph": "^0.0.31",
|
||||
"@langchain/mistralai": "^0.0.26",
|
||||
|
|
@ -10034,7 +10035,7 @@
|
|||
"@smithy/util-utf8": "^2.0.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"langchain": "^0.2.10",
|
||||
"nanoid": "^3.3.4"
|
||||
"nanoid": "^3.3.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue