Skip to content

feat: add coder check and give more time#1127

Merged
peteryang1 merged 7 commits intomainfrom
xuyang1/add_coder_check_and_give_more_time
Jul 29, 2025
Merged

feat: add coder check and give more time#1127
peteryang1 merged 7 commits intomainfrom
xuyang1/add_coder_check_and_give_more_time

Conversation

@peteryang1
Copy link
Copy Markdown
Contributor

@peteryang1 peteryang1 commented Jul 29, 2025

Description

Motivation and Context

How Has This Been Tested?

  • If you are adding a new feature, test on your own test scripts.

Screenshots of Test Results (if appropriate):

  1. Your own tests:

Types of changes

  • Fix bugs
  • Add new feature
  • Update documentation

📚 Documentation preview 📚: https://RDAgent--1127.org.readthedocs.build/en/1127/

@peteryang1 peteryang1 merged commit e32d229 into main Jul 29, 2025
9 checks passed
@peteryang1 peteryang1 deleted the xuyang1/add_coder_check_and_give_more_time branch July 29, 2025 06:59
"""Path to the new knowledge base"""

max_seconds: int = 10**6
max_seconds_multiplier: int = 10**6
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants