Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-27 | 4.2 kB | |
v0.1.0 source code.tar.gz | 2025-06-27 | 1.4 MB | |
v0.1.0 source code.zip | 2025-06-27 | 1.6 MB | |
Totals: 3 Items | 3.0 MB | 0 |
Please note that this version includes a small breaking change to MCP servers, hence the minor version bump. See https://openai.github.io/openai-agents-python/release/ for the breaking change changelog.
What's Changed
- Add is_enabled to handoffs by @rm-openai in https://github.com/openai/openai-agents-python/pull/925
- Removed lines to avoid duplicate output in REPL utility by @DanieleMorotti in https://github.com/openai/openai-agents-python/pull/928
- Bugfix | Fixed a bug when calling reasoning models with
store=False
by @niv-hertz in https://github.com/openai/openai-agents-python/pull/920 - Point CLAUDE.md to AGENTS.md by @rm-openai in https://github.com/openai/openai-agents-python/pull/930
- Fix [#890] by adjusting the guardrail document page by @seratch in https://github.com/openai/openai-agents-python/pull/903
- Add exempt-issue-labels to the issue triage GH Action job by @seratch in https://github.com/openai/openai-agents-python/pull/936
- Remove duplicate entry from
__init__.py
by @Lightblues in https://github.com/openai/openai-agents-python/pull/897 - Fix [#604] Chat Completion model raises runtime error when response.choices is empty by @seratch in https://github.com/openai/openai-agents-python/pull/935
- Fix [#892] by adding proper tool description in context.md by @Abbas-Asad in https://github.com/openai/openai-agents-python/pull/937
- Duplicate Classifier in pyproject.toml by @DanielHashmi in https://github.com/openai/openai-agents-python/pull/951
- fix: add ensure_ascii=False to json.dumps for correct Unicode output by @KatHaruto in https://github.com/openai/openai-agents-python/pull/639
- Add uv as an alternative Python environment setup option for issue [#884] by @Sucran in https://github.com/openai/openai-agents-python/pull/909
- Fix and Document
parallel_tool_calls
Attribute in ModelSettings by @Rehan-Ul-Haq in https://github.com/openai/openai-agents-python/pull/763 - replace .py file with .ipynb for Jupyter example by @ccmien in https://github.com/openai/openai-agents-python/pull/262
- feat: add MCP tool filtering support by @devtalker in https://github.com/openai/openai-agents-python/pull/861
- Tweak in pyproject.toml by @seratch in https://github.com/openai/openai-agents-python/pull/952
- Fix incorrect argument description in
on_trace_end
docstring by @shirazkk in https://github.com/openai/openai-agents-python/pull/958 - Fix [#944] by updating the models document page to cover extra_args by @seratch in https://github.com/openai/openai-agents-python/pull/950
- Annotating the openai.Omit type so that ModelSettings can be serialized by pydantic by @tconley1428 in https://github.com/openai/openai-agents-python/pull/938
- Import Path Inconsistency by @DanielHashmi in https://github.com/openai/openai-agents-python/pull/960
- Add reasoning content - fix on [#494] by @axion66 in https://github.com/openai/openai-agents-python/pull/871
- Add safety check handling for ComputerTool by @rm-openai in https://github.com/openai/openai-agents-python/pull/923
- v0.1.0 by @rm-openai in https://github.com/openai/openai-agents-python/pull/963
New Contributors
- @Lightblues made their first contribution in https://github.com/openai/openai-agents-python/pull/897
- @Abbas-Asad made their first contribution in https://github.com/openai/openai-agents-python/pull/937
- @DanielHashmi made their first contribution in https://github.com/openai/openai-agents-python/pull/951
- @KatHaruto made their first contribution in https://github.com/openai/openai-agents-python/pull/639
- @Sucran made their first contribution in https://github.com/openai/openai-agents-python/pull/909
- @devtalker made their first contribution in https://github.com/openai/openai-agents-python/pull/861
- @shirazkk made their first contribution in https://github.com/openai/openai-agents-python/pull/958
- @tconley1428 made their first contribution in https://github.com/openai/openai-agents-python/pull/938
- @axion66 made their first contribution in https://github.com/openai/openai-agents-python/pull/871
Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.0.19...v0.1.0