- Notifications
You must be signed in to change notification settings - Fork2.8k
PermalinkChoose 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 orlearn 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
Uh oh!
There was an error while loading.Please reload this page.
base:v0.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:openai/openai-agents-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.3.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 9commits
- 23files changed
- 7contributors
Commits on Sep 19, 2025
Commits on Sep 22, 2025
Enhance function tool schemas with Annotated types (#1777)
Co-authored-by: Kazuhiro Sera <seratch@openai.com>
Update dynamic_system_prompt.py example to use dataclass for simiplic…
…ity (#1774)Co-authored-by: Kazuhiro Sera <seratch@openai.com>
fix(chatcmpl): preserve text content when adding Anthropic thinking b…
…locks to tool calls (#1784)
Add tool call arguments in ToolContext for RunHooks (#1765)
## Background Currently, the `RunHooks` lifecycle (`on_tool_start`, `on_tool_end`)exposes the `Tool` and `ToolContext`, but does not include the actualarguments passed to the tool call.resolves#939## SolutionThis implementation is inspired by [PR#1598](#1598).* Add a new `tool_arguments` field to `ToolContext` and populate it viafrom_agent_context with tool_call.arguments.* Update `lifecycle_example.py` to demonstrate tool_arguments in hooks* Unlike the proposal in [PR#253](#253), thissolution is not expected to introduce breaking changes, making it easierto adopt.
Commits on Sep 23, 2025
Allow headers override instead of just ua (#1787)
Update the user agent override context var to override headers generallyinstead of just the ua header. This allows us to pass in rich headerinfo from other OA sdks running alongside Agents SDK.
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.3.1...v0.3.2
Uh oh!
There was an error while loading.Please reload this page.