fix(deps): update dependency @openai/agents to ^0.14.0 - #140
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency @openai/agents to ^0.14.0#140renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
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.
This PR contains the following updates:
^0.13.0→^0.14.0Release Notes
openai/openai-agents-js (@openai/agents)
v0.14.1Compare Source
What's Changed
Documentation & Other Changes
Full Changelog: openai/openai-agents-js@v0.14.0...v0.14.1
v0.14.0Compare Source
Key Changes
Programmatic Tool Calling support
The SDK now supports Programmatic Tool Calling, allowing supported models to generate hosted JavaScript that coordinates eligible tools and reduces their intermediate results. Program calls are preserved across streaming, sessions, replay, and serialized
RunState. Refer to a simple example to see how it works.Sensitive model and tool data logging is now disabled by default
Model and tool data is no longer logged unless explicitly enabled. Use
setSensitiveDataLoggingEnabled(true)to opt in programmatically, or set the correspondingOPENAI_AGENTS_DONT_LOG_*environment variables to0orfalse.Task and turn tracing is enabled by default
Runs now emit task and turn spans by default, providing a clearer trace hierarchy and usage metadata. Set
includeTaskAndTurnSpanstofalsein the per-run tracing configuration to opt out.Run cancellation now propagates to function and MCP tools
Cancellation signals now reach streaming and non-streaming function tools as well as MCP tool requests. Stream completion also waits for background work and cleanup to settle before resolving.
AI SDK 7 support
The AI SDK adapter now supports
LanguageModelV4models and AI SDK 7 while preserving existing v2 and v3 compatibility.Vercel S3 bucket mounts
A new
VercelCloudBucketMountStrategyenables S3 buckets to be mounted in Vercel sandboxes using Mountpoint for Amazon S3.What's Changed
Documentation & Other Changes
New Contributors
Full Changelog: openai/openai-agents-js@v0.13.5...v0.14.0
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.