Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ihower
/
openai-agents-python
Public
forked from
openai/openai-agents-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
fix-openai-conversation-session
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 24, 2025
Fix extended thinking bug by reordering tool messages (#1798)
habema
authored
46d0d2f
Copy full SHA for 46d0d2f
Feat: Add AdvancedSQLiteSession with conversation branching & usage tracking (#1662)
Show description for 4f54878
habema
and
seratch
authored
4f54878
Copy full SHA for 4f54878
Commits on Sep 23, 2025
v0.3.2 (#1793)
rm-openai
authored
e87552a
Copy full SHA for e87552a
Allow headers override instead of just ua (#1787)
Show description for 4c4b7c2
jiwon-oai
authored
4c4b7c2
Copy full SHA for 4c4b7c2
Commits on Sep 22, 2025
Add tool call arguments in ToolContext for RunHooks (#1765)
Show description for 5e1db14
ihower
authored
5e1db14
Copy full SHA for 5e1db14
fix: #556 add llms.txt / llms-full.txt (#1782)
Show description for 4007cba
seratch
authored
4007cba
Copy full SHA for 4007cba
fix(chatcmpl): preserve text content when adding Anthropic thinking blocks to tool calls (#1784)
serialx
authored
a425859
Copy full SHA for a425859
Update dynamic_system_prompt.py example to use dataclass for simiplicity (#1774)
Show description for d91e39c
SheikhMuhammadHamza-HS
and
seratch
authored
d91e39c
Copy full SHA for d91e39c
fix(chatcmpl): preserve all LiteLLM thinking-block signatures in converter (#1779)
serialx
authored
e47b47a
Copy full SHA for e47b47a
Enhance function tool schemas with Annotated types (#1777)
Show description for 566b188
MuhammadHassaanArain
and
seratch
authored
566b188
Copy full SHA for 566b188
Commits on Sep 19, 2025
fix #1750 better error message when passing AgentHooks to Runner (#1752)
Show description for 7a4a22f
seratch
authored
7a4a22f
Copy full SHA for 7a4a22f
Commits on Sep 18, 2025
v0.3.1 (#1773)
rm-openai
authored
a4c125e
Copy full SHA for a4c125e
Export `user_agent_override` contextmanager (#1768)
Show description for 10ceb8b
jiwon-oai
authored
10ceb8b
Copy full SHA for 10ceb8b
Commits on Sep 17, 2025
feat: add more options to Agent#as_tool function (#1751)
Show description for 827af41
seratch
authored
827af41
Copy full SHA for 827af41
feat: #1731 Enable developers to use Annotated types for function tool param description (#1753)
Show description for aed6359
seratch
authored
aed6359
Copy full SHA for aed6359
Add warning for agent names that transform into conflicting function names (#1758)
ihower
authored
e486b3a
Copy full SHA for e486b3a
fixl: #1668 Handoffs with gpt-5* model + store=False + remove_all_tools fails due to 404 error response (#1757)
ihower
authored
76d637d
Copy full SHA for 76d637d
docs: reformat run module docstrings to Google style for better mkdocstrings rendering (#1740)
MuhammedSuhaib
authored
bc949c3
Copy full SHA for bc949c3
Add encryption support using cryptography to Sessions implementation (#1674)
Show description for 85d7d5d
maxmekiska
and
seratch
authored
85d7d5d
Copy full SHA for 85d7d5d
feat(voice)!: migrate STT streaming to match GA Realtime API (#1759)
sbera77
authored
ee751cb
Copy full SHA for ee751cb
Commits on Sep 16, 2025
feat(realtime): #1560 add input audio noise reduction (#1749)
Show description for aeaf83f
sbera77
and
seratch
authored
aeaf83f
Copy full SHA for aeaf83f
feat: Support Anthropic extended thinking and interleaved thinking (#1744)
serialx
authored
605611c
Copy full SHA for 605611c
Fixed Race Condition in RunResultStreaming.stream_events() Method (#1745)
AnkanMisra
authored
456d284
Copy full SHA for 456d284
Commits on Sep 15, 2025
docs: Fix tracing setup documentation (#1734)
abdul-kabir-jawed
authored
31ed091
Copy full SHA for 31ed091
Update all translated document pages (#1747)
github-actions[bot]
authored
4901770
Copy full SHA for 4901770
docs: #1722 LiteLLM usage tracking (#1743)
Show description for d146551
seratch
authored
d146551
Copy full SHA for d146551
docs: add docstring for parameter session in run, run_sync and run_streamed functions (#1739)
LokinDev
authored
c583dfc
Copy full SHA for c583dfc
Commits on Sep 12, 2025
Wait for input guardrails in streaming runs (#1730)
rm-openai
authored
efa88f7
Copy full SHA for efa88f7
fix: #1704 Preserve thinking blocks in Anthropic conversations with tool calls (#1706)
Show description for 581111c
habema
and
seratch
authored
581111c
Copy full SHA for 581111c
fix(streaming): #1712 push processed_response.new_items (including HandoffCallItem) to event_queue (#1703)
Wujiaxuan007
authored
789575f
Copy full SHA for 789575f
Update all translated document pages (#1721)
Show description for 5e6269c
github-actions[bot]
authored
5e6269c
Copy full SHA for 5e6269c
Fix missing imports in MCP documentation examples (#1718)
Show description for 7c497c9
MariumAfzal2703
and
seratch
authored
7c497c9
Copy full SHA for 7c497c9
Update all translated document pages (#1720)
github-actions[bot]
authored
cf11d33
Copy full SHA for cf11d33
Fix doc translation GH Actions job failures
seratch
committed
ee39190
Copy full SHA for ee39190
Update realtime agent guide document page
seratch
committed
796aa2d
Copy full SHA for 796aa2d
Pagination
Previous
Next
You can’t perform that action at this time.