-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 71 files changed
- 5 contributors
Commits on Mar 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4dd3e21 - Browse repository at this point
Copy the full SHA 4dd3e21View commit details -
add examples section to docs (#242)
Have gotten feedback that Examples are somewhat buried in the Github docs. Adding new page after quickstart.
Configuration menu - View commit details
-
Copy full SHA for 249bb56 - Browse repository at this point
Copy the full SHA 249bb56View commit details -
Configuration menu - View commit details
-
Copy full SHA for d295a53 - Browse repository at this point
Copy the full SHA d295a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef3d53 - Browse repository at this point
Copy the full SHA cef3d53View commit details
Commits on Mar 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0dec571 - Browse repository at this point
Copy the full SHA 0dec571View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 03dc8f7 - Browse repository at this point
Copy the full SHA 03dc8f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c77298 - Browse repository at this point
Copy the full SHA 5c77298View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e02b98 - Browse repository at this point
Copy the full SHA 1e02b98View commit details -
feat: add voice pipeline support
> Co-authored-by: [email protected]
Configuration menu - View commit details
-
Copy full SHA for c7ce154 - Browse repository at this point
Copy the full SHA c7ce154View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec0666 - Browse repository at this point
Copy the full SHA aec0666View commit details -
feat: add voice pipeline support (#265)
> Co-authored-by: [email protected]
Configuration menu - View commit details
-
Copy full SHA for 6f13d50 - Browse repository at this point
Copy the full SHA 6f13d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1771c1e - Browse repository at this point
Copy the full SHA 1771c1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af879e - Browse repository at this point
Copy the full SHA 3af879eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb8e5c2 - Browse repository at this point
Copy the full SHA fb8e5c2View commit details -
Release a new version with voice support
Configuration menu - View commit details
-
Copy full SHA for 1e8930d - Browse repository at this point
Copy the full SHA 1e8930dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.5...v0.0.6