Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-14 | 2.7 kB | |
v0.2.7 source code.tar.gz | 2025-08-14 | 1.5 MB | |
v0.2.7 source code.zip | 2025-08-14 | 1.7 MB | |
Totals: 3 Items | 3.2 MB | 3 |
What's Changed
- Added runtime validation for Agent constructor arguments by @DanielHashmi in https://github.com/openai/openai-agents-python/pull/998
- Realtime: add handoff prompt prefix by @rm-openai in https://github.com/openai/openai-agents-python/pull/1382
- feat(tests): add tests for unicode content, special characters, and concurrent access in SQLiteSession by @PatrykBochenek in https://github.com/openai/openai-agents-python/pull/1399
- Fix: enforce strict instructions function signature in get_system_prompt by @abdullahimran49 in https://github.com/openai/openai-agents-python/pull/1426
- Fix [#1407] Add reasoning.effort="minimal" and "verbosity" params to ModelSettings by @seratch in https://github.com/openai/openai-agents-python/pull/1439
- Add a simple gpt-oss example by @seratch in https://github.com/openai/openai-agents-python/pull/1440
- Fix: Clarify random_number function docstring for inclusive range by @Abbas-Asad in https://github.com/openai/openai-agents-python/pull/1461
- Add input validation and type conversion for user input by @Abbas-Asad in https://github.com/openai/openai-agents-python/pull/1462
- docs: Add a comprehensive example for handling function tool errors. by @MurtazaAliCode in https://github.com/openai/openai-agents-python/pull/1354
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1469
- Migrate document translation script to gpt-5 by @seratch in https://github.com/openai/openai-agents-python/pull/1470
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1471
- docs: Clarify the
is_enabled
parameter inhandoff()
documentation by @Hafiz-Muhammad-Umar12 in https://github.com/openai/openai-agents-python/pull/1472 - Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1473
- Realtime: one guardrail trip event per response by @rm-openai in https://github.com/openai/openai-agents-python/pull/1458
- v0.2.7 by @rm-openai in https://github.com/openai/openai-agents-python/pull/1480
New Contributors
- @PatrykBochenek made their first contribution in https://github.com/openai/openai-agents-python/pull/1399
- @abdullahimran49 made their first contribution in https://github.com/openai/openai-agents-python/pull/1426
- @MurtazaAliCode made their first contribution in https://github.com/openai/openai-agents-python/pull/1354
- @Hafiz-Muhammad-Umar12 made their first contribution in https://github.com/openai/openai-agents-python/pull/1472
Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.2.6...v0.2.7