chore: update @librechat/agents dependency to version 3.0.71 and enhance agent tool loading logic

- Updated the @librechat/agents package to version 3.0.71 across multiple files.
- Added support for handling deferred loading of tools in agent initialization and execution processes.
- Improved the extraction of discovered tools from message history to optimize tool loading behavior.
This commit is contained in:
Danny Avila 2026-01-08 10:32:30 -05:00
parent 1496e11e88
commit 4a6c2aa1e8
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
8 changed files with 179 additions and 14 deletions

View file

@ -1019,6 +1019,7 @@ class AgentClient extends BaseClient {
run = await createRun({
agents,
messages,
indexTokenCountMap,
runId: this.responseMessageId,
signal: abortController.signal,