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.5
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.6
Choose a head ref
  • 9 commits
  • 45 files changed
  • 10 contributors

Commits on Aug 8, 2025

  1. feat: support agent output guardrails in realtime (#1381)

    ## Summary
    - allow RealtimeAgent to define output guardrails
    - run agent-level guardrails in realtime sessions
    - avoid running duplicate guardrails when supplied on both agent and run
    config
    - document and test agent-level output guardrails
    
    ## Testing
    - `make format`
    - `make lint`
    - `make mypy`
    - `make tests`
    - `make build-docs`
    
    
    ------
    https://chatgpt.com/codex/tasks/task_i_6892a5f23df0832492b8cba9ed214272
    jhills20 authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    6c816c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Configuration menu
    Copy the full SHA
    efee1a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fe9a5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0df7903 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b758bd View commit details
    Browse the repository at this point in the history
  5. Add streaming function call arguments example (#1052)

    Co-authored-by: Kazuhiro Sera <seratch@openai.com>
    devtalker and seratch authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    cb0125c View commit details
    Browse the repository at this point in the history
  6. Updated the default values for two parameters in the ModelSettings cl…

    …ass to align with their documented behavior: (#1392)
    rudra-attri authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    975cdec View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump "openai>=1.99.6,<2" (#1415)

    - fix(litellm_model): Replace `Function` with
    `ChatCompletionMessageFunctionToolCall`.
    - Breaking change coming from
    https://github.com/openai/openai-python/releases/tag/v1.99.2
    
    This pull request resolves the errors in
    #1396
    
    Fixes #1395
    Fixes #1401
    
    ---------
    
    Co-authored-by: daavoo <daviddelaiglesiacastro@gmail.com>
    seratch and daavoo authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    eb5483b View commit details
    Browse the repository at this point in the history
  8. v0.2.6 (#1423)

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