Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-29 | 5.6 kB | |
v0.2.4 source code.tar.gz | 2025-07-29 | 1.5 MB | |
v0.2.4 source code.zip | 2025-07-29 | 1.7 MB | |
Totals: 3 Items | 3.2 MB | 0 |
What's Changed
- Add automation script to generate mkdocstrings files by @seratch in https://github.com/openai/openai-agents-python/pull/1048
- Set up codex for issues and PRs by @rm-openai in https://github.com/openai/openai-agents-python/pull/1214
- Use real codex action by @rm-openai in https://github.com/openai/openai-agents-python/pull/1217
- Update codex action to use repo syntax by @rm-openai in https://github.com/openai/openai-agents-python/pull/1218
- Fixes two issues in the tracing documentation by @DanielHashmi in https://github.com/openai/openai-agents-python/pull/1212
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1221
- Fix RealtimeModel reference by @rm-openai in https://github.com/openai/openai-agents-python/pull/1215
- Adding docstring to get_weather tool by @mutahirshah11 in https://github.com/openai/openai-agents-python/pull/1231
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1232
- Add LiteLLM to acknowledgements section by @colesmcintosh in https://github.com/openai/openai-agents-python/pull/1240
- [Bugfix] Fix wrong imports in examples by @mdagost in https://github.com/openai/openai-agents-python/pull/1241
- Realtime: send audio item/content index by @rm-openai in https://github.com/openai/openai-agents-python/pull/1235
- Fix [#1227] Chat Completions model fails to handle streaming with openai 1.97.1+ by @seratch in https://github.com/openai/openai-agents-python/pull/1246
- Make Trace class inherit from abc.ABC for proper abstract base class behavior by @DanielHashmi in https://github.com/openai/openai-agents-python/pull/1233
- docs: add LangDB AI Gateway as a tracing provider by @MrunmayS in https://github.com/openai/openai-agents-python/pull/1224
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1251
- Fix type placeholder convention by @mshsheikh in https://github.com/openai/openai-agents-python/pull/1259
- Tweak on guardrail docstrings by @mshsheikh in https://github.com/openai/openai-agents-python/pull/1260
- Consistently use "Python" in docstrings by @mshsheikh in https://github.com/openai/openai-agents-python/pull/1261
- gpt 4.5-preview is removed, use gpt-4.1 by @jssmith in https://github.com/openai/openai-agents-python/pull/1266
- refactor: remove inherited method from Agent class by @windsornguyen in https://github.com/openai/openai-agents-python/pull/1267
- Fix etc. punctuation by @mshsheikh in https://github.com/openai/openai-agents-python/pull/1268
- fix: enforce min trigger size=1 to prevent immediate exports by @mshsheikh in https://github.com/openai/openai-agents-python/pull/1270
- Fix documentation typo and trailing comma in exporters by @mshsheikh in https://github.com/openai/openai-agents-python/pull/1272
- docs: remove non existent even_if_trace_running mention from trace docstring by @mshsheikh in https://github.com/openai/openai-agents-python/pull/1273
- fix: convert litellm response with reasoning content to openai message by @zkllll2002 in https://github.com/openai/openai-agents-python/pull/1098
- docs: fix UserContext example by @kankute-sameer in https://github.com/openai/openai-agents-python/pull/1280
- Fix _export_batches docstring to remove incorrect "threshold" reference by @DanielHashmi in https://github.com/openai/openai-agents-python/pull/1287
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1289
- examples: minor tweak on llm_as_a_judge example by @mshsheikh in https://github.com/openai/openai-agents-python/pull/1284
- Enhance Tool Behavior Documentation for Developer Clarity With Examples by @MuhammadHamidRaza in https://github.com/openai/openai-agents-python/pull/1286
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1291
- Realtime: enable a playback tracker by @rm-openai in https://github.com/openai/openai-agents-python/pull/1242
- Realtime: only cancel response if necessary by @rm-openai in https://github.com/openai/openai-agents-python/pull/1243
- Realtime: Twilio example by @rm-openai in https://github.com/openai/openai-agents-python/pull/1216
- Realtime: forward all raw model events by @rm-openai in https://github.com/openai/openai-agents-python/pull/1252
- v0.2.4 by @rm-openai in https://github.com/openai/openai-agents-python/pull/1301
New Contributors
- @mutahirshah11 made their first contribution in https://github.com/openai/openai-agents-python/pull/1231
- @colesmcintosh made their first contribution in https://github.com/openai/openai-agents-python/pull/1240
- @mdagost made their first contribution in https://github.com/openai/openai-agents-python/pull/1241
- @MrunmayS made their first contribution in https://github.com/openai/openai-agents-python/pull/1224
- @jssmith made their first contribution in https://github.com/openai/openai-agents-python/pull/1266
- @windsornguyen made their first contribution in https://github.com/openai/openai-agents-python/pull/1267
- @zkllll2002 made their first contribution in https://github.com/openai/openai-agents-python/pull/1098
- @kankute-sameer made their first contribution in https://github.com/openai/openai-agents-python/pull/1280
- @MuhammadHamidRaza made their first contribution in https://github.com/openai/openai-agents-python/pull/1286
Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.2.3...v0.2.4