docs: ADR-0032 — propose durable/Azure Functions repo extraction#7247
Open
cgillum wants to merge 4 commits into
Open
docs: ADR-0032 — propose durable/Azure Functions repo extraction#7247cgillum wants to merge 4 commits into
cgillum wants to merge 4 commits into
Conversation
Proposes extracting the Durable Task and Azure Functions hosting integrations into a dedicated repository (microsoft/agent-framework-durable-extension), keeping a backward-compatible shim and the [all] extra so the move is invisible to consumers. Status: proposed, for stakeholder signoff ahead of the code-removal PR. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6181dcf9-857b-43ea-9fd2-fcd6b175ffdd
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a proposed architectural decision record (ADR-0032) describing a plan to extract the Durable Task and Azure Functions hosting integrations into a dedicated repository while preserving backward compatibility via the existing agent_framework.azure shim.
Changes:
- Introduces ADR-0032 (status: proposed) outlining motivations, options, and the recommended extraction approach (Option 3).
- Documents expected compatibility strategy (lazy re-export shim +
[all]extra) and known trade-offs (cross-repo coupling). - Specifies validation expectations and highlights publish-cadence risk for shim symbols.
Replace the WorkflowHitlContext-specific illustration with a generic description of the publish-lag mechanism. The named symbol is currently exported by the extension and present in core's shim, so using it as an 'unpublished' example read as internally inconsistent. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6181dcf9-857b-43ea-9fd2-fcd6b175ffdd
cgillum
marked this pull request as ready for review
July 21, 2026 21:58
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 ADR-0032 (status: proposed) proposing that the Durable Task and Azure Functions hosting integrations (
agent-framework-durabletask,agent-framework-azurefunctions) be extracted from this monorepo into a dedicated repository,microsoft/agent-framework-durable-extension.This PR contains only the ADR — no code is moved or removed. Its purpose is to get independent stakeholder signoff on the direction before a follow-up PR performs the actual extraction/removal.
What the ADR proposes
agent_framework.azurere-export shim and both packages in the[all]extra, so existing imports andpip install agent-framework[all]keep working — the move is invisible to consumers.InternalsVisibleTogrant) as a known trade-off.