feat(agentserver): WIP - responses package durable orchestration (split out of #46997)#47275
Draft
RaviPidaparthi wants to merge 4 commits into
Draft
Conversation
…e PR This commit restores the responses-package spec 015/016 work that was moved out of the core PR (#46997) to keep scope manageable. Sits on top of the core PR branch so it only shows the responses delta.⚠️ NOT FOR REVIEW — responses package is not the focus this cycle. The branch is preserved so the work isn't lost and can be picked up once core lands. Restored from safety-spec016-backup-2026-06-02 (SHA 3df9c5b). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…rver-responses-spec016
…rver-responses-spec016
…rver-responses-spec016
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 — DO NOT MERGE YET (work in progress)
This is the responses-package split out of the original spec 016
durability PR (#46997). It holds the spec 015/016 work on
azure-ai-agentserver-responses: durable orchestrator, durabilitycontract test suite, file response store, durable samples 17–22, and
the e2e + unit tests that go with them.
Status
focus right now; this branch is kept in working condition but the
responses package is not the focus of this release cycle. We will
return to this branch and shape it into a focused, reviewable PR once
the core PR lands.
What this branch needs before review
responses-package changes.
is_steered_turn,pending_input_count, etc. are already wired).against the merged core to surface any new findings.
Why open this PR now
So the work isn't lost if local branches are accidentally deleted, and
so other agents can see the scope of the upcoming responses work
without needing access to the original mega-branch.