- Notifications
You must be signed in to change notification settings - Fork2k
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
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
Uh oh!
There was an error while loading.Please reload this page.
base:v0.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:openai/openai-agents-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 4commits
- 9files changed
- 2contributors
Commits on Jul 16, 2025
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)
Commits on Jul 17, 2025
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.
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.
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.2.1...v0.2.2
Uh oh!
There was an error while loading.Please reload this page.