Releases: openai/openai-agents-python
Releases · openai/openai-agents-python
v0.0.6
What's Changed
- add examples section to docs by @jhills20 in #242
- formatting updates to examples doc by @jhills20 in #249
- Adds example for financial agent by @shyamal-anadkat in #255
- Indentation for mkdocs.yml by @rm-openai in #264
- feat: add voice pipeline support by @dkundel-openai in #265
- update tests by @rm-openai in #266
- v0.0.6 (voice support) by @rm-openai in #267
New Contributors
- @shyamal-anadkat made their first contribution in #255
- @dkundel-openai made their first contribution in #265
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Update custom models to use tools by @rm-openai in #144
- Update model docs with common issues by @rm-openai in #148
- Update tracing docs to be correct by @rm-openai in #146
- Consolidate to one logger by @rm-openai in #149
- feat: Add strict_mode option to function_schema and function_tool by @Jai0401 in #60
- Add ZDR callout in tracing docs by @jhills20 in #199
- Pretty print result classes by @rm-openai in #196
- Create a utils directory by @rm-openai in #195
- Update tracing docs by @rm-openai in #204
- Add TracingProcessor export to init.py by @vincenzodomina in #192
- fix reasoning order in examples by @heartkilla in #186
- docs: List LangSmith tracing integration by @baskaryan in #197
- docs: add arize-phoenix to tracing documentation by @axiomofjoy in #169
- fix typo in agent_lifecycle_example.py by @ccmien in #161
- Fix handoffs example use cases by @kentoym in #156
- Fix typo on Agent documentation by @caike in #151
- Stronger tracing tests with
inline-snapshot
by @alexmojaki in #25 - Docs: update readme text to clarify handoffs by @dmitry-openai in #208
- [doc] add mlflow tracing integration by @B-Step62 in #171
- chore: adds Maxim AI to tracing processors by @akshaydeo in #210
- Add min 95% code coverage by @rm-openai in #229
- Update tests and docs for strict mode decorator by @rm-openai in #205
- fix reasoning order in guardrails.md by @ccmien in #234
- Introduce tool_use_behavior on agents by @rm-openai in #203
- chore(docs): Added comet opik to tracing AND formatted into a list by @vincentkoc in #73
- Fix breaking changes from openai 1.66.2 by @rm-openai in #232
- v0.0.5 by @rm-openai in #241
New Contributors
- @vincenzodomina made their first contribution in #192
- @heartkilla made their first contribution in #186
- @baskaryan made their first contribution in #197
- @axiomofjoy made their first contribution in #169
- @ccmien made their first contribution in #161
- @kentoym made their first contribution in #156
- @caike made their first contribution in #151
- @alexmojaki made their first contribution in #25
- @B-Step62 made their first contribution in #171
- @akshaydeo made their first contribution in #210
- @vincentkoc made their first contribution in #73
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Fix: Multi-agent design patterns link by @arnavsharma93 in #29
- fix: correct typos in general documentation by @AliYmn in #33
- fix: clarify multi-agent orchestration description by @AliYmn in #34
- docs: Fix typos in documentation files by @AliYmn in #35
- Update quickstart.md by @matthewford in #39
- chore: Fix typo in documentation and comments by @hironow in #5
- fix typo in docs of configuring custom client by @junjzhang in #45
- fix: count
spans
andtraces
correctly by @the-praxs in #55 - Fix: remove unreached code in tool.py by @sunrabbit123 in #52
- Fix typo in docs/index.md for better clarity by @sumitaryal in #56
- Stale issue template by @rm-openai in #58
- Fix typo in models.md by @sumitaryal in #57
- fix: correct typo in README regarding tool responses by @Jai0401 in #13
- use @function_tool decorator in docs by @jhills20 in #99
- Fix: Add missing support for 'assistant' Role in Converter.items_to_messages used by Runner.run_sync by @mjunaidca in #93
- Remove duplicated code by @rm-openai in #103
- chore: update guardrail.py by @eltociear in #89
- Replace undefined variable name in documentation code snippet by @leykun10 in #84
- Fix guardrail trigger in input_guardrails.py by @HarshJa1n in #83
- Adding Keywords AI as a trace processor by @dmitry-openai in #104
- Add max_tokens and documentation to model settings by @rm-openai in #105
- Bug #107. fix typo in tracing.md by @dingkwang in #108
- Fix streaming in chat completions by @rm-openai in #112
- Adding Jupyter notebook example by @dmitry-openai in #113
- Add request ID by @rm-openai in #114
- Add Scorecard as supported external trace processors by @Rutledge in #80
- Add examples and documentation for using custom model providers by @rm-openai in #110
- v0.0.4 by @rm-openai in #140
New Contributors
- @arnavsharma93 made their first contribution in #29
- @AliYmn made their first contribution in #33
- @matthewford made their first contribution in #39
- @hironow made their first contribution in #5
- @junjzhang made their first contribution in #45
- @the-praxs made their first contribution in #55
- @sunrabbit123 made their first contribution in #52
- @sumitaryal made their first contribution in #56
- @Jai0401 made their first contribution in #13
- @mjunaidca made their first contribution in #93
- @eltociear made their first contribution in #89
- @leykun10 made their first contribution in #84
- @HarshJa1n made their first contribution in #83
- @dingkwang made their first contribution in #108
- @Rutledge made their first contribution in #80
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Updating screenshot to CDN link by @dmitry-openai in #1
- removing ds store, adding gitignore by @dmitry-openai in #8
- Add link to the repo by @chuang-openai in #12
- Delete pycache/egg files + fix computer use model by @rm-openai in #11
- Delete more pycache by @rm-openai in #14
- link to documentation from readme by @rm-openai in #15
- Updating links/tracing description by @dmitry-openai in #17
- Add callout on compatibility w other providers by @jhills20 in #20
- Fix guardrails examples link by @pierDipi in #3
- Cleanup some more excess files by @rm-openai in #27
- Bump open AI sdk version by @rm-openai in #32
New Contributors
- @dmitry-openai made their first contribution in #1
- @chuang-openai made their first contribution in #12
- @rm-openai made their first contribution in #11
- @jhills20 made their first contribution in #20
- @pierDipi made their first contribution in #3
Full Changelog: v0.0.2...v0.0.3