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 }}
openai
/
openai-agents-python
Public
Notifications
You must be signed in to change notification settings
Fork
2.8k
Star
17k
Code
Issues
141
Pull requests
26
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
bb77759
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 16, 2025
Update agent.py
DanielHashmi
authored
bb77759
Copy full SHA for bb77759
Update tests.yml
DanielHashmi
authored
64f558d
Copy full SHA for 64f558d
Update agent.py
DanielHashmi
authored
fe07be5
Copy full SHA for fe07be5
Merge branch 'openai:main' into main
DanielHashmi
authored
ed708d7
Copy full SHA for ed708d7
Realtime: move demo audio to separate thread (#1141)
Show description for dff0548
rm-openai
authored
dff0548
Copy full SHA for dff0548
Realtime: handoffs (#1139)
Show description for 479c171
rm-openai
authored
479c171
Copy full SHA for 479c171
Commits on Jul 15, 2025
Realtime: introduce a demo without a UI (#1135)
Show description for 6293d66
rm-openai
authored
6293d66
Copy full SHA for 6293d66
Realtime: use SDK types for all messages (#1134)
Show description for c7d50cb
rm-openai
authored
c7d50cb
Copy full SHA for c7d50cb
v0.2.0 (#1120)
rm-openai
authored
8fdbe09
Copy full SHA for 8fdbe09
Realtime: fix item parsing (#1119)
rm-openai
authored
2908eb7
Copy full SHA for 2908eb7
update-input-guardrail-name (#1053)
Show description for 329a1bf
Quratulain-bilal
authored
329a1bf
Copy full SHA for 329a1bf
Retry: Add tool_name to ToolContext for generic tool handlers (#1110)
Show description for 72d0d75
vrtnis
and
seratch
authored
72d0d75
Copy full SHA for 72d0d75
Update examples docs with realtime section (#1113)
Show description for 2da6194
jhills20
authored
2da6194
Copy full SHA for 2da6194
Realtime: export everything (#1118)
Show description for d6ef221
rm-openai
authored
d6ef221
Copy full SHA for d6ef221
Fix typos and update async for loop variable (#1122)
Show description for 38108ea
sarmadalikhanofficial
authored
38108ea
Copy full SHA for 38108ea
feat(function_schema): Add support for pydantic `Field` annotations in tool arguments (for tools decorated with `@function_schema`) (#1124)
Show description for 14154b7
georg-wolflein
authored
14154b7
Copy full SHA for 14154b7
add numpy dev dependency (#1117)
jhills20
authored
1f2dc81
Copy full SHA for 1f2dc81
Commits on Jul 14, 2025
Realtime: send session.update event at connection/handoffs (#1112)
Show description for 5888cf2
rm-openai
authored
5888cf2
Copy full SHA for 5888cf2
Realtime: update model to have a single send_event method (#1111)
Show description for b620166
rm-openai
authored
b620166
Copy full SHA for b620166
Realtime: forward exceptions from transport layer (#1107)
Show description for af4cef3
rm-openai
authored
af4cef3
Copy full SHA for af4cef3
Run make format (#1106)
Show description for bd988dc
rm-openai
authored
bd988dc
Copy full SHA for bd988dc
Realtime: run guardrails without blockign event loop (#1104)
Show description for 3d66226
rm-openai
authored
3d66226
Copy full SHA for 3d66226
Back out "enhancement: Add tool_name to ToolContext to support shared tool handlers (#1043)" (#1105)
Show description for bbcf039
rm-openai
authored
bbcf039
Copy full SHA for bbcf039
Fix incorrect comment order when popping session items (#1086)
Show description for e651a29
MuhammadHassaanArain
authored
e651a29
Copy full SHA for e651a29
enhancement: Add tool_name to ToolContext to support shared tool handlers (#1043)
Show description for befe19d
vrtnis
and
seratch
authored
befe19d
Copy full SHA for befe19d
Merge branch 'openai:main' into main
DanielHashmi
authored
098bffb
Copy full SHA for 098bffb
Commits on Jul 12, 2025
Realtime tracing (#1084)
Show description for 741da67
rm-openai
authored
741da67
Copy full SHA for 741da67
Realtime guardrail support (#1082)
Show description for a4499d4
rm-openai
authored
a4499d4
Copy full SHA for a4499d4
Fix #968 by upgrading openai package to the latest (#1034)
Show description for eafd8df
seratch
authored
eafd8df
Copy full SHA for eafd8df
Add tests for openai realtime model (#1081)
rm-openai
authored
aab7bdd
Copy full SHA for aab7bdd
Tests for realtime session (#1080)
rm-openai
authored
7a00edd
Copy full SHA for 7a00edd
Tests for realtime runner (#1079)
Show description for c0974d7
rm-openai
authored
c0974d7
Copy full SHA for c0974d7
[8/n] Make realtime more like the rest of agents sdk (#1076)
Show description for 3a64c6f
rm-openai
authored
3a64c6f
Copy full SHA for 3a64c6f
Commits on Jul 11, 2025
Fix typo in Evaluator Instructions (capitalization of "After 5 attemp… (#1067)
Show description for c078c69
mshsheikh
authored
c078c69
Copy full SHA for c078c69
[7/n] Demo for realtime (#1074)
Show description for 38c5235
rm-openai
authored
38c5235
Copy full SHA for 38c5235
Pagination
Previous
Next
You can’t perform that action at this time.