Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-07 | 5.1 kB | |
v0.2.5 source code.tar.gz | 2025-08-07 | 1.5 MB | |
v0.2.5 source code.zip | 2025-08-07 | 1.7 MB | |
Totals: 3 Items | 3.2 MB | 0 |
What's Changed
- Fix tag errors in sessions document page by @seratch in https://github.com/openai/openai-agents-python/pull/1307
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1308
- Add temporal demo to docs by @rm-openai in https://github.com/openai/openai-agents-python/pull/1310
- Fix [#1238] by enhancing HandoffInputData and enable passing async functions by @seratch in https://github.com/openai/openai-agents-python/pull/1302
- Add support to realtime API for setting "speed" of the models responses by @sect2k in https://github.com/openai/openai-agents-python/pull/1309
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1313
- Examples: use agent to interact with Remote PDF Documents by @princeaden1 in https://github.com/openai/openai-agents-python/pull/1319
- Enhance exception guide in docs by @MuhammadHamidRaza in https://github.com/openai/openai-agents-python/pull/1321
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1322
- Realtime: make example customizable: by @rm-openai in https://github.com/openai/openai-agents-python/pull/1332
- Export MultiProvider in public API (Fix [#1325]) by @kobol in https://github.com/openai/openai-agents-python/pull/1326
- Add tracing guide for non-OpenAI LLMs in docs/tracing.md by @UmmeHabiba1312 in https://github.com/openai/openai-agents-python/pull/1329
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1336
- docs: Clarify and enhance run_demo_loop utility documentation for beginners by @UmmeHabiba1312 in https://github.com/openai/openai-agents-python/pull/1330
- Fix set_api_key breaking cached property mechanism by @DanielHashmi in https://github.com/openai/openai-agents-python/pull/1339
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1341
- Handle processor exceptions and fix tracing log formatting by @mshsheikh in https://github.com/openai/openai-agents-python/pull/1292
- Fix(mcp): Unreachable structured content branch in invoke_mcp_tool by @Kunmeer-SyedMohamedHyder in https://github.com/openai/openai-agents-python/pull/1250
- Feat: separate tool_call_item and tool_call_output_item in stream events by @gdisk in https://github.com/openai/openai-agents-python/pull/974
- Clarify shallow-copy behavior of tools and handoffs in Agent.clone() by @abdul-kabir-jawed in https://github.com/openai/openai-agents-python/pull/1296
- Fix [#1277] missing StopAtTools and ToolsToFinalOutputFunction in agents module by @seratch in https://github.com/openai/openai-agents-python/pull/1278
- Fix [#980] Chat Completions: fails with function name for tool_choice parameter w/ streaming enabled by @seratch in https://github.com/openai/openai-agents-python/pull/1206
- Fix type annotation and clarify tool behavior docs by @mshsheikh in https://github.com/openai/openai-agents-python/pull/1355
- Fix style and wording issues in handoffs.py by @mshsheikh in https://github.com/openai/openai-agents-python/pull/1356
- Fix docstring formatting and add safe check for empty message content by @mshsheikh in https://github.com/openai/openai-agents-python/pull/1360
- Add functionality to update agent during realtime session by @marysha-openai in https://github.com/openai/openai-agents-python/pull/1366
- feat(viz): draw MCP servers by @aaron-ang in https://github.com/openai/openai-agents-python/pull/1368
- Update all translated document pages by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/1369
- Realtime: fix interrupt logic by @rm-openai in https://github.com/openai/openai-agents-python/pull/1370
- Realtime: send session update before tool response by @rm-openai in https://github.com/openai/openai-agents-python/pull/1388
- v0.2.5 by @rm-openai in https://github.com/openai/openai-agents-python/pull/1398
New Contributors
- @sect2k made their first contribution in https://github.com/openai/openai-agents-python/pull/1309
- @princeaden1 made their first contribution in https://github.com/openai/openai-agents-python/pull/1319
- @UmmeHabiba1312 made their first contribution in https://github.com/openai/openai-agents-python/pull/1329
- @Kunmeer-SyedMohamedHyder made their first contribution in https://github.com/openai/openai-agents-python/pull/1250
- @gdisk made their first contribution in https://github.com/openai/openai-agents-python/pull/974
- @abdul-kabir-jawed made their first contribution in https://github.com/openai/openai-agents-python/pull/1296
- @marysha-openai made their first contribution in https://github.com/openai/openai-agents-python/pull/1366
- @aaron-ang made their first contribution in https://github.com/openai/openai-agents-python/pull/1368
Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.2.4...v0.2.5