feat: add coder check and give more time#1127
Merged
peteryang1 merged 7 commits intomainfrom Jul 29, 2025
Merged
Conversation
…check_and_give_more_time
you-n-g
reviewed
Jul 29, 2025
| """Path to the new knowledge base""" | ||
|
|
||
| max_seconds: int = 10**6 | ||
| max_seconds_multiplier: int = 10**6 |
| system_prompt = T(".prompts:pipeline_eval.system").r( | ||
| is_sub_enabled=test_eval.is_sub_enabled(self.scen.competition), | ||
| debug_mode=DS_RD_SETTING.sample_data_by_LLM, | ||
| mle_check=(DS_RD_SETTING.sample_data_by_LLM and test_eval.is_sub_enabled(self.scen.competition)), |
Contributor
There was a problem hiding this comment.
prefer a more general name like sub_check
licong01-cloud
pushed a commit
to licong01-cloud/RD-Agent
that referenced
this pull request
Dec 13, 2025
* feat: introduce max_seconds_multiplier for timeout management across components * avoid using assert in test * hot fix a very small bug * runner multiply twice * revert feedback change * add a switch to longer timeout
yongbin4
pushed a commit
to yongbin4/RD-Agent
that referenced
this pull request
Mar 8, 2026
* feat: introduce max_seconds_multiplier for timeout management across components * avoid using assert in test * hot fix a very small bug * runner multiply twice * revert feedback change * add a switch to longer timeout
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.
Description
Motivation and Context
How Has This Been Tested?
Screenshots of Test Results (if appropriate):
Types of changes
📚 Documentation preview 📚: https://RDAgent--1127.org.readthedocs.build/en/1127/