-
Notifications
You must be signed in to change notification settings - Fork 676
[BREAKING] Python: Replace RequestInfoExecutor with request_info API and @response_handler
#1466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
TaoChenOSU
merged 32 commits into
microsoft:main
from
TaoChenOSU:taochen/python-redesign-request-info-pattern
Oct 29, 2025
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
3234c6e
Prototype: Add request_info API and @response_handler
TaoChenOSU 309ceb4
Add original_request as a parameter to the response handler
TaoChenOSU 334016f
Prototype: request interception in sub workflows
TaoChenOSU a4b928d
Prototype: request interception in sub workflows 2
TaoChenOSU 598830c
WIP: Make checkpointing work
TaoChenOSU 62e07d7
Merge branch 'main' into local-branch-python-request-response-redesign
TaoChenOSU 2c5f595
checkpointing with sub workflow
TaoChenOSU 4939e46
Fix function executor
TaoChenOSU 2767ee5
Allow sub-workflow to output directly
TaoChenOSU bd82c02
Remove ReqeustInfoExecutor and related classes; Debugging checkpoint_…
TaoChenOSU ae5463a
Merge branch 'main' into local-branch-python-request-response-redesign
TaoChenOSU e5361b4
Merge branch 'main' into local-branch-python-request-response-redesign
TaoChenOSU d3e8343
Fix Handoff and sample
TaoChenOSU dc24afa
fix pending requests in checkpoint
TaoChenOSU 042f610
Fix unit tests
TaoChenOSU fdfe83d
Fix formatting
TaoChenOSU cf8866d
Merge branch 'main' into local-branch-python-request-response-redesign
TaoChenOSU ad19795
Resolve comments
TaoChenOSU 26c2acc
Address comment
TaoChenOSU 6dde167
Add checkpoint tests
TaoChenOSU 82ec03b
Add tests
TaoChenOSU 968577f
misc
TaoChenOSU 28d2811
fix mypy
TaoChenOSU ccb18c6
fix mypy
TaoChenOSU 9830724
Use request type as part of the key
TaoChenOSU 9caa7aa
Log warning if there is not response handler for a request
TaoChenOSU f6a1ccb
Update Internal edge group comments
TaoChenOSU 4635c4d
REcord message type in executor processing span
TaoChenOSU b1d4b1a
Merge branch 'main' into local-branch-python-request-response-redesign
TaoChenOSU 476b0c7
Update sample
TaoChenOSU 3d99a86
Merge branch 'main' into local-branch-python-request-response-redesign
TaoChenOSU 8cd0770
Improve tests
TaoChenOSU File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.