feat/sub_stage_propagation - #537
Open
korotaav48 wants to merge 7 commits into
Open
korotaav48 wants to merge 7 commits into
korotaav48 wants to merge 7 commits into
Conversation
Contributor
|
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details: |
added 3 commits
September 7, 2026 16:09
When QuickApp A calls QuickApp B as a tool, B's stages are re-emitted under A's "Calling X" stage, preserving call hierarchy at any depth. - Add `propagate_sub_stages: bool | None` preview field to OrchestratorConfig - Add `parent_stage_index` field to StageDeltaItem - Add `stage` property to BaseStageWrapper for callers to read the SDK Stage - Add `parent_stage: Stage | None` to ChatStreamConfig and ChoiceUiSink; ChoiceUiSink.create_stage() forwards parent kwarg when propagating - DialCompletionService accepts `choice: Choice` (injected) and `parent_stage` to build the propagation-enabled ChatStreamConfig - BaseDeploymentTool reads propagate_sub_stages from app_config and passes parent_stage to DialCompletionService - stream_content=False during sub-app streaming to avoid double content - Update test fixtures for new required constructor params
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.
Applicable issues
Description of changes
Design doc for propagation stages from nested quickapps calls
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.