-
Notifications
You must be signed in to change notification settings - Fork 69
[train] feat: Multiple Linear Chains for Gateway Sessions #66
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
yyDing1
merged 20 commits into
verl-project:main
from
zhanghuiyao:gateway-multiple-chains
Jul 17, 2026
Merged
Changes from 13 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
99b0109
feat: add support for multiple active linear trajectory chains in gat…
zhanghuiyao 47bb69a
feat: enhance GatewaySession to clamp remaining response budget to ze…
zhanghuiyao 7ee715b
Refactor multiple chains support and clean up related code
zhanghuiyao da91566
feat: Add support for parallel session generation and CCH handling
zhanghuiyao 6634f6d
fix: Update error handling in GatewaySession to raise HTTPException o…
zhanghuiyao 589dde1
feat: add test_multiple_chains_claude_code_subagent_cch_prefix_match_…
zhanghuiyao 88c3001
refactor: remove ignore_cch_for_prefix_hash flag from GatewaySession …
zhanghuiyao 55f57ab
refactor: streamline chat template kwargs handling in MessageCodec an…
zhanghuiyao 388718b
refactor: simplify boolean flag retrieval in build_gateway_manager an…
zhanghuiyao ffe3ea3
refactor: removing unused tests
zhanghuiyao 49abf81
Refactor session management and remove parallel session generation flag
zhanghuiyao 28deb35
Reject invalid response budgets and close exhausted sessions earlier
zhanghuiyao a2ab4bf
refactor: improve request handling and validation in MessageCodec and…
zhanghuiyao 1ba3592
refactor: streamline logprobs handling in GatewaySession and related …
zhanghuiyao 6d435c4
Simplify gateway chain state tracking and media handling
zhanghuiyao c46fa29
Refine GatewaySession generation and update tests
zhanghuiyao 49383dc
Merge remote-tracking branch 'upstream/main' into gateway-multiple-ch…
zhanghuiyao 9a45e71
Remove request-level chat template kwargs from gateway adapters
zhanghuiyao 9f394fb
Update gateway tests for length materialization and tool-call prefixing
zhanghuiyao 4b0f4f7
Normalize tool calls as dictionaries
zhanghuiyao 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really needed? We already have test cases for session order, TQ order, and reward target