-
Notifications
You must be signed in to change notification settings - Fork 460
feat: #439 add SIP support for realtime agent runner #624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 0e2aefc The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@codex review |
df817d3 to
e2246cb
Compare
|
Codex Review: Didn't find any major issues. Can't wait for the next one! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
e2246cb to
f7f3e5f
Compare
| session.transport.sendEvent({ | ||
| type: 'response.create', | ||
| response: { | ||
| instructions: `Say exactly '${WELCOME_MESSAGE}' now before continuing the conversation.`, | ||
| }, | ||
| }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
| | 'gpt-4o-mini-realtime-preview-2024-12-17' | ||
| | 'gpt-realtime' | ||
| | 'gpt-realtime-2025-08-28' | ||
| | 'gpt-realtime-mini' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated but i've added these missing models too
This pull request resolves #439; also, the change aligns with openai/openai-agents-python#1993