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: itsaphel/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.
  • 7 commits
  • 27 files changed
  • 5 contributors

Commits on May 19, 2025

  1. Configuration menu
    Copy the full SHA
    428c9a6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Dev/add usage details to Usage class (openai#726)

    PR to enhance the `Usage` object and related logic, to support more
    granular token accounting, matching the details available in the [OpenAI
    Responses API](https://platform.openai.com/docs/api-reference/responses)
    . Specifically, it:
    
    - Adds `input_tokens_details` and `output_tokens_details` fields to the
    `Usage` dataclass, storing detailed token breakdowns (e.g.,
    `cached_tokens`, `reasoning_tokens`).
    - Flows this change through
    - Updates and extends tests to match
    - Adds a test for the Usage.add method
    
    ### Motivation
    - Aligns the SDK’s usage with the latest OpenAI responses API Usage
    object
    - Supports downstream use cases that require fine-grained token usage
    data (e.g., billing, analytics, optimization) requested by startups
    
    ---------
    
    Co-authored-by: Wulfie Bain <[email protected]>
    WJPBProjects and WJPBProjects authored May 20, 2025
    Configuration menu
    Copy the full SHA
    466b44d View commit details
    Browse the repository at this point in the history

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
Loading