Skip to content

Releases: openai/openai-agents-python

v0.2.3

21 Jul 19:33
68b0ef1
Compare
Choose a tag to compare

What's Changed

  • [realtime] Add direct access to model layer from session by @rm-openai in #1172
  • Update all translated document pages by @github-actions[bot] in #1173
  • Fix spelling, grammar, and minor formatting issues in running agents documentation by @mshsheikh in #1128
  • fix: ensure ResponseUsage token fields are int, not None (fixes #1179) by @kobol in #1181
  • Add missing guardrail exception import to quickstart by @slubbers-openai in #1161
  • fix: fallback to function name for unnamed output_guardrail decorators by @romankhan26 in #1133
  • Mark some dataclasses as pydantic dataclasses by @tconley1428 in #1131
  • fix: Apply strict JSON schema validation in FunctionTool constructor by @habema in #1041
  • Fix image_generator example error on Windows OS by @seratch in #1180
  • Update all translated document pages by @github-actions[bot] in #1184
  • Realtime: add user agent header by @rm-openai in #1185
  • Realtime: make sure we use the initial model settings by @rm-openai in #1198
  • v0.2.3 by @rm-openai in #1201

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

17 Jul 17:30
362144e
Compare
Choose a tag to compare

What's Changed

  • Add a new GH Actions job to automatically update translated document pagse by @seratch in #598
  • Adjust #598 to only create a PR rather than pushing changes to main branch by @seratch in #1162
  • Realtime: only update model settings from session by @rm-openai in #1169
  • v0.2.2 by @rm-openai in #1170

Full Changelog: v0.2.1...v0.2.2

v0.2.1

16 Jul 19:58
aeb4381
Compare
Choose a tag to compare

Key changes

  1. Realtime agents are now available. Note that this is in Beta and may have bugs, please report them!
  2. Support for structuredContent in MCP tool results.

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Jul 15:49
8fdbe09
Compare
Choose a tag to compare

Please note that this version includes a small breaking change (breaks Agent into AgentBase + Agent), hence the minor version bump. See https://openai.github.io/openai-agents-python/release/ for the breaking change changelog.

Key changes include:

  1. Support for Sessions, a way to manage conversation sessions.
  2. Beta support for Realtime agents (likely buggy, and we are evolving/fixing it as we speak)

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

27 Jun 20:57
18cb55e
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.19...v0.1.0

v0.0.19

18 Jun 00:48
91c62c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.18...v0.0.19

v0.0.18

16 Jun 19:50
901d2ac
Compare
Choose a tag to compare

Key changes

  1. Added support for dynamic prompt templates via the OpenAI Prompts feature
  2. REPL support
  3. Bug fixes

What's Changed

New Contributors

Full Changelog: v0.0.17...v0.0.18

v0.0.17

04 Jun 02:37
204bec1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.16...v0.0.17

v0.0.16

21 May 20:07
1992be3
Compare
Choose a tag to compare

Biggest change is support for new hosted tools - remote MCP, code interpreter, image generator and local shell.

What's Changed

New Contributors

Full Changelog: v0.0.15...v0.0.16

v0.0.15

15 May 22:43
5fe096d
Compare
Choose a tag to compare

Main big change is support for Streamable HTTP in MCP servers.

What's Changed

New Contributors

Full Changelog: v0.0.14...v0.0.15