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: openai/openai-agents-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.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.0.6
Choose a head ref
  • 15 commits
  • 71 files changed
  • 5 contributors

Commits on Mar 19, 2025

  1. add examples section to docs

    jhills20 committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    4dd3e21 View commit details
    Browse the repository at this point in the history
  2. add examples section to docs (#242)

    Have gotten feedback that Examples are somewhat buried in the Github
    docs. Adding new page after quickstart.
    rm-openai authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    249bb56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d295a53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cef3d53 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Configuration menu
    Copy the full SHA
    0dec571 View commit details
    Browse the repository at this point in the history
  2. Adds example for financial agent (#255)

    This example shows how you might compose a richer financial research
    agent using the Agents SDK. The pattern is similar to the `research_bot`
    example, but with more specialized sub‑agents and a verification step.
    
    The flow is:
    
    1. **Planning**: A planner agent turns the end user’s request into a
    list of search terms relevant to financial analysis – recent news,
    earnings calls, corporate filings, industry commentary, etc.
    2. **Search**: A search agent uses the built‑in `WebSearchTool` to
    retrieve terse summaries for each search term. (You could also add
    `FileSearchTool` if you have indexed PDFs or 10‑Ks.)
    3. **Sub‑analysts**: Additional agents (e.g. a fundamentals analyst and
    a risk analyst) are exposed as tools so the writer can call them inline
    and incorporate their outputs.
    4. **Writing**: A writer agent brings together the search snippets and
    any sub‑analyst summaries into a long‑form markdown report plus a short
    executive summary.
    5. **Verification**: A final verifier agent audits the report for
    obvious inconsistencies or missing sourcing.
    rm-openai authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    03dc8f7 View commit details
    Browse the repository at this point in the history
  3. Indentation for mkdocs.yml

    rm-openai committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    5c77298 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e02b98 View commit details
    Browse the repository at this point in the history
  5. feat: add voice pipeline support

    > Co-authored-by: [email protected]
    dkundel-openai committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    c7ce154 View commit details
    Browse the repository at this point in the history
  6. fix tests

    dkundel-openai committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    aec0666 View commit details
    Browse the repository at this point in the history
  7. feat: add voice pipeline support (#265)

    > Co-authored-by: [email protected]
    rm-openai authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    6f13d50 View commit details
    Browse the repository at this point in the history
  8. update tests

    rm-openai committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    1771c1e View commit details
    Browse the repository at this point in the history
  9. update tests (#266)

    rm-openai authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    3af879e View commit details
    Browse the repository at this point in the history
  10. v0.0.6 (voice support)

    rm-openai committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    fb8e5c2 View commit details
    Browse the repository at this point in the history
  11. v0.0.6 (voice support) (#267)

    Release a new version with voice support
    rm-openai authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    1e8930d View commit details
    Browse the repository at this point in the history
Loading