| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-09 | 2.0 kB | |
| v0.18.1 source code.tar.gz | 2026-07-09 | 5.6 MB | |
| v0.18.1 source code.zip | 2026-07-09 | 6.3 MB | |
| Totals: 3 Items | 11.9 MB | 0 | |
What's Changed
- feat: add GPT-5.6 model defaults and migrate examples by @seratch in https://github.com/openai/openai-agents-python/pull/3774
- fix: support cache-write usage across OpenAI Python versions by @seratch in https://github.com/openai/openai-agents-python/pull/3773
- fix(realtime): make session cleanup deterministic by @seratch in https://github.com/openai/openai-agents-python/pull/3767
- fix: preserve nested tool state during restoration by @seratch in https://github.com/openai/openai-agents-python/pull/3753
- fix: close Chat Completions streams on early exit by @fallintoplace in https://github.com/openai/openai-agents-python/pull/3689
- fix(sessions): handle list content in AdvancedSQLiteSession browsing helpers by @anxkhn in https://github.com/openai/openai-agents-python/pull/3761
- fix(models): accumulate streamed logprobs in place to avoid O(n^2) copies by @anxkhn in https://github.com/openai/openai-agents-python/pull/3762
- fix: send logprobs=True when top_logprobs is set on Chat Completions by @winklemad in https://github.com/openai/openai-agents-python/pull/3763
Documentation & Other Changes
- docs: updates for v0.18.0 by @seratch in https://github.com/openai/openai-agents-python/pull/3741
- docs(realtime): fix RealtimeRunner context docstring by @anxkhn in https://github.com/openai/openai-agents-python/pull/3748
- docs: clarify agent tool state options by @william-xue in https://github.com/openai/openai-agents-python/pull/3754
- test(items): document refusal None invariant by @seratch in https://github.com/openai/openai-agents-python/pull/3751
- Release 0.18.1 by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/3775
New Contributors
- @william-xue made their first contribution in https://github.com/openai/openai-agents-python/pull/3754
- @winklemad made their first contribution in https://github.com/openai/openai-agents-python/pull/3763
Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.18.0...v0.18.1