Skip to content

Releases: openai/openai-agents-python

v0.0.12

22 Apr 03:08
83ce49e
Compare
Choose a tag to compare

Key changes:

  1. Use any model via litellm: Agent(model="litellm/<provider>/<model_name>") e.g. Agent(model="litellm/anthropic/claude-3-5-sonnet-20240620")
  2. Enable more complex output types on Agents

What's Changed

New Contributors

Full Changelog: v0.0.11...v0.0.12

v0.0.11

15 Apr 18:38
ca8e8be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

15 Apr 02:48
b978b43
Compare
Choose a tag to compare

Key changes

  1. You can use previous_response_id from the OpenAI API: https://platform.openai.com/docs/api-reference/responses/create#responses-create-previous_response_id
  2. You can set various extra settings in ModelSettings

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

07 Apr 23:29
9d3d6a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

03 Apr 23:47
0396052
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

26 Mar 16:08
7f02967
Compare
Choose a tag to compare

Key changes:

  1. MCP support
  2. Reset tool use behavior when tool_choice is set
  3. Visualization support.

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

20 Mar 17:13
1e8930d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

19 Mar 16:36
82754c7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

13 Mar 15:20
691be07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

11 Mar 22:33
8326dd9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3