📦 chore: bump @librechat/agents to v2.4.63 (#8558)

This commit is contained in:
Danny Avila 2025-07-19 14:37:22 -04:00 committed by GitHub
parent 90c43dd451
commit aec1777a90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1443 additions and 857 deletions

View file

@ -49,7 +49,7 @@
"@langchain/google-vertexai": "^0.2.13", "@langchain/google-vertexai": "^0.2.13",
"@langchain/openai": "^0.5.18", "@langchain/openai": "^0.5.18",
"@langchain/textsplitters": "^0.1.0", "@langchain/textsplitters": "^0.1.0",
"@librechat/agents": "^2.4.62", "@librechat/agents": "^2.4.63",
"@librechat/api": "*", "@librechat/api": "*",
"@librechat/data-schemas": "*", "@librechat/data-schemas": "*",
"@node-saml/passport-saml": "^5.0.0", "@node-saml/passport-saml": "^5.0.0",

2296
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -70,7 +70,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@langchain/core": "^0.3.62", "@langchain/core": "^0.3.62",
"@librechat/agents": "^2.4.62", "@librechat/agents": "^2.4.63",
"@librechat/data-schemas": "*", "@librechat/data-schemas": "*",
"@modelcontextprotocol/sdk": "^1.13.3", "@modelcontextprotocol/sdk": "^1.13.3",
"axios": "^1.8.2", "axios": "^1.8.2",