Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-16 | 1.7 kB | |
v0.0.18 source code.tar.gz | 2025-06-16 | 1.4 MB | |
v0.0.18 source code.zip | 2025-06-16 | 1.5 MB | |
Totals: 3 Items | 2.9 MB | 0 |
Key changes
- Added support for dynamic prompt templates via the OpenAI Prompts feature
- REPL support
- Bug fixes
What's Changed
- Add REPL run_demo_loop helper by @rm-openai in https://github.com/openai/openai-agents-python/pull/811
- Crosslink to js/ts by @rm-openai in https://github.com/openai/openai-agents-python/pull/815
- Add release documentation by @rm-openai in https://github.com/openai/openai-agents-python/pull/814
- Fix handoff transfer message JSON by @jhills20 in https://github.com/openai/openai-agents-python/pull/818
- docs: custom output extraction by @jleguina in https://github.com/openai/openai-agents-python/pull/817
- Added support for passing tool_call_id via the RunContextWrapper by @niv-hertz in https://github.com/openai/openai-agents-python/pull/766
- Allow arbitrary kwargs in model by @rm-openai in https://github.com/openai/openai-agents-python/pull/842
- Fix function_schema name override bug by @rm-openai in https://github.com/openai/openai-agents-python/pull/872
- adopted float instead of timedelta for timeout parameters by @DanieleMorotti in https://github.com/openai/openai-agents-python/pull/874
- Prompts support by @rm-openai in https://github.com/openai/openai-agents-python/pull/876
- v0.0.18 by @rm-openai in https://github.com/openai/openai-agents-python/pull/878
New Contributors
- @jleguina made their first contribution in https://github.com/openai/openai-agents-python/pull/817
- @niv-hertz made their first contribution in https://github.com/openai/openai-agents-python/pull/766
Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.0.17...v0.0.18