Skip to content

Support invocations_ws in agent init#9009

Draft
v1212 wants to merge 2 commits into
Azure:mainfrom
v1212:users/wujia/invocations-ws-init
Draft

Support invocations_ws in agent init#9009
v1212 wants to merge 2 commits into
Azure:mainfrom
v1212:users/wujia/invocations-ws-init

Conversation

@v1212

@v1212 v1212 commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds invocations_ws as a selectable protocol for azd ai agent init.
  • Keeps the no-prompt/default protocol as responses and documents invocations_ws in agent help/schema descriptions.
  • Adds regression coverage for websocket protocol selection and code deploy serialization via protocol_versions.

Validation

  • go test ./... from cli/azd/extensions/azure.ai.agents
  • go build ./... from cli/azd/extensions/azure.ai.agents
  • azd x build from cli/azd/extensions/azure.ai.agents

Live validation

  • Local extension build installed successfully.
  • azd ai agent init --protocol invocations_ws is accepted and reaches template selection, confirming protocol parsing no longer rejects it.
  • Full azd deploy hello-world --no-prompt is currently blocked locally because the global azd auth cache is signed into JianWu@activityprotocol66.onmicrosoft.com, which cannot resolve the TTL subscription tenant. I did not run global azd auth login to avoid disrupting other local agent work.

@github-actions github-actions Bot added the ext-agents azure.ai.agents extension label Jul 7, 2026
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.

2 participants