👟 feat: Enable Eager Execution of Tool Calls#13192
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the agent run configuration to opt into eager execution of tool calls by default, and bumps @librechat/agents to a version that supports the new RunConfig option.
Changes:
- Enable
eagerEventToolExecutionincreateRun()when constructing theRun.create()config. - Bump
@librechat/agentsfrom^3.1.88to^3.1.89across backend packages and lockfile.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/api/src/agents/run.ts | Enables eager event-based tool execution in the run configuration passed to the agents SDK. |
| packages/api/package.json | Bumps @librechat/agents peer dependency to ^3.1.89. |
| api/package.json | Bumps @librechat/agents dependency to ^3.1.89. |
| package-lock.json | Updates lockfile entries to resolve @librechat/agents@3.1.89. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
989
to
996
| customHandlers, | ||
| indexTokenCountMap, | ||
| initialSessions, | ||
| calibrationRatio, | ||
| indexTokenCountMap, | ||
| eagerEventToolExecution: { enabled: true }, | ||
| ...(enableToolOutputReferences && { | ||
| toolOutputReferences: { enabled: true }, | ||
| }), |
Contributor
GitNexus: 🚀 deployedThe |
patricia2510
pushed a commit
to lexaeon-org/libre-chat
that referenced
this pull request
May 21, 2026
* 📦 chore: Bump `@librechat/agents` to v3.1.89 * feat: enable eagerEventToolExecution in createRun function
fuuuzzy
pushed a commit
to fuuuzzy/LibreChat
that referenced
this pull request
May 22, 2026
* 📦 chore: Bump `@librechat/agents` to v3.1.89 * feat: enable eagerEventToolExecution in createRun function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.