Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-04 | 3.1 kB | |
v0.0.17 source code.tar.gz | 2025-06-04 | 1.4 MB | |
v0.0.17 source code.zip | 2025-06-04 | 1.5 MB | |
Totals: 3 Items | 2.9 MB | 0 |
What's Changed
- fix Gemini token validation issue with LiteLLM by @handrew in https://github.com/openai/openai-agents-python/pull/735
- Fix visualization recursion with cycle detection by @rm-openai in https://github.com/openai/openai-agents-python/pull/737
- Update MCP and tool docs by @rm-openai in https://github.com/openai/openai-agents-python/pull/736
- Fix Gemini API content filter handling by @rm-openai in https://github.com/openai/openai-agents-python/pull/746
- Add Portkey AI as a tracing provider by @siddharthsambharia-portkey in https://github.com/openai/openai-agents-python/pull/785
- Added RunErrorDetails object for MaxTurnsExceeded exception by @DanieleMorotti in https://github.com/openai/openai-agents-python/pull/743
- Fixed Python syntax by @sarmadgulzar in https://github.com/openai/openai-agents-python/pull/665
- Small fix for litellm model by @robtinn in https://github.com/openai/openai-agents-python/pull/789
- Fix typo in assertion message for handoff function by @Rehan-Ul-Haq in https://github.com/openai/openai-agents-python/pull/780
- Fix typo: Replace 'two' with 'three' in /docs/mcp.md by @luochang212 in https://github.com/openai/openai-agents-python/pull/757
- Update input_guardrails.py by @venkatnaveen7 in https://github.com/openai/openai-agents-python/pull/774
- docs: fix typo in docstring for is_strict_json_schema method by @Rehan-Ul-Haq in https://github.com/openai/openai-agents-python/pull/775
- Add comment to handoff_occured misspelling by @rm-openai in https://github.com/openai/openai-agents-python/pull/792
- Fix [#777] by handling MCPCall events in RunImpl by @seratch in https://github.com/openai/openai-agents-python/pull/799
- Ensure item.model_dump only contains JSON serializable types by @westhood in https://github.com/openai/openai-agents-python/pull/801
- Don't cache agent tools during a run by @rm-openai in https://github.com/openai/openai-agents-python/pull/803
- Only start tracing worker thread on first span/trace by @rm-openai in https://github.com/openai/openai-agents-python/pull/804
- Add is_enabled to FunctionTool by @rm-openai in https://github.com/openai/openai-agents-python/pull/808
- v0.0.17 by @rm-openai in https://github.com/openai/openai-agents-python/pull/809
New Contributors
- @siddharthsambharia-portkey made their first contribution in https://github.com/openai/openai-agents-python/pull/785
- @sarmadgulzar made their first contribution in https://github.com/openai/openai-agents-python/pull/665
- @robtinn made their first contribution in https://github.com/openai/openai-agents-python/pull/789
- @Rehan-Ul-Haq made their first contribution in https://github.com/openai/openai-agents-python/pull/780
- @luochang212 made their first contribution in https://github.com/openai/openai-agents-python/pull/757
- @venkatnaveen7 made their first contribution in https://github.com/openai/openai-agents-python/pull/774
- @westhood made their first contribution in https://github.com/openai/openai-agents-python/pull/801
Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.0.16...v0.0.17