-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[agentserver] Add typed Voice event relay #48544
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
Merged
Shiva S (Shivakishore14)
merged 15 commits into
Azure:main
from
knitvoger:wujin/voice_submodule
Aug 14, 2026
+8,314
−7
Merged
Changes from 5 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
cfa961d
[agentserver] Add typed Voice event relay
knitvo 268a485
[agentserver] Add Voice connection termination signal
knitvo 8b77e6b
[agentserver] Resolve Voice review findings
knitvo 1ef76fc
[agentserver] Harden Voice transport edge cases
knitvo d0ce83d
[agentserver] Harden Voice transport ownership
knitvo b7fcc99
[agentserver] Fix Voice cancellation and disconnect handling
knitvo 8529b9a
fox
knitvo 410d72f
test
knitvo f4fc01e
fix
knitvo f953c44
Validate stateless voice codec fields
knitvo 2631057
Preserve Voice shutdown cancellation on Python 3.10
knitvo 4bd7e70
Restore WebSocket route tests and CSpell terms
knitvo aad76ef
teardown race
knitvo 729ea03
[agentserver] Document Voice transport helper
knitvo 47405b3
Deep-freeze SessionStart caller context
knitvo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| changeKind: feature | ||
| packages: | ||
| - azure-ai-agentserver-invocations | ||
| --- | ||
|
|
||
| Added the experimental `azure.ai.agentserver.invocations.voice` typed event relay, a synchronous connection-termination signal for developer-owned task cancellation, and the `basic_voice_agent` full-duplex sample. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.