Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:openai/openai-agents-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v0.2.1
Choose a base ref
Loading
...
head repository:openai/openai-agents-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v0.2.2
Choose a head ref
Loading
  • 4commits
  • 9files changed
  • 2contributors

Commits on Jul 16, 2025

  1. Add a new GH Actions job to automatically update translated document …

    …pagse (#598)This pull request adds a new GitHub Actions job to automate thetranslation of document pages.- Before this job can run, **OPENAI_API_KEY must be added to the projectsecrets.**- It typically takes 8–10 minutes using the o3 model, so the job isconfigured to run only when there are changes under docs/ or inmkdocs.yml.- The job commits and pushes the translated changes, but it does notdeploy the documents to GitHub Pages. If we think it’s better to deploythe latest changes automatically as well, I’m happy to update theworkflow. (Personally, I don’t think it’s necessary, since the changeswill be deployed with the next deployment job execution)
    @seratch
    seratch authoredJul 16, 2025
    Configuration menu
    Copy the full SHA
    ae4ba3cView commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Adjust#598to only create a PR rather than pushing changes to main b…

    …ranch (#1162)This pull request resolves the execution error of#598 CI job. The jobpushes the changes directly to the main branch. However, our branchpolicies do not allow bypassing required checks, so it always fails.This pull request changes its behavior just to create a pull request andthen ask humans to review (actually you don't need to check translationresults though) and merge it.
    @seratch
    seratch authoredJul 17, 2025
    Configuration menu
    Copy the full SHA
    2f8ea0aView commit details
    Browse the repository at this point in the history
  2. Realtime: only update model settings from session (#1169)

    ### Summary:Was running into bugs. Because the model settings were being set fromboth runner and session, and that was causing issues. Among otherthings, handoffs were broken because the runner wasn't reading them, andthe session wasn't setting them in the connect() call.### Test Plan:Unit tests.
    @rm-openai
    rm-openai authoredJul 17, 2025
    1Configuration menu
    Copy the full SHA
    a25dac7View commit details
    Browse the repository at this point in the history
  3. v0.2.2 (#1170)

    @rm-openai
    rm-openai authoredJul 17, 2025
    1Configuration menu
    Copy the full SHA
    362144eView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp