Skip to content
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 or learn 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.7
Choose a base ref
...
head repository: openai/openai-agents-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.8
Choose a head ref
  • 11 commits
  • 40 files changed
  • 4 contributors

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    cec3a9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b229d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6378ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7560cab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90a57d0 View commit details
    Browse the repository at this point in the history
  6. Update all translated document pages (#1484)

    Automated update of translated documentation
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    ee12d42 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Allow modifying the input sent to the model (#1483)

    Some customers have reported that the agent loop can go on for a long
    time and use up the entire context window. This PR allows modifying the
    data sent to the model.
    rm-openai authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    c913454 View commit details
    Browse the repository at this point in the history
  2. Make shallow copies of lists instead of deep copies (#1490)

    We were making deep copies, which is (1) inefficient and (2) causes some
    pickling errors.
    
    Instead, this PR just makes shallow copies, calling list.copy(). We do
    want a shallow copy so that mutations don't affect the original past-end
    list.
    rm-openai authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    07345d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcb9b50 View commit details
    Browse the repository at this point in the history
  4. Realtime: allow arbitrarily sized messages (#1500)

    @rzhao-openai was seeing errors about incoming messages being too large.
    Turns out there's a default limit of 2**20 = 1,048,576 bytes.
    rm-openai authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    992faf7 View commit details
    Browse the repository at this point in the history
  5. 0.2.8 (#1501)

    rm-openai authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    d36beae View commit details
    Browse the repository at this point in the history
Loading