feat(ai): add orthogonal Invocations primitives - #9901
Draft
Wei Meng (m5i-work) wants to merge 2 commits into
Draft
feat(ai): add orthogonal Invocations primitives#9901Wei Meng (m5i-work) wants to merge 2 commits into
Wei Meng (m5i-work) wants to merge 2 commits into
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). 21 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
This was referenced Sep 7, 2026
Wei Meng (m5i-work)
marked this pull request as draft
September 7, 2026 08:50
Wei Meng (m5i-work)
force-pushed
the
m5i/9676-invocations-primitives
branch
4 times, most recently
from
September 7, 2026 10:23
ad72ff7 to
6b86614
Compare
Member
Author
Live E2E validationBuilt and installed the full stack with Passed:
Reference-agent limitation:
|
Wei Meng (m5i-work)
force-pushed
the
m5i/9676-invocations-primitives
branch
from
September 8, 2026 02:09
6b86614 to
646639b
Compare
Wei Meng (m5i-work)
force-pushed
the
m5i/9676-invocations-primitives
branch
from
September 8, 2026 08:15
646639b to
7e303a9
Compare
Contributor
azure.ai.agents PR buildNote 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/9901/azure-ai-agents.zip"
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds protocol-specific Invocations resource commands on top of the Responses primitives in #9900.
azd ai agent invocations show [--invocation-id <id>]azd ai agent invocations cancel [--invocation-id <id>]x-agent-invocation-idor a202 Acceptedinvocation_idbody while preserving the body for existing LRO polling and raw output--agent-endpointand no project-backed stateThis is PR 2 of the replacement stack for #9676.
CLI
Validation
From
cli/azd/extensions/azure.ai.agents:go test ./...go build ./...go fix ./...go test -racefor Invocation identity, state, command, and endpoint testsinvocationsandinvocations showgolangci-lintandcspellwere not available on the local PATH; CI runs both.Stack:
Supersedes #9706.
Fixes #9780
Part of #9676