Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: openai/openai-agents-python

v0.5.0

05 Nov 05:28
92fcf51
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Key Changes

This version doesn’t introduce any visible breaking changes, but it includes new features and a few significant updates under the hood:

  • Added support forRealtimeRunner to handleSIP protocol connections
  • Significantly revised the internal logic ofRunner#run_sync for Python 3.14 compatibility

What's Changed

New Contributors

Full Changelog:v0.4.2...v0.5.0

Contributors

  • @ihower
  • @seratch
  • @codefromthecrypt
  • @filintod
  • @habema
  • @ruskaruma
  • @mshsheikh
ihower, seratch, and 5 other contributors
Assets2
Loading
github-actions[bot] and spilledfries reacted with thumbs up emojihayescode, esmeriz-quartz, goiltpatpat, YazdanRa, AFinch21, gustavozsh, sarattha, and github-actions[bot] reacted with hooray emojigithub-actions[bot] reacted with rocket emoji
9 people reacted

v0.4.2

24 Oct 21:45
a30c32e
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog:v0.4.1...v0.4.2

Contributors

  • @ihower
  • @seratch
  • @filintod
  • @gn00295120
ihower, seratch, and 2 other contributors
Loading
gn00295120, github-actions[bot], gh640, kitotp, bochristopher, NM-12X, and Obetachimuanya reacted with thumbs up emojigithub-actions[bot] and NM-12X reacted with hooray emojigithub-actions[bot] and NM-12X reacted with rocket emoji
7 people reacted

v0.4.1

22 Oct 00:46
fdcf6d3
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Add breaking change notes in docs by@seratch in#1894
  • Update all translated document pages by @github-actions[bot] in#1922
  • docs: add missing items in side navi bar (ja, zh) by@seratch in#1932
  • Update all translated document pages by @github-actions[bot] in#1933
  • Fix: call_fix_tool_message_ordering for all Anthropic models by@habema in#1936
  • make format on main branch returns diff on some files by@filintod in#1947
  • fix: prevent ValueError when audio buffer is empty in STT (fixes#821) by@gn00295120 in#1934
  • fix: add missing mcp_approval_response event name (fixes#1020) by@gn00295120 in#1931
  • fix: Remove trailing commas causing tuple assignment in response cancellation by@gn00295120 in#1952
  • fix: await cancelled websocket task to prevent resource leak by@gn00295120 in#1955
  • fix: prevent race condition in listener iteration by@gn00295120 in#1956
  • Tweak CI test job settings by@seratch in#1962
  • Remove unused ui.py example file by@ihower in#1967
  • fix:#1907 guardrails w/ turn_detection.interrupt_response: true by@seratch in#1968
  • Fix#1846 Litellm: fails with function name for tool_choice parameter w/ streaming enabled by@ihower in#1971
  • Fix streaming trace end before guardrails complete by@zbirenbaum in#1921
  • Add engine accessor to SQLAlchemySession for closing it when it's created from a URL by@gn00295120 in#1960
  • Make Tool Output dict conversion stricter to improve backward compatibility by@ihower in#1965
  • version 0.4.1 by@seratch in#1963

New Contributors

Full Changelog:v0.4.0...v0.4.1

Contributors

  • @ihower
  • @seratch
  • @filintod
  • @gn00295120
  • @zbirenbaum
  • @habema
ihower, seratch, and 4 other contributors
Loading
gh640, ihower, MalikHaroonKhokhar, gn00295120, github-actions[bot], and Anki-code1 reacted with thumbs up emojigithub-actions[bot] reacted with hooray emojigithub-actions[bot] reacted with rocket emoji
6 people reacted

v0.4.0

17 Oct 23:21
da32045
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Key Changes

In this version,openai package v1.x versions are no longer supported. Please use openai v2.x along with this SDK.

What's Changed

  • fix: making input_file's filename optional in code for supporting non-OpenAI models by@ant31 in#1839
  • feat:#1829 add httpx_client_factory to MCPServerStreamableHttp initialization options by@jjcampana in#1833
  • fix:#1789 Fix multi-turn handling for conversation_id and previous_response_id: only send new items by@ihower in#1827
  • Update all translated document pages by @github-actions[bot] in#1842
  • docs: improve formatting consistency in tools documentation by@AbdulSamad94 in#1856
  • Update all translated document pages by @github-actions[bot] in#1858
  • docs: add documentation for extension feature EncryptedSession by@maxmekiska in#1872
  • Update all translated document pages by @github-actions[bot] in#1873
  • Fix: Correct streaming order for ReasoningItem and RawResponsesStreamEvent events by@ihower in#1869
  • fix: adjust realtime handoff import by@mcbortolozzo in#1861
  • Migrate openai from 1.x to 2.2.0 by@seratch in#1874
  • fix:#1840 roll back session changes when Guardrail tripwire is triggered by@seratch in#1843
  • docs: Add Chinese translation for documents by@SepineTam in#1878
  • docs: add ToolContext section for advanced tool metadata by@MuhammadSaqib786 in#1868
  • Fix: Exclude unset fields in OpenAIConversationsSession.get_items() by@ihower in#1883
  • Update all translated document pages by @github-actions[bot] in#1891
  • Feat: Expose MCP message handler configuration by@freeznet in#1795
  • fix: handle omit type in_remove_not_given() for litellm model by@HareeshBahuleyan in#1893
  • fix: convert oneOf to anyOf in strict schema for OpenAI compatibility by@ruskaruma in#1884
  • Fix Local shell tool: return tool output to the LLM by@ihower in#1855
  • Image, file output types for functions by@rm-openai in#1898
  • Update all translated document pages by @github-actions[bot] in#1910
  • Add graceful cancel mode for streaming runs by@habema in#1896
  • DocumentAdvancedSQLiteSession and refactor session docs by@habema in#1791
  • Update all translated document pages by @github-actions[bot] in#1913
  • Fixes realtime example app stability issues by@thli-openai in#1905
  • fix:#1900 fix a bug where SQLAlchemySession could return items in an invalid order by@seratch in#1917
  • fix:#1916 openai_chatcompletions.Converter.extract_all_content does not support input_audio type items by@seratch in#1918
  • v0.4.0 by@seratch in#1919

New Contributors

Full Changelog:v0.3.3...v0.4.0

Contributors

  • @ihower
  • @seratch
  • @ant31
  • @freeznet
  • @mcbortolozzo
  • @HareeshBahuleyan
  • @maxmekiska
  • @MuhammadSaqib786
  • @jjcampana
  • @habema
  • @ruskaruma
  • @AbdulSamad94
  • @SepineTam
  • @thli-openai
  • @rm-openai
ihower, seratch, and 13 other contributors
Loading
gh640, aymen-mouelhi, YakubuLute, UsamaSaadiAI, Maximgitman, Lin-Rexter, mpjc73-jpg, and BCAPATHSHALA reacted with thumbs up emojiihower, viniciusarruda, rupam-kundu, Umer-Ali7, Lin-Rexter, and mpjc73-jpg reacted with heart emoji
12 people reacted

v0.3.3

30 Sep 23:19
a450c21
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Feat: Add AdvancedSQLiteSession with conversation branching & usage tracking by@habema in#1662
  • Fix extended thinking bug by reordering tool messages by@habema in#1798
  • feat: add Redis session support for scalable distributed memory by@damianoneill in#1785
  • Add agent hooks to lifecycle_example by@seratch in#1809
  • Update models in docs by@seratch in#1810
  • Update all translated document pages by @github-actions[bot] in#1811
  • Fix code snippet error in MCP docs by@seratch in#1812
  • Update all translated document pages by @github-actions[bot] in#1813
  • Adding tool input and output guardrails by@steven10a in#1792
  • Korean translation by@tylerryu-oai in#1816
  • Update all translated document pages by @github-actions[bot] in#1818
  • docs: update examples.md to match current examples directory structure by@AbdulSamad94 in#1819
  • Update all translated document pages by @github-actions[bot] in#1820
  • Add guidelines for translation script contributors by@seratch in#1821
  • Add missing parens in docs links by@tcbegley in#1825
  • Update all translated document pages by @github-actions[bot] in#1826
  • docs: fix link errors in sessions document page by@seratch in#1835
  • Update all translated document pages by @github-actions[bot] in#1836
  • fix:#1834 minor error in docstring by@seratch in#1837
  • v0.3.3 by@rm-openai in#1838

New Contributors

Full Changelog:v0.3.2...v0.3.3

Contributors

  • @seratch
  • @tcbegley
  • @damianoneill
  • @habema
  • @steven10a
  • @AbdulSamad94
  • @rm-openai
  • @tylerryu-oai
seratch, tcbegley, and 6 other contributors
Loading
UsamaSaadiAI and Wang-Ace reacted with thumbs up emojigh640, viniciusarruda, and WTN-WTH reacted with hooray emoji
5 people reacted

v0.3.2

23 Sep 20:36
e87552a
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog:v0.3.1...v0.3.2

Contributors

  • @ihower
  • @seratch
  • @serialx
  • @MuhammadHassaanArain
  • @SheikhMuhammadHamza-HS
  • @rm-openai
  • @jiwon-oai
ihower, seratch, and 5 other contributors
Loading
gh640, LuisAbrantes, and ihower reacted with thumbs up emoji
3 people reacted

v0.3.1

18 Sep 17:20
a4c125e
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Update all translated document pages by @github-actions[bot] in#1720
  • Fix missing imports in MCP documentation examples by@MariumAfzal2703 in#1718
  • Update all translated document pages by @github-actions[bot] in#1721
  • fix(streaming): push processed_response.new_items (including HandoffCallItem) to event_queue by@Wujiaxuan007 in#1703
  • fix:#1704 Preserve thinking blocks in Anthropic conversations with tool calls by@habema in#1706
  • Wait for input guardrails in streaming runs by@rm-openai in#1730
  • docs: add docstring for parameter session in run, run_sync and run_streamed functions by@LokinDev in#1739
  • docs:#1722 LiteLLM usage tracking by@seratch in#1743
  • Update all translated document pages by @github-actions[bot] in#1747
  • docs: Fix tracing setup documentation by@abdul-kabir-jawed in#1734
  • Fixed Race Condition in RunResultStreaming.stream_events() Method by@AnkanMisra in#1745
  • feat: Support Anthropic extended thinking and interleaved thinking by@serialx in#1744
  • feat(realtime):#1560 add input audio noise reduction by @notV3NOM in#1749
  • feat(voice)!: migrate STT streaming to match GA Realtime API by @notV3NOM in#1759
  • Add encryption support using cryptography to Sessions implementation by@maxmekiska in#1674
  • docs: reformat run module docstrings to Google style for better mkdocstrings rendering by@MuhammedSuhaib in#1740
  • fix:#1668 Handoffs with gpt-5* model + store=False + remove_all_tools fails due to 404 error response by@ihower in#1757
  • Add warning for agent names that transform into conflicting function names by@ihower in#1758
  • feat:#1731 Enable developers to use Annotated types for function tool param description by@seratch in#1753
  • feat: add more options to Agent#as_tool function by@seratch in#1751
  • Exportuser_agent_override contextmanager by@jiwon-oai in#1768
  • v0.3.1 by@rm-openai in#1773

New Contributors

Full Changelog:v0.3.0...v0.3.1

Contributors

  • @ihower
  • @seratch
  • @serialx
  • @Wujiaxuan007
  • @maxmekiska
  • @habema
  • @sbera77
  • @AnkanMisra
  • @MuhammedSuhaib
  • @abdul-kabir-jawed
  • @rm-openai
  • @LokinDev
  • @MariumAfzal2703
  • @jiwon-oai
ihower, seratch, and 12 other contributors
Loading
KULSOOMadnan and ihower reacted with thumbs up emojisbera77, KULSOOMadnan, and mukish264 reacted with hooray emoji
4 people reacted

v0.3.0

11 Sep 19:19
e291b10
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Key changes

  • New realtime updates based on the GA Realtime API

What's Changed

New Contributors

Full Changelog:v0.2.11...v0.3.0

Contributors

  • @ihower
  • @seratch
  • @michieldwitte
  • @spokeydokeys
  • @iliailmer
  • @hxreborn
  • @dudududukim
  • @DanieleMorotti
  • @majklost
  • @habema
  • @rm-openai
ihower, seratch, and 9 other contributors
Loading
Ali-Olliek reacted with hooray emojiihower reacted with heart emoji
2 people reacted

v0.2.11

03 Sep 22:15
f612516
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • docs: Fix#1625 code snippet error by@aiwithwhitehat in#1626
  • Update all translated document pages by @github-actions[bot] in#1627
  • fixed_typo: wiht -> with by@MuhammedSuhaib in#1624
  • Update all translated document pages by @github-actions[bot] in#1628
  • fix(run): fire on_llm_start / on_llm_end in Runner.run() for streaming & non-streaming (aligns with docs) by@erikanstine in#1619
  • Fix#1629 Empty tool call arguments in streaming events by@habema in#1636
  • Docs: Fix confusing session usage docs by@habema in#1637
  • Update all translated document pages by @github-actions[bot] in#1643
  • fix:#1594 support Azure OpenAI Realtime connection using headers by@seratch in#1633
  • fix: Fix#1640 openai package breaking changes by@seratch in#1641
  • Fix an error with make mypy on local machine by@seratch in#1642
  • Improve translation prompt guidance by@seratch in#1647
  • Update all translated document pages by @github-actions[bot] in#1648
  • Document OpenAI Conversations session option by@seratch in#1649
  • docs: Add more clarity on multi-agent design patterns by@seratch in#1650
  • Update all translated document pages by @github-actions[bot] in#1654
  • v0.2.11 by@rm-openai in#1655

New Contributors

Full Changelog:v0.2.10...v0.2.11

Contributors

  • @seratch
  • @aiwithwhitehat
  • @erikanstine
  • @habema
  • @MuhammedSuhaib
  • @rm-openai
seratch, aiwithwhitehat, and 4 other contributors
Loading

v0.2.10

29 Aug 14:07
de9d1fd
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog:v0.2.9...v0.2.10

Contributors

  • @seratch
  • @michieldwitte
  • @luke-wriglesworth
  • @zhowzeng
  • @Kunmeer-SyedMohamedHyder
  • @habema
  • @rm-openai
seratch, michieldwitte, and 5 other contributors
Loading
holmbuar, e4c6, and luke-wriglesworth reacted with rocket emoji
3 people reacted
Previous134
Previous

[8]ページ先頭

©2009-2025 Movatter.jp