-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: XinyueZ/openai-agents-python
base: main
head repository: openai/openai-agents-python
compare: main
Commits on Mar 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b381537 - Browse repository at this point
Copy the full SHA b381537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87f397d - Browse repository at this point
Copy the full SHA 87f397dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d76486e - Browse repository at this point
Copy the full SHA d76486eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40dcad3 - Browse repository at this point
Copy the full SHA 40dcad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03869a7 - Browse repository at this point
Copy the full SHA 03869a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e85c03 - Browse repository at this point
Copy the full SHA 7e85c03View commit details
Commits on Mar 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5865c6f - Browse repository at this point
Copy the full SHA 5865c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cecdcd0 - Browse repository at this point
Copy the full SHA cecdcd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b972b3 - Browse repository at this point
Copy the full SHA 9b972b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2993d26 - Browse repository at this point
Copy the full SHA 2993d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e9983 - Browse repository at this point
Copy the full SHA 29e9983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 333858b - Browse repository at this point
Copy the full SHA 333858bView commit details
Commits on Mar 17, 2025
-
Merge branch 'main' of https://github.com/openai/openai-agents-python …
…into feat/draw_graph
Configuration menu - View commit details
-
Copy full SHA for e984274 - Browse repository at this point
Copy the full SHA e984274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47aed7d - Browse repository at this point
Copy the full SHA 47aed7dView commit details -
Merge branch 'main' of https://github.com/openai/openai-agents-python …
…into feat/draw_graph
Configuration menu - View commit details
-
Copy full SHA for aff1d60 - Browse repository at this point
Copy the full SHA aff1d60View commit details
Commits on Mar 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f7c594d - Browse repository at this point
Copy the full SHA f7c594dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f2f729 - Browse repository at this point
Copy the full SHA 6f2f729View commit details -
Configuration menu - View commit details
-
Copy full SHA for c745fe1 - Browse repository at this point
Copy the full SHA c745fe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53367be - Browse repository at this point
Copy the full SHA 53367beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39ff00d - Browse repository at this point
Copy the full SHA 39ff00dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0079bca - Browse repository at this point
Copy the full SHA 0079bcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7627cb - Browse repository at this point
Copy the full SHA b7627cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4edc1f - Browse repository at this point
Copy the full SHA f4edc1fView commit details
Commits on Mar 19, 2025
-
Update tests and docs for strict mode decorator (openai#205)
As titled. Test plan: unit tests/docs.
Configuration menu - View commit details
-
Copy full SHA for 6f7e801 - Browse repository at this point
Copy the full SHA 6f7e801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10aa555 - Browse repository at this point
Copy the full SHA 10aa555View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc8369c - Browse repository at this point
Copy the full SHA bc8369cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ff99b - Browse repository at this point
Copy the full SHA 48ff99bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c2c19 - Browse repository at this point
Copy the full SHA e7c2c19View commit details -
Introduce tool_use_behavior on agents (openai#203)
## Context By default, the outputs of tools are sent to the LLM again. The LLM gets to read the outputs, and produce a new response. There are cases where this is not desired: 1. Every tool results in another round trip, and sometimes the output of the tool is enough. 2. If you force tool use (via model settings `tool_choice=required`), then the agent will just infinite loop. This enables you to have different behavior, e.g. use the first tool output as the final output, or write a custom function to process tool results and potentially produce an output. ## Test plan Added new tests and ran existing tests Also added examples. Closes openai#117
Configuration menu - View commit details
-
Copy full SHA for 6d35c33 - Browse repository at this point
Copy the full SHA 6d35c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c9974b - Browse repository at this point
Copy the full SHA 8c9974bView commit details -
chore(docs): Added comet opik to tracing AND formatted into a list (o…
…penai#73) Comet Opik added support for Agent SDK tracing and should be included.
Configuration menu - View commit details
-
Copy full SHA for 545c203 - Browse repository at this point
Copy the full SHA 545c203View commit details -
Fix breaking changes from openai 1.66.2 (openai#232)
Breaking change in 1.66.2
Configuration menu - View commit details
-
Copy full SHA for 54cf54c - Browse repository at this point
Copy the full SHA 54cf54cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed181c - Browse repository at this point
Copy the full SHA 1ed181cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82754c7 - Browse repository at this point
Copy the full SHA 82754c7View commit details -
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 (openai#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 -
Configuration menu - View commit details
-
Copy full SHA for 65264b6 - Browse repository at this point
Copy the full SHA 65264b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f6d08 - Browse repository at this point
Copy the full SHA e9f6d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96d1e8a - Browse repository at this point
Copy the full SHA 96d1e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7031d4a - Browse repository at this point
Copy the full SHA 7031d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3e8ce - Browse repository at this point
Copy the full SHA ea3e8ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb77c74 - Browse repository at this point
Copy the full SHA fb77c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde67f2 - Browse repository at this point
Copy the full SHA cde67f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9384a0f - Browse repository at this point
Copy the full SHA 9384a0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d169d79 - Browse repository at this point
Copy the full SHA d169d79View commit details -
Adds example for financial agent (openai#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
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 main...main