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.10
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: v0.2.11
Choose a head ref
  • 17 commits
  • 48 files changed
  • 8 contributors

Commits on Sep 1, 2025

  1. docs: Fix #1625 code snippet error

    Resolves #1625
    aiwithwhitehat authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    5f560be View commit details
    Browse the repository at this point in the history
  2. Update all translated document pages (#1627)

    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 Sep 1, 2025
    Configuration menu
    Copy the full SHA
    cb31677 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89dc1fb View commit details
    Browse the repository at this point in the history
  4. Update all translated document pages (#1628)

    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 Sep 1, 2025
    Configuration menu
    Copy the full SHA
    5de3b58 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. fix(run): fire on_llm_start / on_llm_end in Runner.run() for streamin…

    …g & non-streaming (aligns with docs) (#1619)
    erikanstine authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    6904dcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9bdf8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f76bf33 View commit details
    Browse the repository at this point in the history
  4. Update all translated document pages (#1643)

    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 Sep 2, 2025
    Configuration menu
    Copy the full SHA
    9e01cf7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Configuration menu
    Copy the full SHA
    824a431 View commit details
    Browse the repository at this point in the history
  2. fix: Fix #1640 openai package breaking changes (#1641)

    This pull request resolves #1640
    seratch authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    8a73b69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    184757b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    244ce39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6df6fe1 View commit details
    Browse the repository at this point in the history
  6. Document OpenAI Conversations session option (#1649)

    ## Summary
    - document the OpenAI Conversations session option on the sessions guide
    - link to the generated reference page for the OpenAI Conversations
    session implementation
    - check in the generated reference stubs created during the docs build
    
    ## Testing
    - make build-docs
    
    ------
    https://chatgpt.com/codex/tasks/task_i_68b80232666c83209c185fb761150b60
    seratch authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    053dbc4 View commit details
    Browse the repository at this point in the history
  7. docs: Add more clarity on multi-agent design patterns (#1650)

    This pull request updates the "Agents" documentation page to mention
    both manger and handoffs design patterns. I've got a feedback from a
    customer that the Agents SDK documentation does not mention the "agents
    as tools" design pattern when mentioning handoffs, so he thought this
    SDK supports only handoffs. This is a valid feedback, so we can consider
    improving the documentation to give more clarity.
    seratch authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    b302974 View commit details
    Browse the repository at this point in the history
  8. Update all translated document pages (#1654)

    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 Sep 3, 2025
    Configuration menu
    Copy the full SHA
    9ad148b View commit details
    Browse the repository at this point in the history
  9. v0.2.11 (#1655)

    rm-openai authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    f612516 View commit details
    Browse the repository at this point in the history
Loading