fix(deps): update dependency @openai/agents to ^0.7.0 - autoclosed#83
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
fix(deps): update dependency @openai/agents to ^0.7.0 - autoclosed#83renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
48b0c86 to
4577932
Compare
4577932 to
e709b4f
Compare
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.5.0→^0.7.0Release Notes
openai/openai-agents-js (@openai/agents)
v0.7.2Compare Source
What's Changed
Documentation & Other Changes
Full Changelog: openai/openai-agents-js@v0.7.1...v0.7.2
v0.7.1Compare Source
What's Changed
Documentation & Other Changes
Full Changelog: openai/openai-agents-js@v0.7.0...v0.7.1
v0.7.0Compare Source
Key Changes
Opt-in retry settings
New opt-in settings for retries of model API calls is available in this version. The new configuration is available as part of
ModelSettingsand it can be passed either as run config or model settings per an agent.What's Changed
Documentation & Other Changes
Full Changelog: openai/openai-agents-js@v0.6.0...v0.7.0
v0.6.0Compare Source
Key Changes
Tool search support
As of this version, the Agents SDK supports the tool search tool, including namespaces: https://developers.openai.com/api/docs/guides/tools-tool-search/
Please refer to this concrete example, as well as the updated documentation.
Computer use tool GA
As of this version, you can use the gpt-5.4 model for the computer use tool, in addition to the existing computer-use-preview model: https://developers.openai.com/api/docs/guides/tools-computer-use/
Please refer to this concrete example, as well as the updated documentation.
Import path changes for AI SDK adapter users
If you have been using the
@openai/agents-extensionspackage for theaisdk()helper, please migrate to importing it from@openai/agents-extensions/ai-sdk. The top-level import had been deprecated since version 0.4, and it has now been removed to allow developers to use the extensions package without AI SDK modules.What's Changed
Documents & Other Changes
Full Changelog: openai/openai-agents-js@v0.5.4...v0.6.0
v0.5.4Compare Source
What's Changed
Documents & Other Changes
Full Changelog: openai/openai-agents-js@v0.5.3...v0.5.4
Configuration
📅 Schedule: Branch creation - "before 9am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 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.