Skip to content

Enable voice agents for public preview - #9890

Draft
JianW (v1212) wants to merge 37 commits into
mainfrom
users/wujia/voice-agent-public-preview
Draft

Enable voice agents for public preview#9890
JianW (v1212) wants to merge 37 commits into
mainfrom
users/wujia/voice-agent-public-preview

Conversation

@v1212

Copy link
Copy Markdown
Contributor

Summary

  • Removes the AZD_AI_AGENT_ENABLE_PROMPT_VOICE gate so prompt voice init and deploy flows are publicly available.
  • Updates the azd ai agent command surface, help text, and extension metadata to mention hosted and voice agents.
  • Adds voice endpoint parsing/validation so wss://.../protocols/voice endpoints are recognized and routed to a clear Voice Live client message instead of generic URL rejection.

Dependencies

Tracking

Validation

  • go test ./internal/cmd ./internal/project ./internal/pkg/agents/agent_api ./internal/pkg/agents/agent_yaml
  • go test ./...
  • go build
  • cspell lint "**/*.go" --relative --config ./cspell.yaml --no-progress
  • ./azureaiagent.exe --help
  • ./azureaiagent.exe init --help
  • ./azureaiagent.exe deploy --help
  • ./azureaiagent.exe invoke --help

Copilot AI added 30 commits September 1, 2026 11:31
Copilot AI and others added 7 commits September 4, 2026 13:39
# Conflicts:
#	cli/azd/extensions/azure.ai.agents/internal/pkg/agents/agent_yaml/parse_voice_test.go
#	cli/azd/extensions/azure.ai.agents/internal/project/agent_definition.go
#	cli/azd/extensions/azure.ai.agents/internal/project/service_target_agent.go
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).
20 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@github-actions github-actions Bot added the ext-agents azure.ai.agents extension label Sep 4, 2026
@azure-sdk-automation

Copy link
Copy Markdown
Contributor

azure.ai.agents PR build

Note

This is an unsigned development build. Install it only if you trust this PR.

Install the extension:

azd ext install "https://azuresdkartifacts.z5.web.core.windows.net/azd/extensions/pr/9890/azure-ai-agents.zip"
  • Version: 1.0.0-beta.14.pr.9890.6789907
  • Merge commit: 0a3f87b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ext-agents azure.ai.agents extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

azd support for voice agent public preview

2 participants