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 }}
Tom3652
/
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
07345d0
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 15, 2025
Make shallow copies of lists instead of deep copies (#1490)
Show description for 07345d0
rm-openai
authored
07345d0
Copy full SHA for 07345d0
Allow modifying the input sent to the model (#1483)
Show description for c913454
rm-openai
authored
c913454
Copy full SHA for c913454
Commits on Aug 14, 2025
Update all translated document pages (#1484)
Show description for ee12d42
github-actions[bot]
authored
ee12d42
Copy full SHA for ee12d42
Docs: Add missing docstring to how_many_jokes tool (#1479)
Abbas-Asad
authored
90a57d0
Copy full SHA for 90a57d0
Docs: Clarify that guardrails apply to both user input and agent output (#1482)
Abbas-Asad
authored
7560cab
Copy full SHA for 7560cab
Docs: Add missing docstring to get_weather function (#1478)
Abbas-Asad
authored
a6378ce
Copy full SHA for a6378ce
Add input validation and type conversion for user input (#1476)
Abbas-Asad
authored
4b229d1
Copy full SHA for 4b229d1
Fix: Clarify random_number function docstring for inclusive range (#1475)
Abbas-Asad
authored
cec3a9a
Copy full SHA for cec3a9a
v0.2.7 (#1480)
rm-openai
authored
a17625e
Copy full SHA for a17625e
Realtime: one guardrail trip event per response (#1458)
Show description for c436389
rm-openai
authored
c436389
Copy full SHA for c436389
Update all translated document pages (#1473)
Show description for a9b8ab3
github-actions[bot]
authored
a9b8ab3
Copy full SHA for a9b8ab3
docs: Clarify the `is_enabled` parameter in `handoff()` documentation (#1472)
Hafiz-Muhammad-Umar12
authored
184eafc
Copy full SHA for 184eafc
Update all translated document pages (#1471)
github-actions[bot]
authored
043b3d6
Copy full SHA for 043b3d6
Change reasoning effort for the translation script
seratch
authored
ab3b85f
Copy full SHA for ab3b85f
Migrate document translation script to gpt-5 (#1470)
Show description for aea05a6
seratch
authored
aea05a6
Copy full SHA for aea05a6
Update all translated document pages (#1469)
Show description for 42a98f5
github-actions[bot]
authored
42a98f5
Copy full SHA for 42a98f5
docs: Add a comprehensive example for handling function tool errors. (#1354)
MurtazaAliCode
authored
e976aff
Copy full SHA for e976aff
Add input validation and type conversion for user input (#1462)
Show description for 65cb91c
Abbas-Asad
authored
65cb91c
Copy full SHA for 65cb91c
Fix: Clarify random_number function docstring for inclusive range (#1461)
Abbas-Asad
authored
e4699c3
Copy full SHA for e4699c3
Add a simple gpt-oss example (#1440)
Show description for 4c436b7
seratch
authored
4c436b7
Copy full SHA for 4c436b7
Commits on Aug 13, 2025
Fix #1407 Add reasoning.effort="minimal" and "verbosity" params to ModelSettings (#1439)
Show description for e3b4856
seratch
authored
e3b4856
Copy full SHA for e3b4856
Fix: enforce strict instructions function signature in get_system_prompt (#1426)
abdullahimran49
authored
534e2d5
Copy full SHA for 534e2d5
Commits on Aug 11, 2025
feat(tests): add tests for unicode content, special characters, and concurrent access in SQLiteSession (#1399)
PatrykBochenek
authored
bad88e7
Copy full SHA for bad88e7
Realtime: add handoff prompt prefix (#1382)
Show description for ce67311
rm-openai
authored
ce67311
Copy full SHA for ce67311
Added runtime validation for Agent constructor arguments (#998)
Show description for f5fcd30
DanielHashmi
authored
f5fcd30
Copy full SHA for f5fcd30
v0.2.6 (#1423)
rm-openai
authored
417c19b
Copy full SHA for 417c19b
chore(deps): Bump "openai>=1.99.6,<2" (#1415)
Show description for eb5483b
seratch
and
daavoo
authored
eb5483b
Copy full SHA for eb5483b
Updated the default values for two parameters in the ModelSettings class to align with their documented behavior: (#1392)
rudra-attri
authored
975cdec
Copy full SHA for 975cdec
Add streaming function call arguments example (#1052)
Show description for cb0125c
devtalker
and
seratch
authored
cb0125c
Copy full SHA for cb0125c
Add logprobs to ModelSettings (#971)
zain
authored
5b758bd
Copy full SHA for 5b758bd
Update all translated document pages (#1413)
github-actions[bot]
authored
0df7903
Copy full SHA for 0df7903
Improve accuracy of guardrails and lifecycle hook descriptions (#1386)
DanielHashmi
authored
9fe9a5e
Copy full SHA for 9fe9a5e
Enhanced FAQ lookup tool in examples/customer_service app (#1063)
HasnainCodeHub
authored
efee1a7
Copy full SHA for efee1a7
Commits on Aug 8, 2025
feat: support agent output guardrails in realtime (#1381)
Show description for 6c816c3
jhills20
authored
6c816c3
Copy full SHA for 6c816c3
Commits on Aug 7, 2025
v0.2.5 (#1398)
rm-openai
authored
5539afc
Copy full SHA for 5539afc
Pagination
Previous
Next
You can’t perform that action at this time.