Skip to content

Releases: openai/openai-agents-python

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

v0.0.14

30 Apr 15:19
f976349
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.13...v0.0.14

v0.0.13

24 Apr 18:59
3bbc7c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.12...v0.0.13