Thanks to visit codestin.com
Credit goes to github.com

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: laseren/openai-agents-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 26 files changed
  • 2 contributors

Commits on May 21, 2025

  1. Upgrade openAI sdk version (openai#730)

    ---
    [//]: # (BEGIN SAPLING FOOTER)
    * openai#732
    * openai#731
    * __->__ openai#730
    rm-openai authored May 21, 2025
    Configuration menu
    Copy the full SHA
    ce2e2a4 View commit details
    Browse the repository at this point in the history
  2. Hosted MCP support (openai#731)

    ---
    [//]: # (BEGIN SAPLING FOOTER)
    * openai#732
    * __->__ openai#731
    rm-openai authored May 21, 2025
    Configuration menu
    Copy the full SHA
    9fa5c39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    079764f View commit details
    Browse the repository at this point in the history
  4. v0.0.16 (openai#733)

    rm-openai authored May 21, 2025
    Configuration menu
    Copy the full SHA
    1992be3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1364f44 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Fix visualization recursion with cycle detection (openai#737)

    ## Summary
    - avoid infinite recursion in visualization by tracking visited agents
    - test cycle detection in graph utility
    
    ## Testing
    - `make mypy`
    - `make tests` 
    
    Resolves openai#668
    rm-openai authored May 23, 2025
    Configuration menu
    Copy the full SHA
    db462e3 View commit details
    Browse the repository at this point in the history
  2. Update MCP and tool docs (openai#736)

    ## Summary
    - mention MCPServerStreamableHttp in MCP server docs
    - document CodeInterpreterTool, HostedMCPTool, ImageGenerationTool and
    LocalShellTool
    - update Japanese translations
    rm-openai authored May 23, 2025
    Configuration menu
    Copy the full SHA
    a96108e View commit details
    Browse the repository at this point in the history
  3. Fix Gemini API content filter handling (openai#746)

    ## Summary
    - avoid AttributeError when Gemini API returns `None` for chat message
    - return empty output if message is filtered
    - add regression test
    
    ## Testing
    - `make format`
    - `make lint`
    - `make mypy`
    - `make tests`
    
    Towards openai#744
    rm-openai authored May 23, 2025
    Configuration menu
    Copy the full SHA
    6e078bf View commit details
    Browse the repository at this point in the history
Loading